kg_find_entity

Find an entity by name in the Knowledge Graph. USE WHEN user mentions a person, project, company by name and you need: - To resolve a name to entity_id for subsequent queries - 'Кто работает над X?' → find X first - 'Расскажи про Y' → find Y first RETURNS entity_id for use in kg.get_relationships...

SERVERDialogbrain SOURCEhttps://api.dialogbrain.com/mcp
Low RISK CLASS
Category Read
Parameters 31 required
Recommended Allowedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-saloprj-dialogbrain/kg-find-entity.md

What kg_find_entity does on Dialogbrain

AI agents call kg_find_entity to retrieve information from Dialogbrain without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

ParameterTypeRequiredDescription
name string Yes Entity name to search for. Can be in any language (Russian, English, etc.) - transliteration is automatic.
limit integer Maximum results to return (1-10). Default: 5
entity_type string Filter by entity type: - 'person': People, contacts - 'project': Projects, tasks - 'organization': Companies, teams - 'event': Meetings, deadlines - 'topic': Di

Parameters from the server's own tool schema.

Why kg_find_entity is rated Low

This tool queries a knowledge graph to resolve names to entity identifiers. It performs a lookup/search operation with no side effects, no data modification, and no external execution. The description explicitly indicates it is used as a first step to fetch identifiers for downstream queries, which is a classic Read pattern.

From the tool's definition 'Find an entity by name in the Knowledge Graph' — retrieves entity_id without modifying or deleting data. Returns data for subsequent queries.

Questions about kg_find_entity

What does the kg_find_entity tool do? +

Find an entity by name in the Knowledge Graph. USE WHEN user mentions a person, project, company by name and you need: - To resolve a name to entity_id for subsequent queries - 'Кто работает над X?' → find X first - 'Расскажи про Y' → find Y first RETURNS entity_id for use in kg.get_relationships or kg.explore. ALWAYS use this as the FIRST step in KG query chains. It is categorised as a Read tool in the Dialogbrain MCP Server, which means it retrieves data without modifying state.

What parameters does kg_find_entity accept? +

kg_find_entity accepts 3 parameters: name, limit, entity_type. Required: name. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on kg_find_entity? +

Register the Dialogbrain MCP server in PolicyLayer and add a rule for kg_find_entity: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Dialogbrain. Nothing to install.

What risk level is kg_find_entity? +

kg_find_entity is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit kg_find_entity? +

Yes. Add a rate_limit block to the kg_find_entity rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block kg_find_entity completely? +

Set action: deny in the PolicyLayer policy for kg_find_entity. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides kg_find_entity? +

kg_find_entity is provided by the Dialogbrain MCP server (https://api.dialogbrain.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Dialogbrain, and thousands of servers like it.

Across the catalogue

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Dialogbrain's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.