Skip to main content
Glama
danielealbano

mcp-for-azure-devops-boards

azdo_link_work_items

Link Azure DevOps work items to establish relationships like Parent-Child, Related, or Dependency connections between tasks and issues.

Instructions

Link work items

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
link_typeYesLink type: "Parent", "Child", "Related", "Duplicate", "Dependency"
organizationYesAzDO org name
projectYesAzDO project name
source_idYesSource work item ID
target_idYesTarget work item ID
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. 'Link work items' implies a mutation operation but doesn't specify whether it requires special permissions, if it's reversible, what happens on failure, or any rate limits. This leaves critical behavioral traits undocumented for a tool that likely modifies data.

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 at just two words, with zero wasted language. While this brevity contributes to under-specification in other dimensions, it represents perfect conciseness from a structural perspective.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with 5 required parameters and no annotations or output schema, the description is inadequate. It doesn't explain what linking means operationally, what the expected outcome is, or provide any context about the Azure DevOps domain. The combination of sparse description and missing structured metadata creates significant gaps.

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?

Schema description coverage is 100%, so parameters are well-documented in the schema itself. The description adds no additional parameter semantics beyond what's already in the schema. This meets the baseline expectation when schema coverage is complete, but doesn't provide extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Link work items' is a tautology that restates the tool name without adding meaningful context. It specifies the verb 'link' and resource 'work items' but lacks specificity about what linking entails or how it differs from related tools like 'azdo_update_work_item'. No sibling differentiation is provided.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, appropriate contexts, or exclusions. Given siblings like 'azdo_update_work_item' that might also modify work items, the absence of usage guidelines is a significant gap.

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/danielealbano/mcp-for-azure-devops-boards'

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