Skip to main content
Glama
SavageCore
by SavageCore

bookshelf_create_releaseprofile

Create a release profile in Bookshelf to specify quality and format preferences for automatic downloads. Add a new profile to manage how books are acquired.

Instructions

Create releaseprofile. WRITE: this modifies your Bookshelf instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The description adds 'WRITE: this modifies your Bookshelf instance.' This is consistent with the annotation readOnlyHint=false, but it merely restates what the annotation already implies. No additional behavioral context is provided, such as what specific aspects of the instance get modified, whether the operation is idempotent, or any side effects. The description does not contradict annotations, but it also does not add value beyond them.

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 short and to the point, but the phrase 'Create releaseprofile' is almost a direct repetition of the tool name, making it redundant. The useful part is the 'WRITE:' note, but it is minimal. Overall, it is concise but not necessarily well-structured because the first half adds little value.

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 tool's complexity (a single body parameter with arbitrary properties), the description is insufficiently complete. It does not explain what the body should contain, what the created releaseprofile will be used for, or how it relates to other profile tools. The presence of an output schema helps somewhat, but without any guidance on input, an agent cannot effectively invoke this tool.

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 only parameter is 'body', an object with default {} and additionalProperties=true, and the schema provides no description coverage (0%). The description does not explain what fields should go into the body or what a releaseprofile consists of. Since the schema is permissive and the description offers zero guidance, an agent would have no idea how to construct a valid request.

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 states 'Create releaseprofile' which is a clear verb+resource pair, and the resource name distinguishes it from sibling tools like create_author or create_downloadclient. However, it does not provide any additional differentiation beyond what the tool name already conveys, such as the fact that it creates a release profile object rather than just any profile.

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 gives no guidance on when to use this tool versus alternatives. There is no mention of prerequisites, context, or exclusions. Sibling tools like create_qualityprofile or create_delayprofile likely serve different purposes, but the description does not help an agent choose among them.

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

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