Skip to main content
Glama

update_ticket_group

Update a ticket group's name or status to manage event ticketing options. Provide the group ID and specify changes to apply.

Instructions

Update a ticket group.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
statusNo
ticket_group_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.3/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 only says 'update', which implies mutation, but does not mention side effects, permissions, idempotency, reversibility, or any constraints. This is minimal disclosure for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description is a single sentence with no waste, but it is under-specified. It does not earn its place because it adds little beyond the tool name; it is more of a tautology than a useful explanation.

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

Completeness1/5

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

Given the tool has 3 parameters (one required), an output schema, and no annotations, the description is grossly incomplete. It fails to explain what fields are updatable, the meaning of 'status', or any behavioral context. The agent cannot confidently invoke this tool correctly based on the provided description.

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

Parameters1/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 for the undocumented parameters. It does not mention that 'name' and 'status' can be updated, nor the required 'ticket_group_id'. The schema itself provides only names and types without semantics, so the agent has no additional meaning beyond the raw schema.

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 clearly states the verb 'update' and the resource 'ticket group', which distinguishes it from sibling tools like create_organization_ticket_group, delete_ticket_group, and get_ticket_group. However, it does not specify what fields can be updated or any scope, so it lacks the specificity of the high-calibration example.

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 versus alternatives. It does not mention prerequisites, conditions, or exclusions, and does not reference any sibling tools. The agent is left without any decision-making support.

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