Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_git_post_v1_git_deployments_id_cancel

Cancel an active git deployment by ID, stopping the deployment process immediately.

Instructions

Cancel deployment

HTTP: POST /v1/git/deployments/:id/cancel 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

A3.5/5.0
Behavior3/5

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

It explicitly states 'Mutating: changes server state' and 'Required scopes: git:write', adding useful behavior and auth context beyond the annotations. It does not explain side effects of cancellation, such as whether the deployment is stopped in place or partially rolled back, so transparency 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 core action, followed by short labeled facts: HTTP path, category, required scope, and mutation behavior. There is no filler or redundant prose.

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

Completeness3/5

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

For a simple cancel operation, the essential invocation details are present: endpoint, required id, scope, and mutating nature. However, cancellation semantics, expected response, and the open-ended body parameter are not explained, so the description is functional but not fully complete.

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 id parameter is described as the path parameter, matching the endpoint shown in the description. The body parameter is essentially undocumented ('Schema not statically declared — see API docs'), and the description adds no further meaning for it, so it stays at the baseline of 3.

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 states a clear verb and resource: 'Cancel deployment' with the explicit HTTP path POST /v1/git/deployments/:id/cancel. This makes the operation unambiguous, though it does not explicitly contrast with related sibling tools such as deploy or rollback.

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 usage context is implied: use this when a deployment should be cancelled. Additional context like 'Category: Git' and 'Required scopes: git:write' provides a prerequisite, but there is no when-not-to-use guidance or reference to alternative tools like rollback.

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