Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_git_get_v1_git_repositories_id_pipelines

Read-onlyIdempotent

Retrieve the list of pipelines associated with a Git repository using its ID. This read-only action shows pipeline details for the specified repository.

Instructions

List pipelines

HTTP: GET /v1/git/repositories/:id/pipelines Category: Git Required scopes: git:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.5/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 description's 'Read-only' line mostly restates those. It does add a useful authorization precondition, 'Required scopes: git:read', which is beyond the annotations. There is no mention of pagination, filtering, or response shape, so the behavioral context is adequate but not rich.

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 compact and front-loaded, with the action 'List pipelines' first, followed by the endpoint, category, scope, and safety note. There is no filler or redundant explanation beyond the harmless repetition of 'Read-only.' It is appropriately sized for a simple GET list endpoint.

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

Completeness4/5

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

All essential invocation details are present: HTTP method, path, required repository id, and required scope. The annotations cover the read-only and idempotent behavior, so the absence of an output schema is not critical for such a simple list operation. It could add pagination or response-shape hints, but the core contract is complete enough for an agent to call it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only describes the single parameter as 'Path parameter: id', which is low-value on its own. The description's full endpoint path, '/v1/git/repositories/:id/pipelines', clarifies that 'id' is the Git repository identifier, adding real semantic meaning beyond the schema. With 100% schema coverage and one required parameter, the agent has enough to invoke the tool correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'List pipelines' and includes the exact HTTP path 'GET /v1/git/repositories/:id/pipelines', making the verb, resource, and repository scope clear. It is distinguishable from sibling git endpoints (branches, commits, webhooks, stats) because it names pipelines as the resource. It stops short of a 5 because it never explains what a pipeline is or explicitly contrasts itself with any sibling.

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 gives no guidance on when to use this tool instead of related pipeline tools such as creating, updating, or deleting a pipeline. It only states the HTTP method, required scope, and read-only nature, which imply retrieval but do not provide explicit use cases, exclusions, or alternatives.

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