Skip to main content
Glama

spawn_latest

Pull a saved Spawn game spec from dev head, live, or a pinned version, updating local scripts and the base-version rail. Use after version conflicts to sync your project.

Instructions

Pull a saved spec: head (mode=dev, default), published live (mode=live), an exact version, or a published updateSlug. Head pulls sync scripts (untouched fast-forward; both-changed → .theirs) and update the base-version rail — use after version_conflict. Non-head pulls are read-only unless applyLocal:true (resets local rail to that snapshot). version and updateSlug are mutually exclusive.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo'dev' = saved head (default); 'live' = published live versiondev
versionNoExact saved spec version (mutually exclusive with updateSlug)
applyLocalNoWrite pulled scripts/base-version (and game.json when saveGameJson). Defaults true for plain head pulls, false for mode=live / version / updateSlug
projectDirNoAbsolute path to the Spawn game project (game.json / .env). Defaults to SPAWN_PROJECT_DIR or the MCP process cwd.
updateSlugNoPublished update slug → pinned spec version (mutually exclusive with version)
saveGameJsonNoWhen applying: write pulled spec to game.json
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It candidly explains that head pulls write sync scripts and update the base-version rail, while non-head pulls are read-only unless applyLocal:true resets the local rail. It also discloses conflict handling (both-changed → <file>.theirs) and parameter mutual exclusivity, which are critical behavioral traits.

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 exceptionally dense yet concise, packing modes, defaults, conflict behavior, read-only conditions, and parameter constraints into three sentences. It front-loads the core purpose, and every clause adds useful information with no filler or redundancy.

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?

Given the tool's complexity (6 parameters, no output schema, no annotations), the description covers purpose, usage, side effects, and parameter interactions thoroughly. However, it does not describe what the tool returns or outputs, which would be helpful in the absence of an output schema. Minor error behavior is also not addressed, so the score is one below excellent.

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?

Though the schema covers all parameters at 100%, the description adds meaningful interaction semantics: it explains the default applyLocal behavior per mode, mutual exclusivity of version and updateSlug, and the rail/reset implication of applyLocal. This goes well beyond what the schema's individual descriptions provide.

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 opens with 'Pull a saved spec' which is a specific verb+resource, and then enumerates the distinct modes (head, live, version, updateSlug) that the tool supports. It also notes 'use after version_conflict', which frames its role among sibling tools and distinguishes it from related commands like spawn_push or spawn_init.

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 clearly states when to use head pulls ('use after version_conflict') and contrasts head vs non-head behavior, but it does not explicitly name alternative tools or state when not to use the tool. The guidance is contextually clear without naming siblings, so it falls just short of a 5.

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/wfbcargo/wfbcargo_spawn_mcp'

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