Skip to main content
Glama

manage_test_plans

List, create, and manage Azure DevOps test plans, suites, and test cases. Use actions like list_plans, create_suite, get_test_results to handle test management tasks.

Instructions

Manage Azure DevOps test plans, suites, and cases. Actions: 'list_plans', 'list_suites', 'list_cases', 'get_test_results', 'create_plan', 'create_suite'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: 'list_plans', 'create_plan', 'list_suites', 'create_suite', 'list_cases', 'get_test_results'
project_keyNoProject name (required)
plan_idNoTest plan ID
suite_idNoTest suite ID
parent_suite_idNoParent suite ID (for create_suite)
build_idNoBuild ID (for get_test_results)
nameNoName (for create_plan, create_suite)
iterationNoIteration path (for create_plan)
Behavior2/5

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

No annotations are provided, so the description bears full responsibility for behavioral disclosure. However, it only lists actions without explaining side effects, permissions, rate limits, or idempotency. For a multi-action tool, this is insufficient.

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, efficient sentence that front-loads the tool's purpose and then enumerates actions. Every word contributes meaning with no redundancy.

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

Completeness3/5

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

While the schema covers parameters well, the tool has no output schema and multiple interdependent actions. The description does not explain how actions relate, prerequisites, or return values, leaving gaps for an agent trying to use it correctly.

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?

Input schema coverage is 100% with descriptions for all 8 parameters. The tool description adds no further parameter information beyond listing actions. Per guidelines, baseline is 3 when schema coverage is high, so this score is appropriate.

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 tool manages Azure DevOps test plans, suites, and cases, listing specific actions. This distinguishes it from sibling tools that manage other domains like boards, repos, or work items.

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 does not explicitly state when to use this tool versus alternatives. While the domain (test plans, suites, cases) implies its scope, there is no guidance on when not to use it or how it relates to siblings like manage_work_items, which might also handle test cases.

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/zach-snell/adtk'

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