Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_docker_post_v1_docker_containers_id_action

Perform a Docker container action (start, stop, restart, etc.) by providing the container ID and the action name. Manage containers through the Panelica hosting panel.

Instructions

:id action

HTTP: POST /v1/docker/containers/:id/:action Category: Docker Required scopes: docker:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter: id
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
actionYesPath parameter: action
Install Server

TDQS

C2.4/5.0
Behavior3/5

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

The annotations already mark readOnlyHint=false and idempotentHint=false, and the description reinforces this with "Mutating: changes server state" while adding the required docker:write scope. There is no contradiction with annotations, but no deeper context is provided about side effects, action-specific consequences, or reversibility.

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

Conciseness3/5

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

The definition is short and label-oriented, but the leading ":id action" line is redundant and "Category: Docker" adds little beyond the path and tool name. It is compact but does not use every line to convey meaningful value.

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

Completeness2/5

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

For a generic action endpoint with no enums, an open body, and no output schema, the description is materially incomplete. An agent cannot determine which actions are valid or how to construct the request body, so correct invocation depends entirely on external API documentation.

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 baseline applies even though the description itself adds no parameter meaning. The schema entries for id and action are tautological, and body is an open object with no static schema; the description does not compensate by listing valid action values or body structure.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description's first line is ":id action", a placeholder that restates the tool name and path rather than stating a concrete purpose. HTTP method, category, and "Mutating: changes server state" only indicate this is a state-changing Docker container endpoint; they do not say what specific actions are performed or how this endpoint distinguishes itself from other Docker tools.

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 alternative Docker or sibling endpoints. "Required scopes: docker:write" and "Mutating" are prerequisites and effects, not usage guidance, and no alternatives or exclusions are mentioned.

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