Skip to main content
Glama
rosh-studio
by rosh-studio

rosh_publish

Compile and publish Rosh programs to rosh.cloud, generating a public URL. Supports web, Phaser, and Three.js targets.

Instructions

Compile and publish a Rosh program to rosh.cloud. Requires API key with write scope.

The published program gets a public URL at https://rosh.cloud/p/{username}/{slug}

Args: title: Display title for the program slug: URL-safe identifier (lowercase, hyphens only, e.g. "space-shooter") code: Rosh source code target: Target platform — "web", "phaser", or "threejs" description: One-line description of what the program does

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
slugYes
codeYes
targetNoweb
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description carries burden. It discloses the write operation and public URL output, but lacks details on destructive behavior (e.g., overwriting existing slug), rate limits, or error conditions.

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?

Description is succinct with a brief intro, output note, and structured Args list. No redundant sentences or jargon; 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?

Covers key aspects: purpose, required auth, output URL, and parameter details. Missing explicit mention of response structure or error handling, but overall complete for a publish tool.

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

Parameters5/5

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

With 0% schema description coverage, the Args section provides detailed explanations for all parameters, including slug format, allowed target values, and purpose, fully compensating for the schema gap.

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 it compiles and publishes a Rosh program to rosh.cloud, distinguishing it from sibling tools like rosh_compile (compile only) and rosh_update_program (update existing).

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

Usage Guidelines3/5

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

The description mentions a prerequisite (API key with write scope) and the output (public URL), but does not explicitly guide when to use this tool versus alternatives like rosh_compile or rosh_update_program.

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/rosh-studio/rosh-mcp'

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