Skip to main content
Glama

search

Read-only

Retrieve relevant context from your personal archive for question answering. Returns bounded snippets with provenance and stable IDs, ensuring evidence-linked results.

Instructions

Search selected sources. Returns bounded snippets with provenance and stable IDs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
sourcesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 valuable behavioral context by stating that results are 'bounded snippets' with 'provenance and stable IDs,' which clarifies output nature beyond the safety hints. No contradictions with annotations.

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 concise (two short sentences) and efficiently conveys purpose and output characteristics. It does not waste words, though it could include a bit more detail on parameter usage without becoming verbose.

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 relatively simple with an output schema, so return values need not be detailed. However, the description lacks usage guidelines and parameter semantics, leaving gaps in context that the agent must infer from the schema alone. It is adequate but not thorough.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain any of the three parameters (query, limit, sources). The only hint is 'selected sources,' which loosely maps to the 'sources' parameter, but 'query' and 'limit' remain undocumented. The description fails to compensate for the low schema coverage.

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?

The description clearly identifies the action ('Search selected sources') and the outcome ('Returns bounded snippets with provenance and stable IDs'). However, it does not explicitly distinguish this tool from sibling tools like search_insights or fetch, so it lacks differentiation.

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?

There is no guidance on when to use this tool versus alternatives such as search_insights or fetch_document_section. The description simply states functionality without providing context, exclusions, or alternative recommendations.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/The-Sequence/chronicle'

If you have feedback or need assistance with the MCP directory API, please join our Discord server