Skip to main content
Glama

Create Tickets

create_tickets

Creates a complete set of tickets in a single atomic call, assigning unique IDs and resolving dependencies via temporary keys. Use to publish a breakdown, with partial failures creating nothing.

Instructions

Publish a whole breakdown in one call. Edges may name a sibling by a temporary key you choose; the server mints repo-unique ids, numbers the files, and resolves the keys atomically — a partial failure creates nothing. Cycles are refused. An unknown Effort needs create.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rootNoWorkspace directory. Defaults to the session workspace.
createNoStart the Effort if the workspace does not hold it. Otherwise an unknown slug fails.
effortYesEffort slug to create them in.
ticketsYesThe whole set, in the order they should be numbered.
Behavior5/5

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

The description richly discloses critical behaviors: atomic creation with partial failure rolling back, key resolution, cycle rejection, and the requirement for the 'create' flag. This goes far beyond the annotations (readOnlyHint=false, idempotentHint=false) and gives the agent a clear mental model of side effects and constraints.

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 three sentences, front-loaded with the core purpose, and every clause contributes essential information. There is no redundancy or filler.

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

Completeness4/5

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

Given the tool's complexity, the description covers core behaviors thoroughly. However, it does not specify the return value or error handling, and since there is no output schema, the agent must infer what a successful call returns. This is a minor gap in an otherwise strong description.

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

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds meaning beyond the schema by explaining the role of temporary keys, id minting, and the atomicity semantics. It enriches understanding of parameters like 'key' and 'tickets' even though the schema already documents them well.

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 tool publishes a whole breakdown in one call, which is a specific verb and resource. It distinguishes from sibling tools like update_ticket and edit_map by emphasizing batch creation, though the metaphorical 'publish' may not be immediately obvious.

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

Usage Guidelines3/5

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

It implies usage for bulk ticket creation and mentions the need for the 'create' flag, but it does not explicitly state when to prefer this over alternatives or when not to use it. There is no comparison with sibling tools, so guidance is largely implicit.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/51ck/frontier-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server