Skip to main content
Glama
akashnaykude

azure-boards-mcp-testcases

by akashnaykude

Get Azure Boards work item

get_azure_boards_work_item

Fetch Azure Boards work item details by ID or URL to generate QA test cases from ticket content.

Instructions

Fetches Azure Boards work item details from a work item ID or URL for QA test case generation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticketYesAzure Boards work item ID or URL (for example: 209974 or https://dev.azure.com/.../_workitems/edit/209974)
Behavior2/5

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

With no annotations provided, the description must disclose behavior itself. 'Fetches' implies a read-only operation, but it doesn't explicitly state that, nor does it mention authentication requirements, rate limits, or any side effects. It also doesn't describe what the response contains beyond 'details'. This is minimal coverage for a tool with no annotation support.

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?

Single sentence, zero filler. Everything earns its place: the action, the resource, and the purpose.

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

Completeness4/5

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

With one parameter fully described in schema, no output schema, and no annotations, the description needs only to state the tool's function and context. It does that clearly. Some behavioral details (e.g., error handling) are missing, but for a simple read tool, this is sufficient. A 5 would require explicit read-only or permission info, but given the simplicity, a 4 is fair.

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% (the only parameter 'ticket' is clearly documented with examples). The description adds the context that it accepts an ID or URLcy and mentions the purpose, but doesn't go beyond that. Baseline 3 is appropriate since schema covers parameter meaning adequately.

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 action ('Fetches'), the resource ('Azure Boards work item details'), and the input ('ID or URL'). It also mentions the purpose ('for QA test case generation'), which gives context. Even without siblings, the purpose is unambiguous.

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

Usage Guidelines4/5

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

The description implies when to use it (when you need work item details for QA test case generation) and specifies the input format (ID or URL). There are no sibling tools or exclusions, but the context is clear. Lacks explicit 'when not to use' but acceptable for a simple tool.

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/akashnaykude/azure-boards-mcp-testcases'

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