Skip to main content
Glama

developer-toolkit-mcp

Server Details

The documentation, as a tool your agent can call: 950+ AI-dev guides. Search + fetch tools.

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
URL
Repository
mjaskolski/developer-toolkit-mcp
GitHub Stars
0

TDQS

A4.6/5.0

Scored across 2 tools

Disambiguation5/5

search returns ranked snippets while fetch returns complete article text, so the two tools have a clear producer/consumer relationship rather than overlapping purposes. The dependency is explicit and documented, eliminating ambiguity.

Naming Consistency5/5

Both tool names are short imperative verbs in the same style: search and fetch. There is no mixed casing, inconsistent verb usage, or confusing terminology.

Tool Count4/5

Two tools is slightly below the typical well-scoped range of 3-15, but the narrow documentation-search domain justifies a minimal surface. Each tool is necessary and there is no redundancy.

Completeness5/5

The search-and-fetch workflow covers the full lifecycle for a documentation corpus: discovery via ranked search and retrieval via full article markdown. No obvious CRUD or navigation operations are missing for the stated purpose.

Available Tools

2 tools
fetchFetch a documentation articleA
Read-only
Inspect

Retrieve the complete markdown of one documentation article by the id returned from search (for example en/claude-code/advanced-techniques/hooks-automation). The text is returned in full; metadata.gated only reports whether the article sits behind the paywall on the web. An unknown id is an error — call search first.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesArticle id from a `search` result.

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYes
urlYes
textYes
titleYes
metadataYes

TDQS

A4.9/5.0
Behavior5/5

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

The description adds meaningful behavioral context beyond the readOnlyHint and openWorldHint annotations: it discloses that the full text is returned, clarifies that `metadata.gated` only indicates paywall status (not access to the content), and explicitly warns that an unknown id produces an error. These details help the agent predict behavior and act accordingly.

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 compact and every sentence earns its place: purpose, retrieval source, example, return-behavior note, and error guidance are all packed into three sentences. It is front-loaded with the core action and resource, making it immediately scannable.

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 single required parameter, the presence of an output schema, and the read-only annotation, the description covers all essential aspects: what the tool returns, how to obtain a valid input, what error to expect, and the meaning of a potentially confusing field. Nothing critical 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?

The schema already fully describes `id` as 'Article id from a `search` result', so the parameter is well documented. The description reinforces this by restating the source of the id and adding a concrete example, which helps an agent form a correct mental model without adding substantial new semantics.

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 states a specific action ('Retrieve the complete markdown of one documentation article') and clearly identifies the resource and key by which it is retrieved (the id returned from `search`). It also gives a concrete example id, making the purpose unambiguous and distinguishing it from its sibling `search`, which finds articles rather than fetching one.

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 explicitly instructs the agent to call `search` first, states that the id comes from `search`, and warns that an unknown id is an error. This effectively tells the agent when to use this tool and when to use the sibling `search` instead, leaving no ambiguity about the correct sequencing.

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.