Skip to main content
Glama

list_event_inventory_tiers

Retrieve configured inventory tiers for a specific event to view ticket capacity and sales tracking. Use this tool to access tier-level details when managing event inventory.

Instructions

List inventory tiers configured for an event.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYes
continuationNo

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 only the basic read operation and says nothing about the pagination that the 'continuation' parameter strongly implies, nor about ordering, filtering, or the shape of repeated calls.

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?

A single front-loaded sentence with no filler; the verb leads, and the scope qualifier 'configured for an event' adds precision without bloat. Every word earns its place.

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?

The tool is simple (2 params, 1 required) and an output schema exists, so return-value documentation is likely covered elsewhere. However, the missing pagination guidance and zero parameter-level explanation mean an agent must infer non-trivial invocation details such as iterating with the continuation token.

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%, so the description must compensate, but it adds nothing about either parameter. 'event_id' is self-explanatory from its name, yet the 'continuation' token's role in fetching subsequent pages is left entirely undocumented.

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 names a specific verb ('List'), a resource ('inventory tiers'), and a scope ('configured for an event'), making the operation identifiable at a glance. It does not explicitly distinguish itself from sibling tools such as get_event_inventory_tier or create_event_inventory_tier, though the plural 'List' verb implies a collection-read rather than a single-item get.

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?

No guidance is given about when to choose this tool over alternatives like get_event_inventory_tier, and no exclusions or prerequisites are stated. The use case is only implicit in the name and description.

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