Skip to main content
Glama
chepetime

Calibre Librarian MCP Server

by chepetime

Search authors by name

search_authors_by_name
Read-onlyIdempotent

Search for authors by name pattern to find authors even with partial name matches. Returns matching authors with their book counts.

Instructions

Search for authors by name pattern. Returns matching authors with their book counts. Useful for finding authors when you only remember part of their name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesAuthor name pattern to search for. Case-insensitive partial match (e.g., 'sanderson' finds 'Brandon Sanderson').
limitNoMaximum number of results to return (default: 25, max: 100).
sortByNoSort results by name (alphabetical) or count (most books first, default).count
Behavior4/5

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

Annotations declare readOnlyHint and idempotentHint, indicating safe, non-destructive behavior. The description adds detail about case-insensitive partial matching and return of book counts, which enhances understanding beyond annotations. 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?

The description is concise with two clear sentences, front-loading the action and then adding a usage hint. No unnecessary words.

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?

Given the tool's moderate complexity (3 parameters, no output schema), the description provides enough context: it explains the search mechanism and return content. Mentioning limit and sort behavior would enhance completeness, but it's adequate.

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?

The input schema has 100% coverage with descriptions for all three parameters. The description does not add significant new meaning beyond the schema's parameter descriptions, so a baseline score 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?

The description clearly states the tool searches for authors by name pattern and returns matching authors with book counts. It uses specific verbs and resources, and distinguishes itself from sibling tools like search_books and get_books_by_author.

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 mentions it is 'useful for finding authors when you only remember part of their name,' which provides context for use. However, it does not explicitly state when not to use this tool or suggest alternative tools for other scenarios.

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/chepetime/calibre-librarian-mcp'

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