Skip to main content
Glama

bookshelf_system_commands

Execute system commands on Bookshelf to manage health, status, routes, tasks, backups, restart, shutdown, and run custom commands.

Instructions

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

  • bookshelf_delete_command(id) — Delete command. DESTRUCTIVE: this deletes data.

  • bookshelf_delete_system_backup(id) — Delete system backup. DESTRUCTIVE: this deletes data.

  • bookshelf_get_command(id) — Fetch a single command by id.

  • bookshelf_get_health() — List health.

  • bookshelf_get_system_routes() — List system routes.

  • bookshelf_get_system_routes_duplicate() — List system routes duplicate.

  • bookshelf_get_system_status() — Get system status: app name, version, OS, build, and runtime.

  • bookshelf_get_system_task() — List system task.

  • bookshelf_get_system_task_by_id(id) — Fetch a single system task by id.

  • bookshelf_list_command() — List command.

  • bookshelf_list_log(page=1, page_size=10, sort_key=None, sort_direction=None, level=None) — List log. Query params: page, pageSize, sortKey, sortDirection, level.

  • bookshelf_list_log_file() — List log file.

  • bookshelf_list_log_file_update() — List log file update.

  • bookshelf_list_system_backup() — List system backup.

  • bookshelf_ping() — List ping.

  • bookshelf_restart() — Restart the Bookshelf service.

  • bookshelf_restore_backup(id) — Create system backup restore. WRITE: this modifies your Bookshelf instance.

  • bookshelf_restore_backup_upload() — Create system backup restore upload. WRITE: this modifies your Bookshelf instance.

  • bookshelf_run_command(body={}) — Run a Bookshelf command (body is a CommandResource with a name, e.g. RefreshAuthor, AuthorSearch, BookSearch, DownloadedBooksScan, RenamedBookFiles, RescanFolders, MetadataRefresh). WRITE: this modifies your Bookshelf instance.

  • bookshelf_shutdown() — Shut down the Bookshelf service.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.9/5.0
Behavior3/5

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

Some behavioral hints are embedded in the text, such as 'DESTRUCTIVE' for delete commands and 'WRITE' for modifications, which warn about side effects. However, many operations (e.g., get, list, ping) lack explicit notes on permissions, idempotency, or potential errors, and no annotations are provided to supplement.

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 structured as a clear bullet list of operations with brief, one-line descriptions, making it scannable. The repetition of the 'bookshelf_' prefix is slightly redundant but does not hinder readability. It is concise in phrasing, though the overall length is substantial due to the number of operations.

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?

For a tool with many subcommands, the description is sparse. It lacks details on the arguments parameter, return formats, error scenarios, and relationship between operations. The output schema is not addressed in the description, and the brief descriptions only cover basic actions without sufficient context for correct usage.

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 'operation' parameter is partially explained through the enum list, but the 'arguments' parameter is not described at all. The schema provides no descriptions for arguments, and the description does not clarify its structure or how it varies per operation, leaving the parameter semantics ambiguous.

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 the tool as handling 'bookshelf system commands' and enumerates specific operations (delete, get, list, etc.), making its general purpose evident. However, it does not explicitly state the overall scope or when the parent tool is the appropriate entry point compared to categories like media or config.

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 no guidance on when to use this tool versus sibling tools (e.g., media library, config). It lists operations but gives no context on selection criteria, prerequisites, or typical use cases, leaving the agent to infer from operation names alone.

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