Skip to main content
Glama

manage_iterations

List, get, create, and manage Azure DevOps iterations (sprints) by project and team. Retrieve current iteration and team settings. Specify parameters like name, start, and finish dates for creation.

Instructions

Manage Azure DevOps iterations (sprints). Actions: 'list', 'get', 'get_current', 'create', 'get_team_settings'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'list', 'get', 'get_current', 'create', 'get_team_settings'
project_keyNoProject name (required)
teamNoTeam name (optional, scopes to a specific team)
iteration_idNoIteration ID (required for get)
nameNoIteration name (required for create)
start_dateNoStart date in YYYY-MM-DD format (optional, for create)
finish_dateNoFinish date in YYYY-MM-DD format (optional, for create)
Behavior2/5

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

No annotations are present, so the description must disclose behavioral traits. It only states the actions, with no mention of side effects (e.g., create mutates data), permissions, rate limits, or other constraints. This is insufficient for an agent to fully understand the tool's behavior.

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 extremely concise, consisting of a single sentence that front-loads the tool's purpose and actions. Every word is necessary, and the action list is well-structured.

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?

Given the tool has 7 parameters and 5 actions with no output schema, the description provides only the bare minimum. It lacks details on return values, error handling, or prerequisites, making it merely adequate for straightforward use cases.

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?

Input schema coverage is 100%, so all parameters have descriptions. The description adds no additional meaning beyond the schema, meeting the baseline of 3. It does not provide extra context like format or usage examples.

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 clearly identifies the tool as managing Azure DevOps iterations (sprints) and lists the specific actions. Although the verb 'manage' is generic, the action list and resource name differentiate it from sibling tools like manage_work_items or manage_projects.

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 lists actions but provides no guidance on when to use each action or when to use this tool versus alternatives. The actions are self-explanatory, but there is no explicit context or exclusions.

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/zach-snell/adtk'

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