Skip to main content
Glama

search_tomes

Read-only

Search TomeVault for agent context files (tomes, configs, skills) by a task description. Filter by format, kind, and quality grade. Returns ranked matches with owner/repo, grade, and available formats, not file contents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNotome = full project config + skills; config = one config file; skill = one skill.
gradeNoScreen by graded quality tier.
limitNo
queryYesFree-text task or topic to match.
formatNoTarget tool format, e.g. claude_md, agents_md, cursor_mdc.

Schema Changelog

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

  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=true and openWorldHint=true. Description adds behavioral context: returns ranked matches with owner/repo, grade, and available formats, explicitly noting it does not return file contents. No contradictions.

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 sentences, no wasted words. Front-loaded with main purpose; each sentence adds distinct value.

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?

No output schema, but description sufficiently explains return values (ranked matches with metadata). Covers purpose, parameters (aided by schema), and behavioral expectations. A minor gap is lack of pagination or total results info, but not critical for a search tool.

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 coverage is high (80%) with descriptions for each parameter. Description mentions filtering by format, kind, and quality grade, but adds minimal extra meaning beyond what schema provides. Baseline of 3 is appropriate.

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?

Description clearly states verb 'Search' and resource 'TomeVault for agent context files (tomes, configs, skills)'. It specifies it searches by task description, and explicitly distinguishes from siblings like get_tome by noting it returns ranked matches with metadata, not file contents.

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?

Description provides clear context: search by task description, filter by format/kind/grade. It implicitly differentiates from sibling tools (single-item retrieval) but does not explicitly state when not to use or mention alternatives.

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