Skip to main content
Glama

search_docs

Find relevant sections across mobile SDK documentation. Filter by SDK name to locate specific answers in the docs.

Instructions

Search across all SDK documentation. Returns relevant sections matching the query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sdkNoFilter by SDK name (e.g. 'RevenueCat')
queryYesSearch query

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.1.2

TDQS

B3.3/5.0
Behavior3/5

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

There are no annotations, so the description carries the full burden. It discloses that the operation is a search and that it returns sections rather than entire documents, which is useful. However, it does not explain matching behavior, result limits, default scope, or whether the sdk filter narrows the search across all docs.

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 short sentences with no filler. The action is front-loaded and the return behavior is stated in the second sentence. Every word earns its place.

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

Completeness3/5

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

The tool is simple and the schema covers both parameters, but there is no output schema and the description only vaguely promises 'relevant sections.' It also omits any clarification about how the optional sdk filter interacts with the all-docs scope, leaving some context incomplete.

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 query and sdk parameters. The description does not add meaningful parameter-level detail beyond saying the search spans all SDK documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a clear action (search), a specific resource (SDK documentation), and the expected result (relevant sections matching the query). It does not explicitly distinguish itself from sibling tool search_packages, but the resource target is specific enough to be understood.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives like search_packages or list_sdks. The description implies a broad documentation search but does not state when to prefer this tool or how the optional sdk filter should influence the choice.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.