Skip to main content
Glama
aby0

reading-companion

by aby0

log_book

Record a finished book with title, author, domain, optional rating and note to track your reading progress.

Instructions

Log a completed book (quick mode).

Args: title: Book title author: Author name domain: Which domain this book belongs to rating: Optional 1-5 rating quick_note: Optional brief note

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
authorYes
domainYes
ratingNo
quick_noteNo
Behavior2/5

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

With no annotations, the description must reveal behavioral traits. It only says 'Log a completed book (quick mode)' but doesn't clarify what 'quick mode' entails, whether it creates or updates records, or what side effects occur (e.g., does it affect reading progress?). The term 'completed book' implies state changes, but details are missing.

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?

The description is short and front-loaded with the core action. However, the inclusion of 'Args:' and the bullet list is slightly unconventional for a tool description; it could be more compact and inline. Still, it is efficient with no wasted words.

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 logging tool with 5 parameters and no output schema, the description is barely adequate. It does not explain return values, error conditions, or whether it requires existing book entries. Given the lack of annotations and output schema, more detail would help, but the core action is understood.

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 coverage is 0%, so the description must compensate. It adds brief explanations like 'rating: Optional 1-5 rating' (provides range) and 'domain: Which domain this book belongs to' (vague but adds context). However, explanations are minimal and mostly restate the parameter names; e.g., 'title: Book title' adds no additional meaning. Overall, it adds some value but could be richer.

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 'Log a completed book (quick mode)', which specifies the verb (log) and resource (completed book). This distinguishes it from siblings like 'add_book_to_stack' (adds without logging completion) and 'get_reading_log' (retrieves logs).

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?

No guidance on when to use this tool vs alternatives. It doesn't mention prerequisites (e.g., does the book need to already exist in the system?) or when 'quick mode' is appropriate. Users must infer usage from the name and parameters.

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/aby0/reading-companion'

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