Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_git_get_v1_git_repositories_id_environments

Read-onlyIdempotent

List environments for a Git repository by ID. Retrieve environment details associated with the given repository.

Instructions

List environments

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
Install Server

TDQS

A3.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds the required scope (git:read), which is useful authorization context beyond the annotations. It does not mention pagination or response shape, but for a simple list operation the main behavioral traits are disclosed.

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 extremely concise and front-loaded with the purpose ('List environments'), followed by endpoint, category, scope, and read-only status. Every line carries useful information and there is no 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, read-only list operation with strong annotations, the description is largely complete: it names the resource, gives the exact route, states the required scope, and confirms safety. The main gap is that it does not describe what fields the returned environment list contains, but the absence of a complex output schema and the simplicity of the operation keep this from being a major deficiency.

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%, so the schema already documents the single 'id' path parameter. The description's route line also shows ':id' in the path, but adds no additional semantic detail about the format, constraints, or meaning of the id beyond what the schema provides.

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 clearly names the verb ('List') and resource ('environments'), and the HTTP route pins the resource to a specific Git repository by id. It distinguishes itself from create/update/delete environment siblings by the GET verb, though it does not explain what an 'environment' is or explicitly contrast itself with other Git list endpoints such as pipelines or webhooks.

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 provided about when to use this tool versus alternatives such as listing branches, commits, deployments, or creating/updating environments. The read-only note and route imply a listing use case, but there are no explicit context cues or exclusions.

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