Skip to main content
Glama

bookshelf_import_lists

Manage Bookshelf import lists: create, update, delete, list, test, and fetch entries or exclusions via the Bookshelf API.

Instructions

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

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

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

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

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

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

  • bookshelf_delete_importlist(id) — Delete importlist. DESTRUCTIVE: this deletes data.

  • bookshelf_delete_importlistexclusion(id) — Delete importlistexclusion. DESTRUCTIVE: this deletes data.

  • bookshelf_get_importlist(id) — Fetch a single importlist by id.

  • bookshelf_get_importlist_schema() — List importlist schema.

  • bookshelf_get_importlistexclusion(id) — Fetch a single importlistexclusion by id.

  • bookshelf_list_importlist() — List importlist.

  • bookshelf_list_importlistexclusion() — List importlistexclusion.

  • bookshelf_test_all_importlist() — Create importlist testall. WRITE: this modifies your Bookshelf instance.

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

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

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly labels WRITE and DESTRUCTIVE operations, which is valuable. However, it does not disclose other behaviors like rate limits, idempotency, or failure modes, so credit is given for the safety notes but not for full transparency.

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 lengthy due to 16 operation listings, but it is well-structured as a bulleted list with the core instruction front-loaded. Every line conveys specific operation details without redundancy. The formatting is efficient and scannable, though it could arguably be trimmed by grouping similar operations.

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 as a dispatcher, the description covers the operation/arguments pattern, enumerates all supported operations with signatures, and notes safety for write/delete operations. With an output schema present, explaining return values is unnecessary. The description is thorough enough for an agent to understand how to invoke it correctly.

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 schema has 0% description coverage, so the description must compensate. It lists each operation's signature, including parameter names and defaults (e.g., force_save=False, body={}), which provides some semantics. However, it does not explain the structure or expected keys within the `arguments` dict beyond 'matching that operation's parameters'. This is partial but not comprehensive.

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 identifies this as a dispatcher for Bookshelf import list operations, listing all sub-operations. It distinguishes itself from sibling tools by domain scope (import lists vs. media library, profiles, etc.). The verb is implicit but understandable; it's not a tautology, though it could be more specific about what 'import lists' represent.

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 explains the general usage pattern (pass an `operation` and an `arguments` dict), but it does not explicitly state when to use this tool over alternatives. Since siblings cover other Bookshelf domains, the intended context is implied but not stated. No exclusions or prerequisites are mentioned, so it's adequate but not fully explicit.

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