Skip to main content
Glama

ado_pipelines_list_runs

Read-only

List recent pipeline runs for an Azure DevOps project, with optional filters by pipeline definition, status, and pagination using top and continuation token.

Instructions

List recent pipeline runs for an Azure DevOps project with optional filtering. Filter by pipeline definition, status, or paginate with top and continuationToken. Requires vso.build PAT scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMax results to return (default 50, max 200)
projectNoProject name. Uses default if omitted.
pipelineIdNoFilter to a specific pipeline definition ID
statusFilterNoFilter by build status
continuationTokenNoToken for next page of results

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already supply readOnlyHint=true and openWorldHint=true, so the safety profile is covered by structured data. The description adds value by disclosing the vso.build PAT scope requirement, which is not available elsewhere, and characterizing results as 'recent' runs.

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?

Three short sentences with zero filler. The first sentence states the purpose, the second lists the parameters and their roles, and the third gives the authorization requirement. Each sentence earns its place.

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

Completeness4/5

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

For a read-only list tool with 5 optional parameters and no output schema, the description covers purpose, filtering, pagination, and auth. It does not describe return format or default project behavior, but those are reasonably inferable or documented in the schema, and the annotations cover the safety profile.

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?

Schema coverage is 100%, with every parameter already documented. The description adds modest relational meaning by linking pipelineId to 'pipeline definition', statusFilter to 'status', and clarifying that top and continuationToken form a pagination mechanism — useful framing but not deep new semantics.

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?

States a specific verb and resource: 'List recent pipeline runs' for an Azure DevOps project, with concrete filtering options. This inherently distinguishes it from siblings like ado_pipelines_list (lists definitions), ado_pipelines_get_run (single run), and ado_pipelines_trigger (starts runs).

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 conveys usage context — optional filters and pagination — but never states when to prefer it over alternatives or when not to use it. An agent cannot tell from the description whether to call this vs ado_pipelines_get_run for a specific run without inferring from the schema.

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

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

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