Skip to main content
Glama

export_project_archive

Export a Cloud project's core runtime as a portable .r402ar archive, excluding secrets and credentials. Optionally wait for readiness and download to a local path.

Instructions

Export the supported Run402 Core runtime slice of a Cloud project as a portable .r402ar archive. Can wait for readiness and write the downloaded archive to a local path. Secrets, credentials, billing, allowance, logs, fleet, and Cloud operations are never exported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
authNoAuth export mode. Default stubs; credentials are never exported.
waitNoPoll until ready. Defaults true when output_path is set, otherwise false.
scopeNoArchive scope. v1 supports portable-runtime-v1.
project_idYesProject ID to export from Run402 Cloud.
timeout_msNoWait timeout in milliseconds. Default 600000.
consistencyNoConsistency mode. Default pause-writes, recorded as cloud_write_pause_v1.
output_pathNoOptional local file path for the downloaded .r402ar archive. When set, the tool waits for readiness and writes bytes here.
idempotency_keyNoRetry-safe idempotency key for archive creation.
poll_interval_msNoPolling interval in milliseconds. Default 1000.
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses key behaviors: waiting for readiness, writing to a local path, and what is never exported. However, it does not mention idempotency, polling, timeouts, or return value beyond the file write.

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?

Two sentences with no unnecessary words. The first sentence states the primary action and output format; the second adds two important behavioral notes (waiting/writing and exclusions). Every sentence adds value.

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?

The description covers the tool's purpose, exclusions, and key behaviors (wait/write), but lacks information about the return value or behavior when output_path is not set. Given 9 parameters and no output schema, a bit more detail on the result would improve completeness.

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 baseline is 3. The description adds context about the auth parameter (credentials never exported) and wait/output_path relationship, but does not elaborate on all 9 parameters beyond what the schema already documents.

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 clearly states the verb 'export' and the resource 'Run402 Core runtime slice of a Cloud project' as a portable .r402ar archive, and explicitly lists what is never exported, distinguishing it from siblings like import_project_archive, inspect_project_archive, and verify_project_archive.

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

Usage Guidelines4/5

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

The description indicates when to use this tool (to create a portable archive of runtime configuration) and hints at behavior like waiting and writing to a local path, but does not explicitly contrast with alternatives among the many sibling archive-related tools.

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/MajorTal/run402'

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