Skip to main content
Glama

AfterLaunch: the agentic growth marketing engine

review_move

Apply one explicit founder review decision: revise the current managed attempt, withdraw unfinished work, adopt an inspected legacy result, or correct a recorded publication. Revision starts a new attempt only when this transaction wins. This never publishes anything. Free; requires the 'act' scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
job_idYes
move_idYes
asset_urlNo
operationYesadopt_legacy_result requires a null expected attempt, exact move CAS, exact legacy job CAS when job_id is present, and inspected prepared content or asset URL.
prepared_contentNo
expected_attempt_idYesExact managed attempt. Null identifies legacy work and requires exact move CAS plus legacy job CAS when job_id is present.
expected_move_stateNo
expected_legacy_stateNo
expected_move_updated_atNo
expected_legacy_updated_atNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.1/5.0
Behavior5/5

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

Annotations only declare readOnlyHint=false and destructiveHint=false; the description goes beyond them by disclosing that no publication side effect ever occurs, that a revision spawns a new attempt only if the concurrent transaction wins, and that the call requires the 'act' scope and costs nothing. The 'inspected' precondition on legacy results is additional behavioral context not present in annotations.

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?

Roughly 45 words across four short sentences, with the purpose and operations front-loaded. Every sentence adds a distinct fact — operation set, transactional revision behavior, no-publish guarantee, cost/scope — and there is no filler.

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 an 11-parameter, four-mode, CAS-guarded tool with no output schema, the description is too thin: it omits how the expected_* fields serve as concurrency tokens, what the response contains (e.g., a new attempt id after revise), and which parameter combinations are valid per operation. The schema's operation description fills the adopt_legacy_result gaps only; the rest is left to the agent.

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 18% (just operation and expected_attempt_id are documented), and the description only loosely compensates with the 'transaction wins' phrase. It never explains the optimistic-concurrency parameters (expected_move_updated_at, expected_legacy_updated_at, expected states) or which parameters apply to each operation, so an agent must infer the CAS mechanics from the operation enum text alone.

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 action ('Apply one explicit founder review decision') on concrete resources ('current managed attempt', 'unfinished work', 'legacy result', 'recorded publication') and enumerates the four operation modes (revise, withdraw, adopt_legacy_result, correct_publication). These operations are unique among the move-family siblings (accept/archive/propose/ship/skip/undo), so an agent can distinguish it without inspecting the schema.

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?

Provides clear context: 'This never publishes anything' rules out the tool when a publication effect is desired, revision is gated on the transaction winning, and it requires the 'act' scope and is free. It stops short of explicitly naming sibling alternatives, so the when-not-to-use guidance is implied rather than fully stated.

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.