Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_git_get_v1_git_repositories

Read-onlyIdempotent

List all Git repositories from your Panelica hosting panel. Get a read-only overview of repository names and details for managing your code projects.

Instructions

List repositories

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, and the description's 'Read-only' line is consistent with these rather than contradictory. It adds value beyond the annotations by stating the required scope (git:read) and the HTTP method/endpoint, giving the agent useful auth and transport context; however, it does not describe response contents or pagination behavior.

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 purpose ('List repositories') followed by terse metadata lines (HTTP method, category, scope, read-only). Minor redundancy exists—'Read-only' restates readOnlyHint and the title duplicates the first line—but overall every line earns its place and there is no fluff.

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 zero-parameter, read-only collection listing, the description covers the essential context: purpose, endpoint, category, required scope, and non-destructive nature. The main gap is the absence of any note about the response shape (e.g., a list of repository objects) or pagination, though the absence of an output schema and the simplicity of the tool keep this gap minor.

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 tool has zero parameters and an empty schema, so there is nothing for the description to document; per the rubric, 0 params earns a baseline 4. The description correctly includes no parameter information because none exists.

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 ('List repositories') with the HTTP endpoint GET /v1/git/repositories, making the collection-level intent obvious. It is distinguishable from sibling tools like panelica_git_get_v1_git_repositories_id (single repository) by the plural 'repositories' and the path shape, though it does not explicitly name or contrast those siblings.

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?

No guidance is given on when to use this tool versus alternatives such as panelica_git_get_v1_git_dashboard, panelica_git_get_v1_git_quota, or the per-repository GET tool. The plural 'List repositories' and the collection path imply usage, but the description provides no exclusions, preconditions, or routing hints, which matters given the large palette of git-related siblings.

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