Skip to main content
Glama

Complete your active build goal

complete_goal

Mark your active build goal as completed. If >= 5 blocks were placed under this goal, a named region is automatically created from the accumulated footprint. Returns {ok, region_created, regionId?, reason?}. Call this when you finish building the structure you declared in set_goal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
spaceYes
goalIdYesThe goalId returned by set_goal.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / additionalProperties
      Added value: +false
    • removedInput schema / properties / goalId / maximum
      Removed value: -9007199254740991
  2. First observed

TDQS

A4.5/5.0
Behavior5/5

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

The description discloses the condition for region creation ('if >= 5 blocks were placed') and the return format ('Returns {ok, region_created, regionId?, reason?}'), adding value beyond the annotations which only indicate readOnlyHint=false and openWorldHint=false.

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 concise (two sentences) and well-structured, front-loading the main action and then providing key details about side effects and return. No extra words.

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 tool with 2 required parameters, no output schema, and minimal annotations, the description provides sufficient behavioral context, including the condition for region creation and the return format, enabling correct agent invocation.

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?

The input schema already describes both parameters adequately (space as string, goalId as integer with description referencing set_goal). The description does not add parameter-specific information, so baseline score of 3 is appropriate given high schema coverage.

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 clearly states the action ('Mark your active build goal as completed') and explains the side effect of automatic region creation. It distinguishes itself from the sibling tool 'set_goal' by indicating this is the completion step.

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 explicitly tells when to use: 'Call this when you finish building the structure you declared in set_goal.' It does not mention when not to use or alternatives, but the guidance is clear enough.

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