Skip to main content
Glama
arr-mcps
by arr-mcps

bookshelf_bulk_update_importlist

Bulk update import lists in your Bookshelf instance by sending a batch of changes. This modifies the import list settings for multiple entries at once.

Instructions

Bulk update importlist bulk. WRITE: this modifies your Bookshelf instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The explicit 'WRITE: this modifies your Bookshelf instance' adds a clear behavioral warning beyond the annotations (which already indicate readOnlyHint=false and destructiveHint=false). However, it does not reveal other traits such as reversibility, scope of changes, or whether it is idempotent, so only partial transparency is achieved.

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

Conciseness2/5

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

The description is extremely short but the first sentence 'Bulk update importlist bulk' is redundant and awkward, adding no value. The second sentence is a useful warning, but overall the structure under-specifies the tool rather than being appropriately concise.

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

Completeness1/5

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

The tool is a bulk update operation with a generic body parameter, but the description does not explain how to construct the payload, which fields are supported, or the difference from singular update tools. With no input schema descriptions and no usage hints, the description is completely inadequate for an agent to invoke this correctly.

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

Parameters1/5

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

The input schema has a single 'body' parameter with additionalProperties:true and no schema descriptions (0% coverage). The description provides no explanation of what the body should contain, the format of the bulk update, or example structure, leaving the agent completely without guidance.

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

Purpose2/5

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

The description 'Bulk update importlist bulk' is a near-tautology of the tool name. It does not specify what a bulk update entails, what fields can be changed, or how it differs from the regular 'bookshelf_update_importlist' sibling beyond the word 'bulk'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like bookshelf_update_importlist, bookshelf_bulk_delete_importlist, or other bulk update tools. The phrase 'modifies your Bookshelf instance' is a generic warning, not usage context.

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

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