Skip to main content
Glama
felixkwasisarpong

Incident Triage MCP

jira_create_ticket

Create a Jira ticket from an incident ID. Use dry-run for preview; actual creation requires reason and confirmation token.

Instructions

Safe action:

  • dry_run=True by default (no mutation)

  • dry_run=False requires reason + confirm_token + idempotency_key + RBAC allow

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
incident_idYes
project_keyNo
dry_runNo
reasonNo
confirm_tokenNo
idempotency_keyNo
Behavior3/5

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

The description discloses the critical safety mechanism (dry_run default) and requirements for actual mutation, which is valuable. However, it omits other behavioral details like what happens on ticket creation (e.g., returns ticket ID?), error scenarios, or permissions beyond RBAC mention.

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 extremely concise, using bullet points to front-load the most critical safety information. Every sentence is essential, with no wasted words.

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

Completeness2/5

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

Given 6 parameters, no output schema, and no annotations, the description is insufficient. It lacks details on return values, error handling, and explanations for incident_id and project_key, limiting an agent's ability to use the tool 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?

With 0% schema coverage, the description adds context for dry_run, reason, confirm_token, and idempotency_key, explaining their roles. But incident_id and project_key are left undocumented, leaving significant gaps.

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 tool name 'jira_create_ticket' clearly indicates creation of a Jira ticket. The description reinforces this by discussing parameters like dry_run that control actual creation, though it doesn't explicitly state 'creates a Jira ticket'.

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?

The description implies usage for creating Jira tickets with a safety dry_run mode, but lacks explicit guidance on when to use this versus sibling tools like jira_draft_ticket or jira_add_comment.

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/felixkwasisarpong/incident-triage-mcp'

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