Skip to main content
Glama

Azure DevOps MCP Server with PAT Authentication

by ennuiii

wit_work_item_unlink

Remove specific or all links from an Azure DevOps work item. Specify link type (e.g., parent, child, related) and optional URL for precise removal, simplifying work item management.

Instructions

Remove one or many links from a single work item

Input Schema

NameRequiredDescriptionDefault
idYesThe ID of the work item to remove the links from.
projectYesThe name or ID of the Azure DevOps project.
typeNoType of link to remove. Options include 'parent', 'child', 'duplicate', 'duplicate of', 'related', 'successor', 'predecessor', 'tested by', 'tests', 'affects', 'affected by', and 'artifact'. Defaults to 'related'.related
urlNoOptional URL to match for the link to remove. If not provided, all links of the specified type will be removed.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The ID of the work item to remove the links from.", "type": "number" }, "project": { "description": "The name or ID of the Azure DevOps project.", "type": "string" }, "type": { "default": "related", "description": "Type of link to remove. Options include 'parent', 'child', 'duplicate', 'duplicate of', 'related', 'successor', 'predecessor', 'tested by', 'tests', 'affects', 'affected by', and 'artifact'. Defaults to 'related'.", "enum": [ "parent", "child", "duplicate", "duplicate of", "related", "successor", "predecessor", "tested by", "tests", "affects", "affected by", "artifact" ], "type": "string" }, "url": { "description": "Optional URL to match for the link to remove. If not provided, all links of the specified type will be removed.", "type": "string" } }, "required": [ "project", "id" ], "type": "object" }

Other Tools from Azure DevOps MCP Server with PAT Authentication

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/ennuiii/DevOpsMcpPAT'

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