Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_docker_get_v1_docker_containers

Read-onlyIdempotent

Retrieve a list of Docker containers from Panelica to monitor running services and inspect their status without making changes.

Instructions

List containers

HTTP: GET /v1/docker/containers Category: Docker Required scopes: docker:read Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A3.5/5.0
Behavior4/5

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

The description adds a useful precondition, 'Required scopes: docker:read', which goes beyond the annotations, and the 'Read-only' statement is consistent with readOnlyHint and destructiveHint=false. For a zero-parameter safe GET endpoint, the safety profile is adequately conveyed, though response contents and pagination are not described.

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, then gives the HTTP method, endpoint, category, scope, and read-only status in a clear structure. 'Category: Docker' and 'Read-only' are somewhat redundant with the tool name and annotations, but the description remains appropriately concise.

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 read-only, parameterless list endpoint, the description covers the essentials: HTTP method, endpoint, required scope, and safety. However, with no output schema, it does not state what the returned list contains or whether pagination applies, leaving some behavior to inference.

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 input schema has no properties and no required parameters, so there is no parameter semantics for the description to clarify. The zero-parameter baseline applies, and nothing is missing.

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 opens with the specific action 'List containers' and gives the exact resource via 'HTTP: GET /v1/docker/containers', making the collection-listing intent clear. It does not explicitly contrast with sibling endpoints like get_v1_docker_containers_id or the stats endpoint, so it stops short of full differentiation.

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 on when to use this tool instead of the adjacent Docker endpoints, such as get_v1_docker_containers_id, get_v1_docker_containers_id_stats, or post_v1_docker_containers. The category and scope lines describe the endpoint but do not help an agent choose among the sibling tools.

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