Skip to main content
Glama

Accept Revision Generation

acceptRevisionGeneration

Accept the reviewed generated configuration and complete the builder run. The saved draft is not activated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
build_idYesThe revision identifier.
builder_run_idYesThe builder run returned by generation or status, belonging to this revision.
expected_started_atYesCopy started_at from the status being reviewed. Each prompt has its own builder run ID; stale review identities return 409.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate a non-read-only, non-destructive, non-idempotent mutation. The description adds meaningful behavioral context by stating the acceptance completes the builder run and that the saved draft is not activated, preventing a likely misinterpretation that acceptance equals activation. No contradiction with annotations was found.

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?

Two short sentences with no filler. The primary action and outcome are front-loaded, and the critical non-activation caveat is placed second without 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?

For a three-parameter tool with fully documented schema properties, the description plus schema provides sufficient guidance for the agent to call it correctly. The one gap is the lack of explicit procedural context about when in the generation/review workflow acceptance should occur, though the description and parameter descriptions imply it well enough.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all three parameters, including the important guidance on expected_started_at and stale review identities returning 409. The description itself adds no parameter-level meaning, so the baseline of 3 is appropriate.

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 states a specific verb ('Accept') and resource ('reviewed generated configuration') and adds the outcome 'complete the builder run.' It also differentiates from related siblings like activateAutomationRevision by explicitly noting the saved draft is not activated, and from declineRevisionGeneration via the accept/decline contrast.

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?

The context is implied: use this after reviewing a generated configuration and wanting to complete the builder run. However, it does not explicitly name alternatives such as declineRevisionGeneration, cancelBuilderRun, or resumeBuilderRun, nor does it provide clear when-not-to-use guidance beyond the non-activation clarification.

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