Skip to main content
Glama

Create Ticket Handoff

create_ticket_handoff

When the user wants to proceed to tickets for a specific search result, create an attributed VenuNite handoff using its event_id. Requires a live API key issued at https://venunite.com/developers/keys. Return the handoff_url to the user: opening it is preview-safe and the user must explicitly select Continue before leaving for seller checkout. Do not follow or submit the Continue form for the user. This tool records a handoff but does not purchase, reserve, hold inventory, guarantee availability or final prices, or confirm a booking. Calls count against normal MCP tool-call limits; no search-result rows are charged. The handoff service also limits creation to 10 per minute per account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_idYesThe stable VenuNite event_id returned by search_events.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.7/5.0
Behavior5/5

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

The annotations already indicate readOnly=false, idempotent=false, and openWorld=true. The description goes well beyond these by explaining that the returned handoff_url is preview-safe, the user must explicitly select Continue, the agent must not submit the Continue form, calls count against limits, and creation is rate-limited to 10 per minute. It also clarifies the tool's non-committal nature regarding purchases and reservations.

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?

The description is dense but well-organized: the trigger and core action are front-loaded, followed by critical prerequisites, user-safety requirements, and operational constraints. Every sentence adds necessary information, and there is no filler.

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?

Given that an output schema exists, the return value is already specified elsewhere. The description otherwise covers prerequisites, side effects, rate limits, billing implications, and the important constraint that the agent must not advance checkout on the user's behalf. This is complete for an agent to invoke the tool safely and correctly.

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 the event_id parameter is already documented as the stable VenuNite event_id returned by search_events. The description mentions using the event_id but adds no meaningful parameter semantics beyond what the schema already provides, so baseline 3 is appropriate.

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?

The description clearly states the action: create an attributed VenuNite handoff for a specific search result. It uses a specific verb and resource, and it is clearly distinguishable from the sibling search_events tool because it is about proceeding to tickets rather than searching.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool: when the user wants to proceed to tickets for a specific search result. It also states when not to rely on it by clarifying that it does not purchase, reserve, hold inventory, guarantee prices, or confirm bookings, and it gives the prerequisite of a live API key.

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