Skip to main content
Glama

MCP Azure DevOps Server

delete_work_item

Remove a specific work item from Azure DevOps by providing its unique ID to clean up project data and maintain organized workflows.

Instructions

Deletes a work item by its ID.

Input Schema

NameRequiredDescriptionDefault
work_item_idYesThe ID of the work item to delete.

Input Schema (JSON Schema)

{ "properties": { "work_item_id": { "description": "The ID of the work item to delete.", "type": "integer" } }, "required": [ "work_item_id" ], "type": "object" }

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/xrmghost/mcp-azure-devops'

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