Skip to main content
Glama

bookshelf_release_search

Trigger a release search for a book and grab the chosen release. This write operation applies the release to your Bookshelf instance.

Instructions

bookshelf release search operations on Bookshelf. Pass operation and an arguments dict matching that operation's parameters.

  • bookshelf_get_indexerflag() — List indexerflag.

  • bookshelf_list_release(book_id=None, author_id=None) — List release. Query params: bookId, authorId.

  • bookshelf_push_release(body={}) — Push a release to Bookshelf (e.g. from an external downloader); body is a ReleaseResource with title and downloadUrl.

  • bookshelf_search_releases(body={}) — Trigger a release search for a book and grab the given release. WRITE: this modifies your Bookshelf instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

The description explicitly flags only 'bookshelf_search_releases' as a WRITE operation that modifies the instance. It does not state whether 'push_release' is also a write, nor does it clarify read-only nature of 'get' and 'list'. Lacks information on permissions, side effects, or idempotency.

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 concise and well-structured with bullet points for each sub-operation. It avoids unnecessary verbosity while conveying the essential function. The dispatcher usage is explained in a single sentence. Minor redundancy exists, but overall it is efficient.

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?

Given the lack of annotations and minimal input schema, the description carries the full burden but falls short. It does not describe output schemas, error handling, or the exact format for arguments for each operation. It also misses clarifying which operations are read-only versus write (only one is flagged). For a multi-operation tool, this is incomplete.

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?

The description adds some semantics to parameters: it lists sub-operation signatures, e.g., 'book_id' and 'author_id' as query params, and indicates that 'push_release' expects a body with 'title' and 'downloadUrl'. However, it does not explain how the top-level 'arguments' dict maps to these per-operation parameters, and several operations lack detailed parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it handles 'release search operations' and lists the sub-operations, making it evident that this tool dispatches to specific functions. However, the inclusion of 'push' and 'list' operations slightly muddies the 'search' focus, so it's not a perfect 5.

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 provides minimal guidance on when to use this tool versus alternatives. It simply lists operations without explaining selection criteria, prerequisites, or contexts where a sibling tool would be more appropriate. No mention of when to choose this dispatcher over other Bookshelf tools.

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

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/arr-mcps/bookshelf-mcp'

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