Skip to main content
Glama

update_book_rating

Set a personal star rating from 1 to 5 for any book in your BookLore library. Update the rating whenever your opinion changes.

Instructions

Set a personal rating for a book (1–5 stars).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookIdYesThe BookLore book ID
ratingYesRating from 1 (lowest) to 5 (highest)
Behavior2/5

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

There are no annotations, so the description must carry the full burden of behavioral disclosure. It only states the core action and rating range, and does not clarify whether the rating overwrites an existing rating, requires authentication, or has side effects. This is a significant gap for a mutation tool.

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?

One short, front-loaded sentence with no wasted words. It directly states the verb, object, and rating scale, making it highly 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 two-parameter mutation with no output schema, the description and schema provide enough to select and invoke the tool correctly. It covers the essential purpose and parameters, though it omits behavioral nuances like overwrite semantics.

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%, with both parameters already clearly described (bookId and rating with bounds). The description adds no additional parameter meaning beyond echoing the rating range, so a baseline of 3 applies.

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 ('Set') and the resource ('a personal rating for a book') with the rating range (1–5 stars). It distinguishes itself from sibling update_book_status by focusing on the personal rating rather than book status.

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 context is implied: use this tool when you want to assign a personal rating to a book. However, it does not explicitly mention alternatives or when not to use it, relying on the name and sibling names to convey differentiation.

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/cyberglitchlabs/booklore-mcp'

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