Skip to main content
Glama

bookshelf_download_clients

Manage Bookshelf download clients by executing create, update, delete, list, test, and bulk operations through an operation and arguments interface.

Instructions

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

  • bookshelf_action_downloadclient(name, body={}) — Create downloadclient action. WRITE: this modifies your Bookshelf instance.

  • bookshelf_bulk_delete_downloadclient(body={}) — Bulk delete downloadclient bulk. DESTRUCTIVE: this deletes data.

  • bookshelf_bulk_update_downloadclient(body={}) — Bulk update downloadclient bulk. WRITE: this modifies your Bookshelf instance.

  • bookshelf_create_downloadclient(force_save=False, body={}) — Create downloadclient. Query params: forceSave. WRITE: this modifies your Bookshelf instance.

  • bookshelf_create_remotepathmapping(body={}) — Create remotepathmapping. WRITE: this modifies your Bookshelf instance.

  • bookshelf_delete_downloadclient(id) — Delete downloadclient. DESTRUCTIVE: this deletes data.

  • bookshelf_delete_remotepathmapping(id) — Delete remotepathmapping. DESTRUCTIVE: this deletes data.

  • bookshelf_get_downloadclient(id) — Fetch a single downloadclient by id.

  • bookshelf_get_downloadclient_schema() — List downloadclient schema.

  • bookshelf_get_remotepathmapping(id) — Fetch a single remotepathmapping by id.

  • bookshelf_list_downloadclient() — List downloadclient.

  • bookshelf_list_remotepathmapping() — List remotepathmapping.

  • bookshelf_test_all_downloadclient() — Create downloadclient testall. WRITE: this modifies your Bookshelf instance.

  • bookshelf_test_downloadclient(force_test=False, body={}) — Create downloadclient test. Query params: forceTest. WRITE: this modifies your Bookshelf instance.

  • bookshelf_update_downloadclient(id, force_save=False, body={}) — Update downloadclient. Query params: forceSave. WRITE: this modifies your Bookshelf instance.

  • bookshelf_update_remotepathmapping(id, body={}) — Update remotepathmapping. WRITE: this modifies your Bookshelf instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.4/5.0
Behavior4/5

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

The description explicitly labels operations with 'WRITE: this modifies your Bookshelf instance' or 'DESTRUCTIVE: this deletes data', which provides important behavioral cues. Since no annotations are provided, the description carries the burden of disclosing mutating vs read-only behavior, and it does so effectively. It also notes query parameters like `forceSave` and `forceTest`, which adds transparency about optional behaviors.

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

Conciseness3/5

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

The description is well-structured as a bulleted list of operations, which improves scannability. However, it is quite long (16 operations) and redundant, repeating 'WRITE: this modifies your Bookshelf instance' for every write operation. Each operation line is terse, but the overall length could be trimmed by grouping similar operations or noting the write/destructive flag once. It earns a middle score for being organized but not optimally concise.

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?

Given the tool's complexity (16 operations, two main resource types), the description provides a comprehensive enumeration of all operations with signatures and safety flags. It also names the query parameters for each operation. However, it lacks details about return values (though an output schema exists) and does not explain the `arguments` dict structure for each operation, which is a notable gap. Overall, it is fairly complete for a facade tool.

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

Parameters2/5

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

The input schema provides an `operation` enum and an `arguments` object, but the description does not explain the structure or required keys for `arguments`. With 0% schema description coverage, the description fails to compensate by detailing parameter meanings. It lists operation signatures like `bookshelf_create_downloadclient(force_save=False, body={})`, which hints at parameters, but it does not explain what `body` should contain or what `forceSave` does beyond a name. This is a significant gap for a tool with 2 parameters and nested objects.

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 lists all operations with a specific verb and resource (e.g., 'Create downloadclient action', 'Bulk delete downloadclient bulk', 'Fetch a single downloadclient by id'). It distinguishes between downloadclient and remotepathmapping operations, which helps differentiate from siblings like bookshelf_indexers or bookshelf_storage. However, it is not a single-purpose tool but a facade for many operations, which slightly reduces clarity.

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 description explicitly says to pass `operation` and an `arguments` dict, which is a clear usage instruction. However, it does not provide guidance on when to choose one operation over another or when to use this tool versus sibling tools like bookshelf_indexers or bookshelf_storage. It also does not state any prerequisites or exclusions, so the usage guidance is minimal beyond the basic mechanics.

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