Skip to main content
Glama
aby0

reading-companion

by aby0

add_book_connection

Add links between books by specifying relationship type, reason, and strength to build personalized reading recommendations.

Instructions

Add a connection between two books for future recommendations.

Args: from_book: Title of the first book to_book: Title of the second book relationship: Type of connection: - "similar_theme": Similar themes or topics - "complements": Different angles on same topic - "next_step": Natural progression from first to second - "contrast": Interesting contrast/counterpoint reason: Why these books are connected strength: "strong" | "moderate" | "weak"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
from_bookYes
to_bookYes
relationshipYes
reasonYes
strengthNomoderate
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It states the tool adds a connection but does not disclose side effects (e.g., is it idempotent? does it overwrite existing connections?), permissions required, or error conditions. The behavior is straightforward, but additional transparency would be helpful.

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: a one-sentence purpose followed by a clear, structured list of arguments with explanations. Every sentence adds value, and the front-loaded purpose helps the agent quickly understand the tool's function.

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

Completeness2/5

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

The tool has no output schema, and the description does not mention what the tool returns (e.g., confirmation, connection ID). It also lacks details on side effects, such as whether connections are unique or can be duplicated. For a tool with 5 parameters and no output schema, this omission reduces completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, but the description provides detailed semantics for all parameters. It explains from_book and to_book as titles, relationship with four enumerated values and their meanings, reason, and strength with three allowed values. This adds significant meaning beyond the schema's bare type declarations.

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 tool adds a connection between two books for future recommendations. The verb 'add' and resource 'connection between two books' are specific. This distinguishes it from sibling tools like add_book_to_stack (which adds a book to a stack) and get_similar_books (which retrieves existing recommendations).

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 purpose is clear, but the description does not explicitly state when to use this tool versus alternatives (e.g., when to add a connection vs. using get_similar_books). No when-not or alternative guidance is provided, relying on the user to infer context from the purpose.

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