Skip to main content
Glama

docs

search_docs

Read-only

Semantic search over the complete MarketCheck API documentation, current rate plans, and API policies (2,000+ indexed sections). Returns the most relevant excerpts, each with its source page URL and endpoint. Use this first for any question about endpoints, parameters, authentication, errors, plans, or terms.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kNoNumber of excerpts. Default 6.
queryYesNatural-language question or keywords, e.g. 'filter active listings by dealer id'.
regionNoMarket region; filters region-specific pricing. Default NA.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds useful behavioral context: it searches a large indexed corpus, returns excerpts, and includes source URLs and endpoint references. This goes beyond the annotations without contradicting them, though it does not cover edge behavior like empty results.

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 tight sentences: scope, output shape, and usage priority. There is no filler or repetition of schema details, and the most important information is front-loaded.

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 100% schema coverage, read-only annotations, and no output schema, this description fully covers what an agent needs: what is searched, what results look like, and when to use it first. No critical operational detail is missing.

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%, with meaningful descriptions for query, k, and region including examples, defaults, and ranges. The description adds no additional parameter-level detail, so the baseline 3 applies—the schema does the heavy lifting.

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 opens with a specific verb and resource: 'Semantic search over the complete MarketCheck API documentation...'. It also states the return value ('most relevant excerpts, each with its source page URL and endpoint'), making the tool's function clear and distinct from direct lookup siblings.

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 gives explicit when-to-use guidance: 'Use this first for any question about endpoints, parameters, authentication, errors, plans, or terms.' It does not explicitly name alternatives or exclusion cases, but the priority framing strongly routes an agent to this tool before direct lookups.

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.

TDQS

A4.4/5.0
Disambiguation4/5

Each tool has a distinct role: semantic search, listing endpoints, fetching endpoint reference, fetching doc pages, and retrieving plan/limit info. get_doc_page and get_endpoint could seem close, but the descriptions clearly separate full pages from exact endpoint references.

Naming Consistency5/5

All tool names follow a predictable verb_noun pattern in snake_case: get_doc_page, get_endpoint, get_plans_and_limits, list_endpoints, search_docs. The verbs vary by action but are semantically appropriate and consistent in style.

Tool Count5/5

Five tools is well-scoped for a documentation server. Each tool covers a necessary access pattern without redundancy or bloat.

Completeness5/5

The set covers the full documentation workflow: semantic search over all docs, enumeration of endpoints, exact endpoint details, full page retrieval, and current plan/limit data. There are no obvious dead ends for common documentation queries.

Resources