Skip to main content
Glama

create_devbox

Create a Runloop Devbox to provision a Linux sandbox with custom resources, environment variables, and startup commands for development.

Instructions

Create a new Runloop Devbox.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoHuman-friendly name for the devbox.
metadataNoArbitrary key/value metadata for organizing devboxes.
after_idleNoDict with ``idle_time_seconds`` (int) and ``on_idle`` (``"shutdown"`` or ``"suspend"``). Mutually exclusive with ``keep_alive_time_seconds``.
file_mountsNoMapping of ``{"/path/in/devbox": "inline file contents"}`` written at creation time.
snapshot_idNoCreate the devbox from an existing disk snapshot.
architectureNo``x86_64`` or ``arm64``.
blueprint_idNoID of a custom blueprint (alternative to ``blueprint_name``).
resource_sizeNoInstance size, one of ``X_SMALL``, ``SMALL``, ``MEDIUM``, ``LARGE``, ``X_LARGE``, ``XX_LARGE``.
blueprint_nameNoPrebuilt image / blueprint name, e.g. ``runloop/universal-ubuntu-24.04-x86_64`` or ``runloop/starter-x86_64``.
launch_commandsNoCommands run during initialization (must not block; redirect background processes to a log file).
environment_variablesNoEnvironment variables injected into the devbox.
keep_alive_time_secondsNoMaximum lifetime of the devbox in seconds.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations are absent, and the description provides no behavioral details beyond the action itself. There is no disclosure of side effects, required setup (e.g., blueprint_id or blueprint_name), or potential delays, leaving the agent under-informed about the tool's runtime behavior.

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 a single, front-loaded sentence with no redundant information. It is concise and to the point, effectively stating the tool's purpose without unnecessary words.

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?

Despite the short description, the rich input schema (100% parameter coverage) and presence of an output schema compensate for the lack of detail. The description is adequate for an agent to understand the core action, though it could mention the resulting devbox object or setup requirements.

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 provides 100% description coverage for all 12 parameters, so the description adds no parameter-level meaning. The baseline of 3 is appropriate because the schema carries the full burden of explaining parameters and their constraints.

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

Purpose5/5

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

The description 'Create a new Runloop Devbox' uses a specific verb and resource, clearly distinguishing it from siblings like update_devbox, shutdown_devbox, and suspend_devbox. It is unambiguous about the tool's primary function.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention any prerequisites, exclusions, or alternative tools. The usage context is only implied by the verb 'create'.

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/contributory/runloop-mcp'

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