Skip to main content
Glama
fuseboxhq

devops-wrangler

by fuseboxhq

ado_sprints

Manage Azure DevOps sprints: list, create, delete sprints, and assign work items to iterations.

Instructions

Manage sprints/iterations.

Actions:

  • list: List sprints for configured team (optional: timeframe)

  • set: Assign work item to sprint (requires: id, sprint)

  • create: Create a new sprint (requires: name, optional: startDate, finishDate, parent)

  • delete: Delete a sprint (requires: path, optional: reclassifyId)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoWork item ID (for set)
nameNoName of sprint to create (for create)
pathNoSprint path to delete (for delete)
actionYesAction to perform
parentNoParent iteration for nested sprints (for create)
sprintNoSprint/iteration path or name (for set)
startDateNoStart date YYYY-MM-DD (for create)
timeframeNoFilter by sprint timeframe (for list)all
finishDateNoEnd date YYYY-MM-DD (for create)
reclassifyIdNoID of iteration to move work items to (for delete)
Behavior3/5

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

No annotations are provided, so the description bears the burden of behavioral disclosure. It does reveal that delete requires a path and optionally a reclassifyId, hinting at work item reclassification, but it does not explain side effects, permissions, or what happens on deletion without reclassifyId. This is minimal behavioral context, not rich.

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 bulleted list with short, scannable lines. The heading 'Manage sprints/iterations' front-loads the purpose. Every sentence is necessary and adds specific info or examples. There is zero wasted wording.

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 description covers all four actions and their parameter requirements, which is good for a multi-action tool. However, it lacks return value descriptions (e.g., what list returns), error scenarios, or usage examples. Since there is no output schema and no annotations, these omissions leave gaps for an agent trying to predict tool behavior.

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 coverage is 100%, providing baseline of 3. The description adds value by grouping parameters per action and marking required vs optional (e.g., 'requires: id, sprint'), which the schema itself does not (only 'action' is listed as required). This helps the agent understand parameter interplay for each action.

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 opens with 'Manage sprints/iterations' and then lists specific actions (list, set, create, delete), clearly indicating the tool's scope. It distinguishes from siblings like ado_query_items or ado_update_item by focusing exclusively on sprint/iteration management. A higher score would require more precise phrasing than 'Manage', but the action list makes the purpose clear.

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?

Each action includes its required and optional parameters, giving clear context for when to use which action. For example, 'set: Assign work item to sprint (requires: id, sprint)' tells the agent exactly what is needed for assignment. No explicit alternatives or exclusions are provided, but the action list itself guides selection.

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/fuseboxhq/devops-wrangler'

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