Skip to main content
Glama
tachyurgy
by tachyurgy

assign_ticket

Assign a ticket to a user, moving it to in_progress status.

Instructions

Assign a ticket to someone; moves it to in_progress.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assigneeYes
ticket_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description bears full burden. It discloses that the ticket moves to 'in_progress' status, but does not mention permissions, reversibility, or other potential side effects. This is insufficient 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.

Conciseness4/5

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

The description is a single sentence with no waste, making it concise. However, it lacks structure (e.g., breaking down what the tool does vs. what the parameters are). It is front-loaded but could be slightly more informative.

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?

Given the tool's simplicity (2 parameters, no annotations) and the existence of an output schema (not shown), the description covers the primary action. However, it omits details on error cases, required permissions, or return values, leaving gaps.

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?

The input schema has 0% description coverage, and the description adds no semantic information about the parameters 'ticket_id' or 'assignee'. The word 'someone' vaguely hints at assignee, but no format or constraints are explained.

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 'assign' and the resource 'ticket', and adds the behavioral effect 'moves it to in_progress'. It distinguishes from sibling tools like close_ticket and create_ticket, though it could be more specific about what 'someone' means.

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?

The description provides no guidance on when to use this tool versus alternatives such as close_ticket or create_ticket. There is no mention of context prerequisites or when not to use it.

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/tachyurgy/mcp-app-harness'

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