Skip to main content
Glama

reorder

Reorder milestones / tasks / elements — DIRECT. order = ids in new order; omitted keep relative order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesWhat to reorder
orderYesIds in the new order
screenNoFor kind=elements
milestoneNoFor kind=tasks (name)
project_idNo
milestone_idNoFor kind=tasks

TDQS

A4.3/5.0
Behavior4/5

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

The description reveals key behavioral semantics: the order array directly specifies the new sequence, and IDs not included retain their relative order. This goes beyond the schema, which only says 'Ids in the new order.' The annotation destructiveHint=false already signals it is not destructive, but the description adds operational detail about how the reordering affects unmentioned items.

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 a single, compact sentence that front-loads the core action. It packs the key rule about omitted items without redundancy, earning every word.

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?

The tool has multiple conditional parameters (screen, milestone, milestone_id) and no output schema. While the schema gives brief usage hints, the description does not explain which parameters are required for each kind or what the API returns. The core reorder behavior is explained, but parameter coordination and return values remain ambiguous.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds valuable semantics for the 'order' parameter by explaining that omitted items keep their relative order, which is not present in the schema. The schema already documents 'kind' and some conditional parameters with 83% coverage, so the description supplements rather than duplicates. It does not clarify the purpose of project_id, but overall it enhances parameter understanding.

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 the tool's function: reorder milestones, tasks, or elements. The 'DIRECT' qualifier and the explanation of the order parameter distinguish it from other list/update tools. Sibling tools like update_task or propose_milestone do not overlap with reordering, so it is unambiguous.

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?

The description implies this tool is used to reorder resources, providing clear context. However, it does not explicitly mention alternatives or when not to use it, such as for updating properties or creating entities. Since no sibling tool offers reordering, the context is sufficient but lacks explicit exclusion guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose, with explicit distinctions between direct actions and proposals via Inbox. The verbs and object types (system, milestone, screen, element, balance) are unique enough that no two tools appear to do the same thing.

Naming Consistency4/5

Most tool names follow a consistent verb_noun snake_case pattern (get_system, propose_screen, update_element). Minor deviations like 'dedupe', 'search', 'next_task', and 'reorder' are single words or non-verb but remain readable and stylistically compatible.

Tool Count1/5

With 54 tools, this server vastly exceeds the typical MCP scope, hitting the 'extreme mismatch' threshold. Even for a complex domain, the sheer number will overwhelm agents and degrade selection performance.

Completeness5/5

The tool surface is remarkably complete, covering full lifecycle operations for all major entities, plus import, design generation, drift detection, status reporting, inbox handling, and rejection workflows. No obvious dead ends or missing operations for the stated purpose.