Skip to main content
Glama

ado_workitems_get

Read-only

Retrieve complete details of a specific Azure DevOps work item by its ID, including fields, description, tags, and relationships. Use this to view all information for a known work item.

Instructions

Get full details of a single work item by its ID, including all fields, description, tags, and relations. Use ado_workitems_query or ado_workitems_list_recent to find work item IDs first. If project is supplied and the item belongs to a different project, the call will error with the actual project name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesWork item ID
expandNoLevel of detail: 'all' includes relations and fields, 'none' for minimal.all
projectNoProject scope for validation. When provided, errors if the item belongs to a different project.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4.5/5.0
Behavior4/5

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

While annotations already indicate readOnlyHint, the description adds behavioral detail about the project validation error and the inclusion of relations, which are not captured in structured data. It does not contradict annotations and provides helpful context for a read operation.

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?

Two compact sentences with no redundancy. The main purpose is front-loaded, and the usage guidance is placed efficiently. Every sentence contributes meaning.

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

Completeness5/5

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

For a read-only single-item tool, the description covers what the agent needs: what is retrieved, how to obtain the ID, the project validation edge case, and the relationship to sibling tools. There is no output schema, but the description sufficiently hints at the return contents.

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 the description does not need to elaborate on parameters. It does repeat the project error behavior already present in the schema, but adds no new semantic value. Baseline 3 is appropriate given the schema's thorough parameter documentation.

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 clearly states the verb 'Get', the resource 'work item by its ID', and the specific contents ('all fields, description, tags, and relations'). It distinguishes itself from sibling search/list tools by focusing on a single item retrieval, making its purpose unambiguous.

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

Usage Guidelines5/5

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

Explicitly directs the agent to use ado_workitems_query or ado_workitems_list_recent to find IDs first, establishing a clear prerequisite and routing. It also discloses the error behavior when a project is supplied and mismatched, which informs correct usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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