Skip to main content
Glama
labelgrid

LabelGrid MCP Server

Official

Delete a publisher

delete_publisher
Destructive

Delete a publisher from your catalog. Refuses deletion if the publisher is still linked to any writers.

Instructions

Delete a publisher. The API refuses deletion when the publisher is still referenced by writers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
publisher_idYes
Behavior4/5

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

Annotations already flag the tool as destructive (destructiveHint=true). The description adds valuable behavioral context: the API refuses deletion when the publisher is still referenced by writers, which is a key failure condition beyond the destructive hint.

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?

Two sentences, front-loaded with the core action ('Delete a publisher'), and the second sentence adds the crucial constraint. No wasted words.

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

Completeness5/5

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

For a simple deletion tool with one parameter and no output schema, the description fully covers the essential behavior: what it does, the condition for failure, and the input required. No 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 only parameter (publisher_id) is self-explanatory from its type and name. Despite 0% schema description coverage, the description adds no additional meaning or usage hints for the parameter, leaving the agent to infer from the schema alone.

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 title and name clearly indicate it deletes a publisher. The description adds the specific constraint about writers referencing, making the action unambiguous.

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?

No explicit guidance on when to use this tool versus alternative delete tools (e.g., delete_artist, delete_label). The description implies a condition for successful deletion (no writers referencing), but does not state when to prefer this tool or what happens if condition fails.

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/labelgrid/labelgrid-mcp'

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