Skip to main content
Glama

Framezone

Create book

create_book

Add a book to your library. Set status to "reading", "wishlist", "to_check", etc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags
notesNoPersonal notes about the book
pagesNoTotal pages
titleYesBook title
authorNoAuthor name
ratingNoRating 1-5
statusNoReading status

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior2/5

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

Annotations already indicate a mutating, non-destructive operation, so the description's 'Add' largely restates that signal. It does not disclose additional behavioral context such as duplicate book handling, whether the title is required for creation, or what happens after a book is added. No contradiction exists, but the description adds little beyond the annotations.

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

Conciseness4/5

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

Two short sentences front-load the action and purpose with almost no filler. The second sentence adds a useful example of setting status. The vague 'etc.' is a minor weakness but does not undermine the compact structure.

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

Completeness3/5

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

For a simple create operation with all parameters already defined in the schema, the description covers the basic intent. However, it does not address potential overlap with add_wishlist_item or mention the required title parameter's relevance. It is minimally complete but not fully self-sufficient.

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%, so the schema already documents every parameter. The description mildly supplements this by giving example status values, but the 'etc.' is less precise than the schema's explicit enum. This matches the baseline expectation rather than exceeding it.

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?

States the core action explicitly: 'Add a book to your library.' This is a specific verb plus resource and destination, and the added nuance about setting status at creation time helps distinguish it from plain create or read tools. The purpose is unambiguous and easy for an agent to act on.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus siblings such as update_book, delete_book, or add_wishlist_item. It implies creation by using 'Add,' but it never states exclusions or selection conditions, leaving the agent to infer the boundary.

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