Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_git_post_v1_git_repositories_id_pipelines

Create a pipeline for a Git repository using its ID and configuration body. Set up automated build, test, or deployment steps.

Instructions

Create pipeline

HTTP: POST /v1/git/repositories/:id/pipelines Category: Git Required scopes: git:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

B3.4/5.0
Behavior3/5

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

The description explicitly states 'Mutating: changes server state' and 'Required scopes: git:write'. While annotations already indicate readOnlyHint: false (mutating), the description adds the scope requirement, which is useful. However, it does not disclose idempotency or other side effects beyond creating a pipeline.

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 highly concise and front-loaded with 'Create pipeline'. It efficiently conveys the HTTP method, path, scopes, and mutation status in a few lines with no unnecessary verbiage.

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

Completeness2/5

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

The tool creates a pipeline, but the description lacks essential details about the request body structure (it says 'see API docs') and provides no information about the response or constraints. Since there is no output schema and the body is open, an agent cannot reliably construct a valid request, making this a significant gap for a creation operation.

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 input schema already describes both parameters (id as a path parameter and body as an open object). The description adds no extra meaning for these parameters—it only restates the HTTP path. With 100% schema coverage, the baseline of 3 applies, and the description offers no further clarification.

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 'Create pipeline' and provides the HTTP POST endpoint. This precisely identifies the action (creating a pipeline for a git repository) and distinguishes it from sibling tools like the GET pipelines endpoint (listing) and DELETE pipelines endpoint (deleting).

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, such as prerequisites (e.g., a valid repository ID) or when to use an existing pipeline action. It only states the action without context on selection criteria.

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

Other Tools

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/Panelica/panelica-mcp'

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