Skip to main content
Glama

get_event_inventory_tier

Retrieve details for a specific inventory tier of an event, including capacity, pricing, and availability, to manage ticket inventory effectively.

Instructions

Get details of a specific inventory tier.

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.8/5.0
Behavior2/5

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

No annotations are present, so the description must carry the behavioral burden, but it only restates the tool's purpose. It does not disclose permissions, scoping to an event, or any side effects; the output schema may cover return values but not behavior.

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 one short, front-loaded sentence with no filler or repetition. It is efficient, though its brevity contributes to missing behavioral and usage context.

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?

For a low-complexity read operation with two self-explanatory required parameters and an output schema, the minimal description covers basic invocation. However, it lacks any decision guidance relative to the many sibling tier and event tools, so it is only minimally complete.

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?

Schema description coverage is 0%, and the description adds no meaning to event_id or inventory_tier_id beyond their names. It confirms the tier is 'specific' but does not explain how these IDs are obtained or how they relate to each other.

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 uses a specific verb ('Get') and resource ('details of a specific inventory tier'), clearly indicating a read operation targeted at one tier. The word 'specific' distinguishes it from list_event_inventory_tiers, though it does not clarify how inventory tiers relate to event or capacity tiers.

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?

There is no guidance on when to use this tool rather than list_event_inventory_tiers, get_event_capacity_tier, or other getter tools. The description provides no prerequisites, exclusions, or alternatives, leaving the agent to infer its place among many siblings.

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