Skip to main content
Glama
jrsaavedra1022

Azure DevOps Classic MCP

ado_list_release_definitions

Read-onlyIdempotent

List Classic Release definitions from Azure DevOps by project, with optional search text and pagination for read-only release management.

Instructions

Read one page of Classic Release definitions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
projectNo
searchTextNo
organizationNo
continuationTokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3/5.0
Behavior3/5

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

Annotations already convey that this is readOnly, idempotent, and non-destructive, so the safety profile is covered. The description adds minimal behavioral value by noting 'one page' (pagination) and 'Classic' scope, but it does not explain how pagination continues or what the returned page contains.

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 six words and contains no filler: it specifies the action, resource, variant type, and pagination behavior. Every phrase earns its place, and the core information is front-loaded.

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?

For a paginated list tool with five parameters, no output schema, and 0% parameter documentation, this one-line description is too thin to be complete. It omits how continuationToken is used, whether project or organization must be provided contextually, and what a page of release definitions looks like. The annotations cover safety but not invocation semantics.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not compensate by explaining any of the five parameters. While names like project and searchText are somewhat self-explanatory, top is ambiguous without page-size context, continuationToken's role in paging is not stated, and the relationship between organization and project is left undefined.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (Read) and resource (Classic Release definitions), and the phrase 'one page' communicates that this is a paginated listing operation. It does not explicitly differentiate from sibling tools like ado_get_release_definition or ado_list_release_environments, but the resource and verb are specific enough to be unambiguous.

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?

The description provides no guidance on when to use this tool instead of ado_get_release_definition or the other sibling list tools. There are no alternatives, exclusions, prerequisites, or context cues beyond the tool's name and brief resource reference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.