Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_git_delete_v1_git_repositories_id

DestructiveIdempotent

Delete a Git repository permanently by its ID. Use to remove unwanted repositories from the Panelica hosting panel.

Instructions

Delete repository

HTTP: DELETE /v1/git/repositories/:id Category: Git Required scopes: git:delete WARNING: destructive — permanently removes the resource.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A4/5.0
Behavior4/5

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

Beyond the annotations, the description explicitly warns that the operation is destructive and permanently removes the resource, adding irreversibility context the boolean annotation alone does not convey. It also discloses the required scope and HTTP method, giving the agent concrete behavioral and authorization expectations. No contradiction with annotations exists.

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?

Every line earns its place: the action, endpoint, category, required scope, and a one-line destructive warning. It is front-loaded with the primary purpose and has no redundant filler.

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?

For a single-parameter destructive delete with a high-coverage schema and relevant annotations, the description supplies the essential operational information: endpoint, auth scope, and permanence. It omits only explicit response expectations and sibling routing, both minor for this simple tool.

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 already provides 100% coverage by describing 'id' as the required path parameter. The description's endpoint notation '/v1/git/repositories/:id' confirms that id identifies the repository, but it adds no formatting, validation, or lookup details, which is the expected baseline at this coverage level.

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 opens with a specific verb and resource, 'Delete repository', and anchors it to the exact HTTP endpoint 'DELETE /v1/git/repositories/:id'. This clearly distinguishes it from sibling Git deletion tools for branches, keys, pipelines, and webhooks.

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 description gives useful context by listing the HTTP method, category, and required scope 'git:delete', which implies the intended use case. However, it does not explicitly say when to prefer this tool over sibling deletion tools or state when not to use it, so usage guidance remains implied rather than direct.

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