Skip to main content
Glama
ni-c

woodpecker-ci-mcp

by ni-c

Create a user

create_user

Pre-create a Woodpecker CI account for a user before their first login, optionally granting instance admin rights. Enables setting up administrators ahead of first sign-in.

Instructions

Registers an account ahead of its first login. Admin only. This does not create anything in the forge and grants no access there — the person still signs in through the forge; this only pre-creates the Woodpecker record, which is how you make someone an admin before they first log in. Passing admin=true asks a person first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
adminNoMake the account an instance administrator. Grants access to every repository, secret and agent on the server, so passing true asks a person first.
emailNoEmail address.
loginYesThe login exactly as the forge spells it. A mismatch creates a second, unused account instead of the one you meant.
confirm_tokenNoToken from a previous call of this tool.

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.5/5.0
Behavior5/5

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

With no meaningful annotation coverage beyond non-read-only flags, the description carries the behavioral burden well. It discloses the side-effect boundary—pre-creating only a Woodpecker record, not granting forge access—and the confirmation behavior for admin=true ('asks a person first').

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 sentences with the core purpose front-loaded, followed by important scope caveats and the admin confirmation behavior. Every sentence adds useful information without filler.

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?

The output schema exists and all parameters are documented in the schema. The description supplies the missing contextual pieces: permission level, timing, side-effect scope, and admin confirmation, making it sufficiently complete for correct invocation.

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%, so the baseline is 3. The description adds no new parameter-level meaning beyond what the schema already documents; the 'asks a person first' note repeats the admin parameter's schema description.

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 and resource: 'Registers an account ahead of its first login.' It further clarifies this is not a forge-level creation and only 'pre-creates the Woodpecker record,' which clearly distinguishes it from sibling create_* tools like create_agent, create_forge, or create_secret.

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 clear conditions: use it before first login and it is admin-only. It also states a when-not by explaining that 'this does not create anything in the forge and grants no access there,' but it does not name any alternative sibling tool explicitly.

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