Skip to main content
Glama

Edgepedia

Fetch an Edgepedia article

fetch
Read-onlyIdempotent

Get one Edgepedia article in full, as Markdown with its citations, by the id of a search result. Pass citations: false for a text about a quarter shorter: [n] markers in place of the inline source links, the reference list kept. Link the article when you use it; show its credit line with any text you quote.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe id of a search result (the last part of the article's address, such as "mount-fuji").
citationsNoDefault true. false = [n] markers instead of inline source links; the numbered reference list stays.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYes
textYes
titleYes
metadataNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context about the `citations: false` output format and instructs to link the article and show the credit line, which is helpful beyond the annotations. It doesn't describe response format details, but an output schema exists.

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

Conciseness4/5

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

The description is one dense but well-structured paragraph; the core action is front-loaded and the details are efficient. A slightly clearer break between what the tool does and how to use the result would improve skimmability, but there is no wasted text.

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?

The tool is a read-only fetch with an output schema and full parameter coverage. The description covers input origin, the citation-reduction option, and how to handle the result, leaving nothing material missing for an agent to invoke it correctly.

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 description coverage is 100%, so the schema already documents both parameters. The description adds the practical behavioral meaning of `citations: false` (text about a quarter shorter, [n] markers, reference list kept), which is valuable beyond the schema's default note. That justifies a 3.

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 uses a specific verb with a specific resource ('Get one Edgepedia article in full, as Markdown with its citations') and ties the id to a `search` result, which differentiates it from the sibling search tool. The scope is clear and unambiguous.

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

Usage Guidelines4/5

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

It explicitly says the id comes from a `search` result, giving clear context for when to use it. It does not explicitly state when not to use it (e.g., when only a snippet is needed), but the linkage to search results is strong practical 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