Skip to main content
Glama
illodev

@illodev/taiga-mcp

taiga_points_bulk_update_order

Bulk update the order of multiple points in a Taiga project by specifying point IDs and their new order values.

Instructions

Bulk update order of points.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYesProject ID
bulk_ordersYesArray of [id, order] pairs
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for disclosing behavioral traits. It only states the action without revealing side effects, permission requirements, reversibility, or the exact effect on the point ordering. As a mutation tool, the absence of such context is a significant gap.

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 redundant words, making it concise and front-loaded. It efficiently conveys the core action, though it may be too sparse for other dimensions. For the purpose of conciseness, it earns a high score.

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 no annotations and no output schema, the description must be self-sufficient. It fails to explain the ordering semantics, the impact on existing points, or any project-level requirements. The tool is simple, but the description is too minimal to fully guide an agent through correct invocation.

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 input schema has 100% description coverage, so the baseline is 3. The description adds no extra meaning beyond the schema; it does not elaborate on how 'project' or 'bulk_orders' should be used. The schema's 'Array of [id, order] pairs' is self-explanatory, but the description contributes nothing additional.

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 'Bulk update order of points' clearly states a specific action (bulk update) on a specific resource (points), using a direct verb. It distinguishes from sibling tools by naming 'points' as the target, though it does not explain what points represent in Taiga beyond the name. This is clear enough for an agent familiar with the domain.

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 bulk usage via the word 'bulk', which separates it from individual point update tools like taiga_points_update. However, it gives no explicit guidance on when to choose this tool over alternatives, nor does it mention any prerequisites or exclusions. The usage context is only implied.

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/illodev/taiga-mcp'

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