Skip to main content
Glama

GardenArena GardenScript

coop_workshop_get

Read-onlyIdempotent

Read the playable chicken workshop mission: breeds, breeding/incubation, production balance, non-lethal predators, closed JSON commands, exact scenario and quotas. No simulation or database write. Distinct from GardenScript/official competitions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint false, and openWorldHint false, so the safety profile is covered. The description adds useful behavioral context beyond that: it returns closed JSON commands, covers exact scenario and quotas, and involves no simulation or database write. It does not discuss auth, rate limits, or error behavior, but those are less central for this read-only tool.

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 three sentences and front-loads the action and resource. The first sentence packs the content list efficiently, and the final two sentences add disambiguation and behavioral context without waste. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter read tool that already has full schema coverage, output schema, and annotations, the description is complete enough: it says what is read, what is not done, and how it differs from related competition/workshop tools. No critical gap remains for an agent to invoke 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?

The tool has zero parameters and the schema description coverage is 100%, with an output schema present. Per the rubric, a zero-parameter tool baselines at 4, and the description does not need to add parameter semantics. No parameter-related information is missing.

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?

States a specific verb ('Read') and resource ('playable chicken workshop mission'), then enumerates the content domains (breeds, breeding/incubation, production balance, non-lethal predators, closed JSON commands, exact scenario and quotas). It also distinguishes itself from other tools by stating 'No simulation or database write' and contrasting with GardenScript/official competitions, so an agent can identify it apart from the run variant.

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 gives clear context and exclusions: it is a read-only inspection of mission data, explicitly not a simulation and not a database write, and it is distinct from GardenScript/official competitions. However, it does not explicitly name coop_workshop_run as the execution alternative or give a conditional rule like 'use this before running the mission,' leaving the when-to-use guidance somewhat implicit.

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