Skip to main content
Glama

docshelf_search

Read-onlyIdempotent

Searches Markdown files in a document shelf by plain-text query, returning matching file paths, snippets, and GitHub URLs for direct access.

Instructions

Plain-text search across every Markdown file in the shelf.

Tokens are space-split; each must appear (case-insensitive) for a hit to count. Results include the relative path, a 200-char snippet, and — if a GitHub remote is configured — the raw URL so the model can fetch the matching file directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

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 idempotentHint=true, indicating safe read. The description adds valuable context: search is space-split, case-insensitive, results include path, snippet, and optional raw URL. It does not contradict annotations.

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, first gives purpose, second explains matching and results. Efficient and front-loaded with no unnecessary text.

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?

Describes search behavior and result contents reasonably well. However, the shelf_path parameter is omitted from the description, and its role is not clarified. Output schema existence is noted, reducing need for return value details.

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?

The description covers the query matching logic but does not mention the shelf_path parameter, which is undefined in schema description and not explained in tool description. Schema description coverage is 0%, so description should compensate but fails to explain all parameters.

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 clearly states the tool performs plain-text search across all Markdown files in the shelf. Sibling tools are all different operations (add, convert, init, list, rebuild), making the purpose distinct.

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 implicitly indicates use for searching text in documents. However, it does not explicitly mention when not to use or compare to alternatives. Given no other search tool, the guidance is sufficient but could be clearer.

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/ignatenkofi/docshelf-mcp'

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