Skip to main content
Glama
SavageCore
by SavageCore

bookshelf_create_qualityprofile

Creates a quality profile in Bookshelf, defining permitted quality levels and download settings for books.

Instructions

Create qualityprofile. 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?

Annotations already indicate readOnlyHint=false, so the tool is known to be a write operation. The description explicitly reinforces this with 'WRITE: this modifies your Bookshelf instance,' which adds a clear behavioral warning. However, it does not disclose other behavioral traits like idempotency, whether existing profiles with the same name are overwritten, or any permission requirements. No contradiction with annotations.

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

Conciseness5/5

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

The description is extremely concise and front-loaded: 'Create qualityprofile.' the core purpose in two words, followed by a brief write warning. Every word earns its place, with no redundant filler.

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?

Despite having an output schema, this is a create operation with an open-ended body parameter. The description provides no details about the required payload structure, the behavior of the created resource, or where to find the schema. Given the complexity of the 'body' parameter (free-form object) and the lack of guidance, the description is incomplete for an agent to proceed without additional lookups.

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 has one parameter 'body' with no description, no required properties, and additionalProperties=true, giving zero schema coverage. The description does not compensate by explaining what the body should contain, such as the fields needed for a quality profile. An agent would have to guess or consult sibling tools like get_qualityprofile_schema, which is not mentioned.

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 states the action ('Create') and the resource ('qualityprofile'), making the purpose immediately understandable. However, it does not distinguish this from sibling create_* tools beyond the resource name, and gives no context about what a quality profile is or why you'd create one.

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 alternatives such as update_qualityprofile, delete_qualityprofile, or get_qualityprofile_schema. The 'WRITE' warning is a general caution, not a usage context. There are no exclusions or alternative tool references.

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