Skip to main content
Glama

Delete brand

delete_brand
DestructiveIdempotent

Delete a brand. Existing snack posts referencing it are preserved (their brandId becomes null). This cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandIdYesBrand UUID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true, idempotentHint=true and readOnlyHint=false, so the safety profile is covered. The description nonetheless adds genuinely useful cascade behavior beyond the annotations: referencing snack posts survive and their brandId is nulled. It could still say whether the operation fails if the brand is in use or what the response contains.

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?

Three short sentences, front-loaded with the action and immediately followed by the two facts an agent most needs (cascade behavior, irreversibility). No filler or repetition.

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 one-parameter destructive tool with full annotation coverage and no output schema, the description supplies everything material: what is deleted, what happens to dependent data, and that it cannot be undone. Nothing an agent needs to call it correctly is missing.

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 there is a single required parameter already documented as 'Brand UUID' in the schema, so the description adds no parameter meaning. Baseline 3 for a fully documented single-param 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?

States a specific verb (delete) and resource (brand) unambiguously, distinguishing it from sibling deletes like delete_managed_post and delete_influencer_studio_image by resource. The follow-up sentences clarify the scope of the deletion's side effects.

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?

Usage is only implied: the description makes clear this is a destructive, irreversible removal, but it never says when to prefer delete_brand over alternatives such as update_brand or simply leaving the brand intact, nor does it mention prerequisites like ownership or permissions.

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