Skip to main content
Glama

accept_move

Accept a move only after the founder says yes. This records one durable preparation attempt and may start the configured worker only when launch_won is true. A repeat never starts another worker. Free; requires the 'act' scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
targetYes
move_idYesMove id (uuid).
operationNoDefaults to accept. Retry requires expected_attempt_id; use null only with the exact legacy state and updated_at.
expected_attempt_idNoRequired for retry. Pass the exact managed attempt, or null for a legacy job.
expected_legacy_stateNo
expected_legacy_updated_atNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.8/5.0
Behavior5/5

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

Annotations only indicate non-read-only and non-destructive. The description adds meaningful behavioral context beyond annotations: the operation is durable, one preparation attempt is recorded, a worker may start only under a specific condition, repeats are idempotent with respect to worker launch, and there is a scope requirement. This is strong transparency for an action with side effects.

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?

Three short sentences with high signal density. The key operational constraint is front-loaded, followed by behavioral consequences and cost/scope info. No filler or repetition of schema details.

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

Completeness2/5

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

For a 7-parameter tool with retry/legacy-state complexity and no output schema, the description covers only the happy-path semantics. It does not describe the operation parameter, retry requirements, legacy state usage, or what a caller should expect in response. An agent navigating this tool would lack critical context for valid invocation across all supported cases.

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

Parameters2/5

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

Schema description coverage is only 43%, which is below the 50% threshold, so the description needed to compensate for undocumented parameters. It does not explain move_id, target, operation, expected_attempt_id, or the legacy fields. The retry and expected-state parameters remain opaque to an agent trying to construct a valid call.

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 clearly states the action ('accept a move'), the precondition ('only after the founder says yes'), and the core effect (records a durable preparation attempt, may start a worker if launch_won is true). However, it does not explicitly distinguish itself from sibling tools like review_move, ship_move, or skip_move, so differentiation is mostly implicit.

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?

It provides concrete usage guidance: only accept after founder approval, worker launch is conditional on launch_won, repeats never start another worker, and the 'act' scope is required. It does not explicitly contrast with sibling tools or explain when to use the retry operation, which leaves some routing to inference.

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