Skip to main content
Glama

ADITUS Developer Portal MCP

Search ADITUS documentation

search_docs
Read-onlyIdempotent

Full-text search across API modules, endpoints (name, path, description) and the integration guides (Shop Micro Frontend, Guidelines, Webhooks). Returns ranked hits with ids usable in get_endpoint / get_guide.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum hits (default 10)
queryYesSearch terms, e.g. 'create cart', 'webhook signature', 'timeslot', 'session token'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint=false and openWorldHint=false, so the safety profile is covered. The description adds genuine value beyond them by disclosing the result shape (ranked hits with ids) and the fields searched, which matters since no 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.

Conciseness5/5

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

Two tight sentences, front-loaded with the search scope before the workflow hint. Every clause carries information; nothing is redundant with the schema or annotations.

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

Completeness4/5

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

With no output schema, the description compensates well by describing the return (ranked hits with reusable ids) and the searchable surface. Minor gaps remain around result ordering/pagination behavior and empty-result handling, but an agent has enough 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%: 'query' carries the search-term semantics and examples, and 'limit' documents its default and bounds. The description adds no parameter-level detail, so the baseline 3 applies.

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?

States a specific verb (full-text search) and the exact resources covered (API modules, endpoints by name/path/description, and integration guides), naming guide types explicitly. This clearly distinguishes it from the sibling get_endpoint/get_guide, which fetch by id rather than search.

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?

The description establishes the search-then-fetch workflow by stating the hits carry ids 'usable in get_endpoint / get_guide', which tells the agent when to reach for this tool first. It stops short of explicitly contrasting with list_endpoints/list_modules or stating when search is a poor choice.

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