Skip to main content
Glama
ni-c

woodpecker-ci-mcp

by ni-c

Get organization permissions

get_organization_permissions
Read-onlyIdempotent

Check the authenticated user's role in an organization, showing member or admin status and whether they can manage org-level secrets and agents.

Instructions

What the authenticated account may do in this organization: member and admin. Org-level secrets and agents need admin here.

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

A4.1/5.0
Behavior3/5

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

Annotations already declare this as read-only, idempotent, and non-destructive. The description adds that the result is limited to member/admin status and that admin is required for org-level secrets and agents, but it does not go deep into behavioral details like response shape or edge cases. This is adequate but not exceptional.

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 a single well-structured sentence that immediately states the tool's purpose and adds a relevant practical note. There is no redundancy or wasted wording.

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 simple read-only tool with one fully documented parameter, rich annotations, and an output schema, the description is complete. It tells the agent what the tool does, what distinction matters, and where this permission level applies.

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?

The schema description coverage is 100%, so the single org_id parameter is fully documented in the schema. The description adds no additional parameter-level meaning, so the baseline score of 3 is appropriate.

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 what the tool returns: the permissions of the authenticated account within an organization, specifically 'member and admin'. This distinguishes it from repository-level permission tools like get_repository_permissions by making the organization scope explicit.

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?

The description gives practical context by noting that 'Org-level secrets and agents need admin here', which tells an agent when this permission check matters. It does not explicitly name alternatives or exclusions, but the clear org-level scope provides enough guidance for typical selection.

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