Skip to main content
Glama
alianza86

Library Book MCP Server

by alianza86

books_by_author

Search books by author using partial name. Enter any part of the author's name to retrieve a list of their books from the library database.

Instructions

Lista los libros de un autor buscando por su nombre (búsqueda parcial).

Args: author_name: Nombre o parte del nombre del autor (ej. "Borges").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
author_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description must carry the burden. It discloses the partial search capability but does not mention pagination, limits, or any other behavioral traits. The tool is simple, so minimal disclosure is acceptable but not exceptional.

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 extremely concise: two sentences covering purpose and parameter semantics. No wasted words; the essential information is front-loaded.

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 simplicity (one parameter) and the presence of an output schema, the description provides adequate context. It could mention case sensitivity or result limits, but overall it is complete enough for a straightforward list operation.

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

Parameters4/5

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

The parameter author_name has 0% schema description coverage, but the description compensates by explaining it expects a name or partial name with an example ('Borges'). This adds value beyond the raw schema.

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 lists books by author using partial name search. It distinguishes itself from siblings like get_book (single book) and list_authors (list authors).

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 usage for listing books by author but does not provide explicit guidance on when to use this tool versus siblings like search_books. No exclusions or alternatives are mentioned.

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/alianza86/cti-mcp-test'

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