Skip to main content
Glama
OnoSendae

Azure DevOps MCP Server

by OnoSendae

azure_create_work_item

Create new Azure DevOps work items (Task, Bug, User Story, Epic, Feature, Issue) with fields like title, description, priority, and parent relationships to manage project tasks effectively.

Instructions

Cria um novo work item no Azure DevOps (Task, Bug, User Story, Epic, Feature, Issue)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags separadas por ponto-e-vírgula (ex: "urgent; bug; authentication")
typeYesTipo do work item (depende do process template do projeto)
stateNoEstado do work item. OMITIR ao criar - o Azure DevOps define o estado padrão automaticamente por tipo. Use apenas ao atualizar com um estado conhecido e válido do projeto.
titleYesTítulo do work item (obrigatório, máx 255 caracteres)
parentIdNoID do work item pai (para criar relação Parent-Child)
priorityNoPrioridade: 1 (highest) a 4 (lowest)
assignedToNoEmail do responsável (ex: usuario@empresa.com)
reproStepsNoPassos para reproduzir em Markdown (Bug) - formato automático
descriptionNoDescrição detalhada em Markdown (formato automático)
storyPointsNoStory points para estimativa
acceptanceCriteriaNoCritérios de aceitação em Markdown (User Story) - formato automático
relatedWorkItemIdsNoIDs dos work items relacionados (para criar relações Related)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses only the act of creation but omits important behavioral context such as permissions required, default state auto-assignment, permanence of the creation, or response format. The schema includes a note about omitting 'state' on create, but this is not surfaced in the description.

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 a single, front-loaded sentence in Portuguese that states the action and resource with the supported types. Every word is necessary, and there is no redundancy or filler.

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 12-parameter creation tool with no annotations and no output schema, this description is under-specified. It fails to mention key operational context such as required type and title, default state behavior, or what the tool returns. The schema partially fills gaps, but the description should have at least referenced the most important behavioral constraints like 'omit state on create'.

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 baseline is 3. The description adds no parameter-level meaning beyond the schema; it merely lists the work item types, which are already defined in the enum. Since the schema fully documents all 12 parameters, the description provides no additional semantics.

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

Purpose5/5

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

The description uses the specific verb 'Cria' (creates) with a clear resource: 'um novo work item' in Azure DevOps, and lists the supported types (Task, Bug, User Story, etc.), which distinguishes it from sibling tools like update, delete, and query work item.

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

Usage Guidelines3/5

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

The description implies usage by stating 'Cria um novo work item' but does not explicitly state when to use versus alternatives, nor does it provide exclusions or mention azure_update_work_item for modifications. The intent is clear but not explicitly differentiated from other operations.

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

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