Skip to main content
Glama
houtini-ai

Google Knowledge Graph MCP

by houtini-ai

search_knowledge_graph

Search Google's Knowledge Graph by name or topic to retrieve structured entity data including types, descriptions, and URLs for people, places, organizations, and concepts.

Instructions

Search Google Knowledge Graph for entities by name or topic. Returns structured information about real-world entities like people, places, organizations, and concepts from Google's public knowledge base.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum results to return (1-500). Default: 20
queryYesSearch query for entities (e.g., "Taylor Swift", "Eiffel Tower", "Python programming")
typesNoFilter by schema.org types (e.g., ["Person", "Organization", "Place"])
languagesNoLanguage codes (ISO 639, e.g., ["en", "es", "fr"]). Default: ["en"]
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It states it 'Returns structured information' and refers to Google's public knowledge base, which adds some context. However, it doesn't disclose rate limits, authentication requirements, or explicitly state it's a read-only operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that efficiently states the tool's purpose and return type. No redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no output schema and no annotations. The description provides a high-level overview but doesn't specify result structure, pagination, or how it differs from the sibling lookup tool. For a straightforward search tool, this is functional but lacks depth.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the description is not expected to expand on parameters. It mentions 'by name or topic' which maps to the query parameter, but no additional semantic value is added beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a search operation against Google Knowledge Graph, with specific resource (entities) and examples of what it returns. While it distinguishes from the sibling by using 'search' vs 'lookup', it doesn't explicitly explain the differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use search vs lookup_knowledge_graph_entities. The description doesn't mention alternatives or exclusion criteria, leaving the agent without decision-making context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/houtini-ai/google-knowledge-graph-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server