Skip to main content
Glama

azure-devops-mcp

createIteration

Generate a new iteration in an Azure DevOps project by specifying the project ID, iteration name, start date, end date, and parent path. Streamline sprint planning and project management.

Instructions

Create a new iteration in a project

Input Schema

NameRequiredDescriptionDefault
finishDateNoEnd date of the iteration
nameYesName of the iteration
parentPathNoPath of the parent iteration
projectIdYesID of the project
startDateNoStart date of the iteration

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "finishDate": { "description": "End date of the iteration", "type": "string" }, "name": { "description": "Name of the iteration", "type": "string" }, "parentPath": { "description": "Path of the parent iteration", "type": "string" }, "projectId": { "description": "ID of the project", "type": "string" }, "startDate": { "description": "Start date of the iteration", "type": "string" } }, "required": [ "projectId", "name" ], "type": "object" }
Install Server

Other Tools from azure-devops-mcp

Related Tools

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/RyanCardin15/AzureDevOps-MCP'

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