Skip to main content
Glama

Check goal

check_goal

Evaluate whether the active goal is fully met by providing a summary of work; returns done status or the specific gap to address next.

Instructions

Evaluate whether the active goal is fully met. Call at the end of every turn with a concrete summary of the work just done. Returns done=true when finished, or done=false plus the specific gap to address next.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYesSession identifier returned by set_goal.
summaryYesConcrete summary of this turn's work: commands run, files changed, test results.
Behavior4/5

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

With no annotations, description carries burden. It discloses return format (done=true or done=false plus gap) and expected input. Lacks details on side effects or auth, but for a non-destructive evaluation tool this is adequate.

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 sentences: first establishes purpose, second provides usage and return behavior. No wasted words, efficient and front-loaded.

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?

Despite no output schema, description fully explains return values and when to call. Parameter explanations in schema complement description. Complete for this tool's needs.

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 covers both parameters with descriptions (session_id and summary). The description reinforces usage ('concrete summary') but adds little beyond schema. Baseline 3 for high 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?

Description clearly states 'Evaluate whether the active goal is fully met' with a specific verb and resource. Distinguishes from siblings (clear_goal, get_status, set_goal) by its unique evaluation purpose.

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?

Explicitly advises 'Call at the end of every turn' and specifies what to include in summary. Does not explicitly mention alternatives, but context with siblings implies it.

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/melihzafer/mcp-goal'

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