Skip to main content
Glama
jafamo
by jafamo

taiga_edit_issue

Edit an existing Taiga issue by first retrieving its current version, then updating fields such as title, description, status, or assignee.

Instructions

Edit an existing issue. Fetch the current version with taiga_get_issue before editing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoNew list of tags
typeNoNew type (ID)
statusNoNew status (ID)
subjectNoNew title
versionYesCurrent version (obtained from the GET first)
issue_idYesIssue ID
priorityNoNew priority (ID)
severityNoNew severity (ID)
assigned_toNoNew assignee (null = nobody)
descriptionNoNew description
milestone_idNoNew sprint (null = no sprint)
Behavior3/5

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

With no annotations, the description carries the full burden. It hints at optimistic locking by requiring the current version, but doesn't disclose side effects, permissions, or error behavior. Minimal but non-zero.

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 short sentences, front-loaded with the action, and no filler. Every word earns its place.

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?

The schema covers all inputs, and the description provides the key workflow (fetch before edit), making it fairly complete for a simple mutation tool. It lacks return value information but no output schema exists.

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 coverage is 100%, with all 11 parameters having descriptions in the schema. The description adds nothing about parameter meaning beyond the schema, so the baseline score of 3 applies.

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 it edits an existing issue, using the specific verb 'edit' and resource 'issue'. This distinguishes it from sibling tools like taiga_create_issue and taiga_delete_issue.

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 a clear usage prerequisite: fetch the current version with taiga_get_issue before editing. This provides context for correct usage, though it doesn't explicitly contrast with create/delete alternatives.

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/jafamo/mcp_taiga'

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