Skip to main content
Glama
ni-c

woodpecker-ci-mcp

by ni-c

List agents

list_agents
Read-onlyIdempotent

Inspect build agents' platform, capacity, version, and last contact to diagnose why no builds are running. Instance-wide listing requires admin; agent tokens are redacted.

Instructions

Lists the build agents, with their platform, capacity, version and last contact — the call that answers "why is nothing being built". Without org_id this is the instance-wide list and needs an administrator. Agent tokens are redacted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, starting at 1.
org_idNoList the agents of one organization instead of the whole instance.
per_pageNoEntries per page (1 … 50). Woodpecker clamps anything above 50 without saying so.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
truncatedNoPresent only when the answer was shortened to fit the budget.

Schema Changelog

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

  1. First observedv0.2.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the bar for the description is lower. It adds valuable context beyond the annotations: the administrative auth requirement for instance-wide lists and the disclosure that agent tokens are redacted. These are exactly the auth-needs and response-content disclosures the rubric rewards; no contradiction with annotations.

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 tightly-scoped sentences (~50 words) with zero waste. The purpose and returned fields are front-loaded first, followed by scope/auth, then token redaction. Each sentence carries distinct, necessary information and earns its place.

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

Completeness5/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, nothing critical is missing: purpose, returned fields, scope behavior, auth requirement, token redaction, fully documented parameters, and an output schema that covers return values. The description is complete enough for an agent to select and invoke it correctly without consulting anything else.

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% and every parameter already has a solid description (page range, org_id scoping, per_page clamping behavior), so the baseline is 3. The description adds one meaningful insight beyond the schema — that omitting org_id yields an instance-wide list requiring admin — which informs invocation choice but does not substantially expand the schema's parameter documentation.

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 ('Lists') with a specific resource ('build agents') and explicitly enumerates the returned fields (platform, capacity, version, last contact). The diagnostic hook 'why is nothing being built' further distinguishes it from siblings like get_agent (single agent), list_agent_tasks (tasks), and create/update/delete_agent (mutations).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear usage context: it is the diagnostic call for stalled builds, and the org_id vs instance-wide distinction with its admin requirement tells the agent how scope changes invocation. It lacks explicit exclusions or named alternatives (e.g., 'use get_agent for a single agent'), so it stops short of a 5.

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/ni-c/woodpecker-ci-mcp'

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