Skip to main content
Glama

MCP Azure DevOps Server

add_parent_child_link

Establish a parent-child relationship between work items in Azure DevOps to organize tasks, features, and epics hierarchically, enabling structured breakdowns and progress tracking.

Instructions

Adds a parent-child relationship between two work items. Use this tool when you need to: - Establish hierarchy between work items - Organize epics, features, user stories, and tasks - Create a structured breakdown of work - Enable rollup of effort and progress tracking IMPORTANT: The child work item will immediately appear under the parent in hierarchical views. This relationship affects how the items are displayed in backlogs and boards. In Azure DevOps, a work item can have only one parent but multiple children. Args: parent_id: ID of the parent work item child_id: ID of the child work item project: Optional project name or ID Returns: Formatted string containing the updated child work item details showing the new parent relationship, formatted as markdown

Input Schema

NameRequiredDescriptionDefault
child_idYes
parent_idYes
projectNo

Input Schema (JSON Schema)

{ "properties": { "child_id": { "title": "Child Id", "type": "integer" }, "parent_id": { "title": "Parent Id", "type": "integer" }, "project": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project" } }, "required": [ "parent_id", "child_id" ], "title": "add_parent_child_linkArguments", "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/aadityasinghal7/mcp'

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