Skip to main content
Glama

create_work_item

Create work items in Azure Boards (User Stories, Tasks, Bugs) by specifying project, title, and optional fields like description, tags, and assignment.

Instructions

Crea un work item (User Story, Task, Bug, etc.) en Azure Boards

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoTags separados por ";" (opcional)
typeNoTipo de work item (default: User Story)
titleYesTítulo del work item
projectYesProyecto Azure DevOps (ej: movii-business-line)
activityNoActividad de un Task: Deployment | Design | Development | Documentation | Requirements | Testing (opcional)
areaPathNoArea Path exacto, ej: proyecto\Equipo (opcional)
parentIdNoID del work item padre a enlazar como Hierarchy-Reverse, ej. la User Story (opcional)
startDateNoFecha de inicio ISO 8601, ej: 2026-07-10 (opcional)
assignedToNoEmail o nombre del responsable asignado (opcional)
finishDateNoFecha de fin ISO 8601 (opcional)
descriptionNoDescripción en HTML
customFieldsNoCampos personalizados adicionales requeridos por el proceso del proyecto, mapa reference-name -> valor, ej: {"Custom.Fechainicio": "2026-06-30", "Custom.FechaFin": "2026-06-30"} (opcional)
iterationPathNoIteration Path exacto (opcional)
originalEstimateNoEstimación original en horas, solo para Task (opcional)
acceptanceCriteriaNoCriterios de aceptación en HTML (opcional)
Behavior2/5

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

No annotations exist, so description solely responsible. Only says 'creates a work item' without mentioning permissions, side effects, limitations, or return behavior. Minimal behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, no filler. Could be slightly more structured, but efficiently communicates core purpose.

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?

Tool has 15 parameters (many optional) and no output schema. Description omits return value, error handling, or integration context. Inadequate for complexity.

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 coverage is 100% with descriptions for all parameters, so baseline 3 applies. Description adds no extra parameter meaning beyond the schema.

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

Purpose4/5

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

Description states clear verb 'Crea' (creates) and resource 'work item' with examples of types. Not explicitly differentiated from siblings but verb alone distinguishes from query/update tools.

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

Usage Guidelines2/5

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

No when-to-use, when-not-to-use, or alternative tool guidance provided. Only states what it does, not when to choose it over update_work_item_state or query_work_items.

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/branjesusdev/MCP-azure-arquitecture'

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