Skip to main content
Glama
akashnaykude

azure-boards-mcp-testcases

by akashnaykude

Azure Boards MCP Testcases

MCP server that lets GitHub Copilot generate QA test cases from Azure Boards tickets. Just paste a ticket URL in Copilot Chat.

Make sure Agent option is selected

Related MCP server: jira-github-mcp

Setup

  1. npm install

  2. Configure .vscode/mcp.json with your AZDO_ORG, AZDO_PROJECT, and AZDO_PAT (needs Work Items Read scope).

OneDrive Auto-Export Setup

To enable automatic export of test cases to OneDrive, add these env vars to your .vscode/mcp.json:

Variable

Description

GRAPH_TENANT_ID

Azure AD tenant ID

GRAPH_CLIENT_ID

App registration client ID

GRAPH_CLIENT_SECRET

App registration client secret

GRAPH_USER_EMAIL

OneDrive user email (e.g. akash.naykude@wp.numerator.com)

Azure AD App Registration:

  1. Go to Azure Portal → Azure Active Directory → App registrations → New registration.

  2. Add API permission: Microsoft Graph → Application permissions → Files.ReadWrite.All.

  3. Grant admin consent for the permission.

  4. Create a client secret under Certificates & secrets.

  5. Copy the Tenant ID, Client ID, and Client Secret into your MCP config.

Test cases are exported to the "Shoppix Test Cases" folder in OneDrive as <functionality>_<dd_mm_yyyy>.xlsx.

How it works

  1. Open this project in VS Code. The MCP server starts automatically.

  2. Open Copilot Chat and paste an Azure Boards ticket URL, e.g.:

    https://dev.azure.com/yourorg/yourproject/_workitems/edit/209974
  3. Copilot automatically reads the ticket (title, description, acceptance criteria, comments, related work items, attachments) and generates QA test cases.

Restart MCP Server

Ctrl+Shift+P → type MCP: List Servers Select azure-boards Click Restart

Available Tools

1 tool
get_azure_boards_work_itemGet Azure Boards work itemA

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

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

TDQS

A3.8/5.0
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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev1.0.0
    • First observedget_azure_boards_work_item

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of overlap or misselection. The tool's name and description clearly define a single purpose.

Naming Consistency5/5

The single tool folows a consistent verb_noun pattern, using 'get_*' which is clear and predictable.

Tool Count3/5

One tool feels thin for a server named 'azcool-boards-mcp-testcases', which implies a broader test case generation workflow. The count is borderline but not extreme.

Completeness2/5

Covers only a single fetch operation, which is insufficient to generate test cases. The surface lacks listing, selection, or generation tooling, leaving significant workflow gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers