Skip to main content
Glama

Edgepedia

Search Edgepedia

search
Read-onlyIdempotent

Look up a person, place, thing, event, or concept in Edgepedia, an encyclopedia of over 300k articles and constantly growing. Pass the subject's name ("Mount Fuji", "photosynthesis"), not a question: it matches titles, other names, and misspellings, not full text. Returns up to 10 results, each with opening sentences; pass a result's id to fetch for the article.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe name of a subject, or words from an article title.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
did_you_meanNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description doesn't need to restate safety. It adds behavioral context beyond annotations: the matching algorithm (titles, other names, misspellings, not full text), the return limit (up to 10 results), and that results include opening sentences. This enriches the agent's understanding of how the tool behaves, though it doesn't cover error cases or edge conditions, so a 4 is appropriate.

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 three sentences with zero filler. The first sentence states the purpose and scope, the second provides imperative usage instructions, and the third covers output and next steps. It is front-loaded and every sentence earns its place, making it efficient for an agent to parse.

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

Completeness5/5

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

Given the tool's single parameter, the presence of an output schema, and comprehensive annotations, the description covers all essential aspects: what to search, how to phrase the query, what it returns, and how to proceed with the results. No critical information is missing for an agent to invoke this tool correctly.

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

Parameters4/5

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

Schema description coverage is 100% for the query parameter, giving a baseline of 3. The description adds meaningful semantics beyond the schema: it explicitly says to pass the subject's name (not a question) and explains that it matches titles, aliases, and misspellings. This helps the agent formulate queries correctly, pushing the score above baseline.

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

Purpose5/5

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

The description clearly states the verb ('look up') and resource ('Edgepedia'), and explicitly distinguishes itself from the sibling 'fetch' by instructing the agent to pass a result's id to fetch for the article. It also scopes the search to people, places, things, events, or concepts, so an agent knows exactly what this tool does and how it differs from the only sibling.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: pass a subject's name, not a question; it matches titles, aliases, and misspellings, not full text. It also tells the agent to use 'fetch' for full articles after receiving a result id, effectively routing to the alternative. This is clear when-to-use and when-to-use-another guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources