Skip to main content
Glama

BoekenBase — Nederlandse boekencatalogus

get_book

Haal het volledige record van één boek op ISBN-13: alle metadata, auteurs, flapteksten, recensies, edities, covers en beschikbaarheid. Gecodeerde velden dragen leesbare *_name-velden.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isbn13YesISBN-13, bv. 9789025778750

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the response content (all metadata, authors, reviews, etc.) and adds a notable behavioral detail: coded fields include readable *_name fields. This helps the agent anticipate the output shape. It does not cover error cases or rate limits, but for a simple fetch tool this is acceptable and exceeds minimal disclosure.

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, no fluff. The primary action and identifier are front-loaded, followed by a concise list of included content and a valuable note about field naming. Every clause earns its place.

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 single-record fetch tool with one required parameter and no output schema, the description is nearly complete. It specifies the input and the expected content categories, and it implicitly differentiates from siblings. The only minor gap is lack of error handling (e.g., invalid ISBN or not found), but that is not critical for basic usage. The readable *_name note adds useful context.

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?

Schema description coverage is 100% — the isbn13 parameter is described with a format and example. The tool description does not add any additional parameter-level semantics beyond what the schema already provides. The baseline of 3 is appropriate because the schema does the heavy lifting, and the description adds no extra context.

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 action (get full record), the resource (one book), and the key identifier (ISBN-13). It enumerates the content categories (metadata, authors, blurbs, reviews, editions, covers, availability), which distinguishes it from list_new_releases and search_books that operate on sets. No ambiguity about what this tool does.

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 when you have a specific ISBN-13, but it does not explicitly state when to prefer this over siblings or provide exclusion conditions. It does not mention that search_books is for finding books without an ISBN or that list_new_releases is for new arrivals. The guidance is implicit rather than explicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources