Skip to main content
Glama

GardenArena GardenScript

coop_workshop_run

Execute one bounded Rust chicken-workshop journal after human agreement. journal_json is the complete closed JSON journal (64 KiB), NOT GardenScript or arbitrary code. Returns reproducible state, event explanations and an export for explicit human import in the 3D game. No persistent game, official write, provider API or automatic publication. Respect retry delays and the agreed call budget.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
journal_jsonYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already flag non-read-only, non-idempotent, non-open-world behavior. The description goes further by clarifying there is 'No persistent game, official write, provider API or automatic publication' and by explaining the reproducible-state/explanation/export output plus retry-delay and call-budget guidance. That is substantial context beyond the structured annotations.

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?

Purpose is front-loaded, followed by parameter meaning, then constraints. Sentences are short and information-dense, though the cluster of negations ('No persistent game, official write, provider API or automatic publication') is slightly terse and could be tightened.

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?

With an output schema present, return values need not be spelled out, yet the description still summarizes them. For a single-parameter mutation-ish tool with annotations covering the safety profile, the description supplies the format, constraints, and budget guidance an agent needs to call it correctly.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must carry the load for the single parameter. It does: journal_json is 'the complete closed JSON journal (64 KiB), NOT GardenScript or arbitrary code,' which tells the agent the expected format and the critical exclusion—well beyond the schema's bare type/maxLength.

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 states a specific verb and resource: 'Execute one bounded Rust chicken-workshop journal.' An agent can distinguish it from the read counterpart (coop_workshop_get) and from the validation siblings. It stops short of explicitly naming the alternative, but the action is unambiguous.

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?

'after human agreement' gives a clear precondition, and 'NOT GardenScript or arbitrary code' steers away from the validate_gardenscript family. However, it never states when to prefer this run tool over, say, coop_workshop_get or farm_workshop_run, leaving the selection logic implied.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources