Skip to main content
Glama

Edgepedia

Server Details

Search and read Edgepedia, a free and growing encyclopedia with citations. No key.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.4/5.0

Scored across 2 tools

Disambiguation5/5

search and fetch have completely distinct jobs: search returns ranked result snippets, and fetch returns a full article for a result ID. The descriptions explicitly link them in a workflow, leaving no room for misselection.

Naming Consistency5/5

Both tool names are single lowercase action verbs, so the naming style is perfectly uniform. Even though they lack a noun object, the convention is predictable and consistent.

Tool Count4/5

Two tools is below the usual 3-15 range, but this is a deliberately minimal read-only encyclopedia server. search and fetch each earn their place, so the count is only slightly under what is typical, not excessive.

Completeness5/5

The server's stated purpose is lookup and retrieval, and the search-to-fetch workflow has no dead ends: search finds articles and fetch returns full content with optional citations. No obvious operations are missing for this read-only domain.

Available Tools

2 tools
fetchFetch an Edgepedia articleA
Read-onlyIdempotent
Inspect

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.

ParametersJSON 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

ParametersJSON Schema
NameRequiredDescription
idYes
urlYes
textYes
titleYes
metadataNo

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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedfetch
    • First observedsearch

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources