Skip to main content
Glama
ni-c

woodpecker-ci-mcp

by ni-c

Get an organization

get_organization
Read-onlyIdempotent

Retrieve a specific organization's details by its numeric ID. Use it to access Woodpecker CI organization information directly.

Instructions

Returns one organization by its numeric id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
org_idYesNumeric organization id, as returned by list_organizations or lookup_organization.

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

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is fully covered. The description adds the concrete behavioral detail that exactly one organization is returned and that the lookup key is a numeric ID, which is modest context beyond the annotations, though it omits error behavior or not-found handling.

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?

A single, front-loaded sentence with no filler. It communicates the essential behavior and key distinguishing detail (numeric ID) in minimal words.

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?

This is a simple read-only, single-ID lookup with one parameter, a fully documented input schema, complete annotations, and an output schema. The one-sentence description is sufficient for an agent to select and invoke it correctly; no important context is missing.

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 description coverage is 100%, and the org_id parameter is already documented with type, range, and provenance ('as returned by list_organizations or lookup_organization'). The description merely restates the parameter's role without adding further semantic meaning, so the baseline of 3 applies.

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 states a specific verb ('Returns'), resource ('organization'), and retrieval method ('by its numeric id'). This clarity differentiates the tool from sibling lookup_organization, which likely uses a name or slug, and from list_organizations, which returns multiple records.

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 'by its numeric id' phrasing implicitly signals that this tool is appropriate when an organization ID is already available, but the description gives no explicit when-to-use or alternative-routing guidance. It does not mention preferring lookup_organization for non-ID lookups or list_organizations for enumeration, leaving the agent to infer the intended context.

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