Skip to main content
Glama

delete_brand

DestructiveIdempotent

Delete a brand by its ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brand_idYesThe brand ID to delete

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior2/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, and the description only restates the action without adding context such as irreversibility, cascading effects, or permission requirements. It does not contradict the annotations, but it adds no behavioral depth 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.

Conciseness5/5

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

The description is a single, front-loaded sentence with no filler. It conveys the action, target, and required input in the fewest possible words, and every word earns its place.

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

Completeness4/5

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

For a simple one-parameter delete operation, the description plus schema and annotations are largely complete. The destructive and idempotent hints cover the main operational expectations, and no output schema is specified. It could mention irreversibility or side effects, but the existing information is sufficient for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% and the single parameter brand_id is already documented in the schema as 'The brand ID to delete.' The description's 'by its ID' adds no meaningful semantic value beyond the schema, so the baseline of 3 is appropriate.

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 an unambiguous action ('Delete') on a specific resource ('a brand'), with the identifier mechanism ('by its ID'). It clearly distinguishes this from sibling tools like update_brand, get_brand, and create_brand without needing to open the schema.

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 choose this tool over alternatives such as update_brand or the other delete_* siblings. There are no conditions, exclusions, or explicit statements about when this operation is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources