Skip to main content
Glama
iimsaurav

Azure DevOps MCP Server

by iimsaurav

list_releases

Retrieve Azure DevOps releases, filtered by project and release definition ID, with a configurable maximum count.

Instructions

List releases, optionally filtered by a release definition.

Args: project: Azure DevOps project name. Uses default if not specified. definition_id: Optional release definition ID to filter by. 0 means all. top: Maximum number of releases to return (default: 25).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNo
definition_idNo
topNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description should disclose traits like read-only nature, ordering, or pagination. It only mentions defaults and filter behavior; key behavioral details (order, rate limits) are missing.

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?

Very concise and well-structured: one sentence for purpose, then bullet-style explanation of arguments. No redundant or irrelevant information.

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?

Adequate for a simple list tool with 3 optional params and an output schema. Covers purpose and param semantics, but lacks ordering info and any behavioral guidelines. Could be more complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage, so the description compensates by explaining each parameter: project default, definition_id (0 means all), top (max 25). Adds meaningful behavior beyond schema.

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 lists releases with an optional filter by release definition. It distinguishes from siblings like get_release (single) and list_release_definitions (definitions).

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 guidance on when to use this tool versus alternatives like get_release or list_release_approvals. Does not mention prerequisites or scenarios where filtering is appropriate.

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

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