Skip to main content
Glama
AiDimag

AI Dimag

Official

ticket_get

Fetch ticket details behind the current work from the connected ticketing app. Auto-detect from branch name or provide an ID to capture the WHY at session end.

Instructions

Fetch the ticket behind the current work (title, description, type, status) from the connected ticketing app. Use at session end: the ticket carries the WHY that commits lack. Omit the id to auto-detect it from the current branch name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoTicket id, e.g. XXX-2100 or #123; omit to use the current branch's ticket
Behavior3/5

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

No annotations are present, so the description must carry the burden of behavioral disclosure. It implies a read-only fetch and explains auto-detection from the branch, but it does not explicitly state that it is side-effect-free or describe behavior when no ticket is found.

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?

Two concise sentences: the first states the primary function, the second provides usage timing and rationale. No redundant words 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?

For a simple tool with one optional parameter and no output schema, the description covers what is fetched, the param behavior, and when to use it. It does not describe the return format, but the listed fields partly compensate.

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?

The schema description fully covers the id parameter, including the omission auto-detection behavior. The description repeats this but adds no new information, so baseline 3 is appropriate given 100% schema coverage.

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 opens with a concrete verb 'Fetch' and a specific resource ('the ticket behind the current work') plus the fields returned (title, description, type, status). This clearly distinguishes it from sibling memory/scratchpad tools.

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

Usage Guidelines4/5

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

It gives explicit usage context ('Use at session end') and explains the value ('the ticket carries the WHY that commits lack'), which is clear guidance. It does not mention when not to use it or alternatives, but no direct alternatives exist among siblings.

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/AiDimag/aidimag'

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