Skip to main content
Glama

search_books

Search a private Calibre library by full text, retrieving metadata and available formats for each match.

Instructions

Search Calibre books by full text and return metadata plus available formats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

No annotations exist, so the description carries the burden. It discloses the operation is a read-oriented search and that it returns metadata and available formats, but it does not mention whether content must be indexed first, what scope of books is searched, or any pagination or side-effect behavior. Some transparency is present, but significant behavioral context is missing.

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?

The description is a single, tight sentence that front-loads the action, target, mode, and return payload. There is no filler or repetition; every part of the sentence contributes useful information.

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

Completeness2/5

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

An output schema exists, so return-value details do not need to be repeated, but the description still lacks guidance for choosing between this and similar sibling tools, parameter semantics, and any prerequisites. It supports a basic invocation with defaults but is not complete enough for reliable tool selection in a context with 'search_book_content' and 'index_book_content' as siblings.

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%, so the description must compensate. It only implies that 'query' is a full-text search string, and says nothing about 'limit' or 'offset' pagination behavior or defaults. The parameter names are self-explanatory, but the description does not add enough meaning to make up for the missing schema 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?

The description gives a clear verb and resource: 'Search Calibre books by full text,' and states the output payload ('metadata plus available formats'). However, it does not explicitly distinguish this from the sibling 'search_book_content', so an agent cannot tell whether this searches across the library or within a single book's content without inferring from the names.

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

Usage Guidelines3/5

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

The description implies this tool is for finding books by matching full-text content, but it gives no explicit guidance on when to prefer it over 'search_book_content' or 'get_book_details', and no exclusions. The usage signal is only implied by the phrase 'by full text.'

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

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/gonzalochief/pergamos'

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