Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_git_post_v1_git_repositories

Clone a git repository into your Panelica hosting environment. Use this tool when you need to create a local copy of a remote repository for deployment or management.

Instructions

Clone repository

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

Input Schema

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

TDQS

B3.1/5.0
Behavior3/5

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

The description explicitly states 'Required scopes: git:write' and 'Mutating: changes server state', which adds useful behavioral context beyond the annotations that already mark it as not read-only and not idempotent. However, it does not describe consequences such as where the clone lands, whether existing data is overwritten, or what side effects occur. With openWorldHint=true and no output schema, more transparency would be valuable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core action. The HTTP line and category repeat what is already encoded in the tool name, which is mildly redundant, but the scopes and mutation warning earn their place. Overall it wastes little space, though it sacrifices important detail.

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

Completeness1/5

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

For a mutating POST operation with an undeclared request schema, no output schema, and openWorldHint=true, this description is severely incomplete. An agent cannot correctly invoke the tool because it does not know what fields to include (e.g., repository URL, name, target directory) or what the response will look like. The pointer to API docs lives in the schema, not the description, and does not make the tool self-sufficient.

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

Parameters2/5

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

The input schema declares one 'body' parameter but only says 'Schema not statically declared — see API docs', which provides no actual semantic meaning. The tool description adds nothing about required request fields or body structure. Although schema coverage is technically 100%, the coverage is empty of content, so the description fails to compensate and the agent cannot determine what to send.

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 the specific verb-resource pair 'Clone repository', which clearly identifies the operation. This distinguishes it from the many sibling git tools (e.g., fetch, pull, deploy, branches) and from read-only repository listing tools. No other sibling shares this exact action.

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 like fetch, pull, or creating a repository. It states the HTTP method, category, and scopes, but these are not usage conditions. An agent has no basis for deciding between cloning and other git operations.

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