Skip to main content
Glama

delete_event_inventory_tier

Remove a specific inventory tier from an event by providing the event ID and tier ID. Use this action when a tier is no longer needed.

Instructions

Delete an inventory tier from an event.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYes
inventory_tier_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the action but does not disclose consequences such as irreversibility, cascading effects on tickets or inventory, permission requirements, or what happens to associated data. For a destructive operation, this is a significant gap.

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 a single concise sentence that is front-loaded with the action and resource. It earns its place with no filler, though it could add a brief note on consequences without becoming verbose.

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?

For a destructive mutation tool with no annotations and no output schema details, the description is incomplete. It does not mention whether the deletion is permanent, what happens to associated inventory or tickets, or any prerequisites. The output schema exists but the description does not clarify what the response contains, which is less critical but still relevant.

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 0%, so the description must compensate. It identifies the resource being deleted but does not explain the meaning of event_id or inventory_tier_id beyond their names. The parameter names are fairly self-explanatory, but the description adds no detail about formats, relationships, or constraints.

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 'Delete an inventory tier from an event' clearly states the verb (delete), the resource (inventory tier), and the scope (from an event). It is specific enough to distinguish from sibling tools like create_event_inventory_tier, update_event_inventory_tier, and get_event_inventory_tier, though it does not explicitly name those alternatives.

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, nor any exclusions or prerequisites. The context is implied by the name and description, but there is no explicit routing to siblings or conditions for deletion (e.g., whether the tier must be empty or if deletion is irreversible).

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

Deploy Server

Other Tools