Skip to main content
Glama
iimsaurav

Azure DevOps MCP Server

by iimsaurav

get_release

Retrieve detailed release information including environment and stage status.

Instructions

Get detailed information about a specific release, including environment/stage status.

Args: project: Azure DevOps project name. Uses default if not specified. release_id: The ID of the release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNo
release_idNo
Behavior3/5

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

No annotations provided, so the description must carry the burden. The verb 'Get' implies a read-only operation, but there is no explicit statement about safety, idempotency, authentication, or side effects. The description is minimal but does not contradict any desired behavior.

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 short and front-loaded with the core purpose. Every sentence adds value; the docstring for parameters is succinct and clear. No unnecessary information.

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

Completeness2/5

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

The description lacks detail on the output/return value. With no output schema, the agent is left guessing what fields are returned. It only mentions 'environment/stage status', which is vague. For a complete understanding, more information about the response structure is needed.

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?

Context signals indicate schema description coverage is 0%, so the description must compensate. It explains the 'project' parameter as the Azure DevOps project name with a default behavior, and 'release_id' as the ID of the release. While useful, it does not add deep semantically or constraints beyond the 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 it retrieves detailed information for a specific release, including environment/stage status. This distinguishes it from sibling tools like list_releases (list all) and create_release (create).

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?

No explicit guidance on when to use this tool vs alternatives. The purpose is implied, but there is no 'when to use' or 'when not to use' statement. Better differentiation could be achieved by mentioning that it's for a single release, not for listing or creating.

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