Skip to main content
Glama
RandomSynergy17

Arcane MCP Server

Create container

arcane_container_create

Create a Docker container by specifying image, name, ports, environment variables, volumes, and restart policy.

Instructions

Create a new Docker container

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
environmentIdYesEnvironment ID
nameYesContainer name
imageYesDocker image to use
portsNoPort mappings
envNoEnvironment variables
volumesNoVolume mounts
restartNoRestart policy
networkNoNetwork to connect to
commandNoCommand to run
Behavior2/5

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

The description does not disclose side effects, such as whether the container starts immediately or remains stopped, or whether it replaces existing containers. Annotations (readOnlyHint=false) indicate mutation, but no additional behavioral insights are given.

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 description is highly concise (one sentence), but it achieves conciseness at the expense of informative content. It is not an efficient use of space for the complexity involved.

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?

Given the complexity (9 parameters, nested objects, many sibling tools), the description is severely incomplete. It omits return values, failure modes, and usage context, which are critical for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although schema coverage is 100%, the description adds no value beyond the parameter descriptions. For a complex tool with 9 parameters, a summary or example would improve usability.

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 'Create a new Docker container' is specific with a verb and resource, distinguishing it from sibling tools like delete, get, list, etc. However, it lacks additional context about the type of container or scope.

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 versus alternatives, prerequisites (e.g., image existence), or typical workflow. The description assumes the agent knows the context.

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/RandomSynergy17/Arcane-MCP-Server'

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