Skip to main content
Glama
SavageCore
by SavageCore

bookshelf_delete_releaseprofile

Destructive

Need to remove an unwanted release profile? Delete it permanently by ID, removing its configuration from the system.

Instructions

Delete releaseprofile. DESTRUCTIVE: this deletes data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

The annotations already declare destructiveHint=true, and the description merely repeats this with 'DESTRUCTIVE: this deletes data.' No additional behavioral context is provided, such as irreversibility, cascading impacts, or required permissions, making the description redundant with the annotation.

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 extremely short and front-loaded. The first sentence is direct and functional. The second sentence, while emphasizing destructiveness, is redundant with the annotation, slightly reducing efficiency. Still, it remains concise, so a 4 is appropriate.

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

Completeness3/5

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

The tool is a simple delete-by-id operation with a single required parameter and an output schema, so the description's brevity is partially justified. However, it lacks any context about expected behavior, such as what happens if the id does not exist or whether deletion is irreversible. This is a minimal viable description but leaves clear gaps.

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 description does not explain the 'id' parameter. Schema coverage is 0%, so the description could have compensated by clarifying that 'id' identifies the releaseprofile to delete, but it does not. The parameter's purpose is largely self-evident given the tool name, but the description adds no semantic value beyond the schema.

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

Purpose5/5

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

The description states a specific verb ('Delete') and a resource ('releaseprofile'), making the action unambiguous. It clearly distinguishes this tool from sibling tools like create/update/get/list releaseprofile.

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?

No guidance is provided on when to use this tool versus alternatives. There is no mention of prerequisites, context, or conditions under which deletion is appropriate. The description only states what the tool does, not when to invoke it.

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