Skip to main content
Glama
crunchtools

mcp-podman-crunchtools

by crunchtools

container_restart_tool

Restart a Podman container by name or ID. Optionally set a timeout in seconds before forcibly killing it, defaulting to 10 seconds.

Instructions

Restart a container.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesContainer name or ID
timeoutNoSeconds to wait before killing (default: 10)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior1/5

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

No annotations are present, so the description must carry the behavioral disclosure. It only says 'Restart a container' with no details on what restart entails (e.g., graceful stop then start, timeout-based kill, state after restart). The timeout parameter hints at a kill mechanism, but the description itself reveals nothing.

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 a single, clear sentence with no redundant wording. It is concise, but it might be under-specified; however, the conciseness itself is good.

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?

The tool has a simple interface but lacks essential behavioral context. Without annotations, the description should explain the restart process and any side effects, but it doesn't. The presence of an output schema and fully documented parameters partially compensates, but the behavioral gap remains.

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?

The input schema fully describes both parameters (name and timeout), including the default for timeout. The description adds no additional parameter semantics beyond what the schema already provides, so the baseline of 3 applies.

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 states the action ('Restart') and resource ('a container'), which aligns with the tool name and distinguishes it from sibling tools like container_start_tool and container_stop_tool. However, it lacks any elaboration on the specific restart semantics, so it is clear but minimal.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives. The description does not mention any prerequisites, such as the container needing to be running, or any comparisons with container_start_tool or container_stop_tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

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/crunchtools/mcp-podman'

If you have feedback or need assistance with the MCP directory API, please join our Discord server