Skip to main content
Glama
iimsaurav

Azure DevOps MCP Server

by iimsaurav

create_release

Create a new release from a classic release definition with optional description and artifact version overrides.

Instructions

Create (trigger) a new release from a classic release definition.

Args: project: Azure DevOps project name. Uses default if not specified. definition_id: The release definition ID to create a release from. description: Optional description for the release. artifacts: Optional list of artifact version overrides. Each dict should have: - alias (str): artifact source alias - version_id (str): specific version/build ID - version_name (str): display name for the version

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectNo
definition_idNo
descriptionNo
artifactsNo
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It states 'Create (trigger) a new release' but does not mention permissions, side effects, error conditions, or what happens on failure. Lacks transparency for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with a clear structure: a one-line summary followed by an Args list. Every sentence adds value, though the artifacts explanation could be slightly shortened.

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?

Given no output schema and many parameters, the description covers the action and all parameters adequately. However, it lacks information about return values, error states, or prerequisites, which would be needed for full completeness.

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

Parameters5/5

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

With 0% schema description coverage, the description compensates by explaining all four parameters, including the complex 'artifacts' parameter with required fields (alias, version_id, version_name). This adds significant value beyond the sparse JSON 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 creates or triggers a new release from a classic release definition, using specific verbs and resources. It distinguishes from sibling tools like trigger_pipeline by specifying 'classic release definition'.

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 explicit guidance on when to use this tool vs alternatives like trigger_pipeline or create_pull_request. Does not mention prerequisites or when not to use.

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