Skip to main content
Glama

Book Search (Open Library)

Server Details

Search books and authors across Open Library, the Internet Archive open catalog.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

Both tools are clearly distinct: one searches for authors, the other for books. Although search_books can return books by author name, the result types are different, so an agent can easily choose the right tool.

Naming Consistency5/5

Both tools follow the same verb_noun pattern: search_ + plural entity. This is consistent and predictable.

Tool Count3/5

With only two tools, the server feels thin for a book search domain. It is borderline but acceptable for a narrow search-only purpose.

Completeness3/5

Book and author search are covered, but there are no get-by-ID endpoints. Agents cannot fetch specific records after searching, which is a notable gap in the lifecycle.

Available Tools

2 tools
search_authorsA
Read-only
Inspect

Search authors by name. Returns author records (name, birth date, top work, work count) matching the query. Returns: Matching author records..

ParametersJSON Schema
NameRequiredDescriptionDefault
qYesAuthor name to search for, e.g. "Ursula K. Le Guin".
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by listing the returned fields (name, birth date, top work, work count) and confirming the search query semantics. It does not mention pagination or edge cases, but for a simple search this is adequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short but contains redundancy: the first sentence already states that it returns author records with fields, and the second 'Returns: Matching author records..' adds no new information and has awkward punctuation. It is concise overall but not maximally efficient.

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?

For a simple search tool with one well-defined parameter and strong annotations, the description provides enough context: what the tool does, what fields it returns, and an example parameter. No output schema exists, but the return fields are listed, making it reasonably complete for an agent to use correctly.

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 the parameter q described as 'Author name to search for, e.g. "Ursula K. Le Guin".' The description adds little beyond the schema, essentially restating 'by name.' Baseline 3 is appropriate because the schema already provides strong semantics.

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 states a specific verb and resource: 'Search authors by name.' This clearly distinguishes it from the sibling tool search_books, which presumably searches books. It also specifies the return fields, further clarifying its purpose.

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 clearly implies when to use this tool: whenever searching for authors by name. The sibling tool search_books suggests an alternative, but the description does not explicitly contrast them. Still, the context is clear with no exclusions.

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

search_booksA
Read-only
Inspect

Search books by keyword. Full-text search across titles, authors and subjects. Keep "fields" small to avoid huge responses. Returns: Matching book records..

ParametersJSON Schema
NameRequiredDescriptionDefault
qYesSearch keywords, e.g. a title, author or subject.
limitNoMaximum number of results to return. Defaults to 10.
fieldsNoComma-separated list of fields to include in each result. A compact default keeps responses small.title,author_name,first_publish_year,key
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds value by explaining that the search is full-text across specific metadata fields and warns that large 'fields' values can cause huge responses, which is a practical behavioral trait. It also states the return type.

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, spanning three sentences without redundancy. It front-loads the main action and includes a useful performance tip and return note. Minor punctuation issue (double period) does not detract from overall clarity.

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

Completeness5/5

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

For a read-only search tool with a fully documented schema and clear annotations, the description covers the necessary aspects: operation, search scope, performance guidance, and return format. No output schema exists, but the 'Returns' line sufficiently outlines the result type.

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 schema provides 100% coverage for all parameters (q, limit, fields), each with clear descriptions. The description's guidance to keep 'fields' small mirrors the schema's own note about compact responses, adding no new semantics beyond what is already structured.

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 clearly states the tool searches books by keyword and specifies the search scope (titles, authors, subjects). It is specific and actionable, though it does not explicitly differentiate from the sibling tool search_authors beyond naming 'books'.

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 usage is implied: this is the tool for keyword search in books. It offers no explicit alternatives or exclusions, and does not mention search_authors as a complementary or alternative tool. The performance tip about 'fields' is useful but not about tool selection.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources