Skip to main content
Glama

Reorder the workflow states of a team

reorder_states

Set the board order of a team. Name every status on the team exactly once, first column first. Call list_states to see the current order.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
teamYesA team key like "ENG", a team name, or a team id.
orderYesEvery status on the team, in the order they should appear.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already cover the non-readOnly and non-destructive profile, and the description adds the ordering constraint 'every status exactly once, first column first.' However, it does not describe behavior for invalid or incomplete lists, duplicate entries, or any side effects beyond reordering.

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 verb and resource, followed by the single essential usage constraint. Every sentence earns its place with no 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 two-parameter mutation with full schema documentation and no output schema, the description covers the operation, the input invariant, and a prerequisite read call. It could add error behavior, but nothing essential is missing for invoking it correctly.

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?

Schema already documents both parameters with 100% coverage, but the description adds meaning beyond the schema: 'Name every status on the team exactly once, first column first' clarifies exact-once semantics and the positional column ordering that the schema only implies with 'in the order they should appear.'

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?

States a specific verb ('Set'/'Reorder') with a specific resource ('board order of a team' / 'workflow states of a team'), and the 'exactly once, first column first' constraint makes the operation unmistakable among sibling state tools like list_states, create_state, and update_state.

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?

Explicitly tells the agent to call list_states first to see the current order, which is a concrete prerequisite and names the relevant read-only sibling. It does not enumerate exclusions for other state-mutating siblings, but it gives enough situational context.

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.