Skip to main content
Glama

confirm

Validate and optionally replace criteria for a build run. Returns the kickoff prompt for the Looping Agent.

Instructions

Manager confirms the criteria, optionally REPLACING them with the project's real checks, then returns the kickoff prompt.

If edited_criteria is given it becomes the authoritative final list. Each item is {id?, text, oracle_type, oracle} where oracle_type is "command" (a shell command that exits 0 on success), "browser" (a flow the agent proves), or "manual". An item whose id matches a proposed criterion patches it (and re-arms it for checking); any other item is added new. This is how you point a criterion at YOUR stack — e.g. {"text":"build passes","oracle_type":"command", "oracle":"cargo build"}. Returns {error, details} if a criterion is malformed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
edited_criteriaNo
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It explains that edited_criteria replaces the list, patches existing items by id, and returns an error if malformed. However, it does not mention whether changes are persistent or what side effects occur (e.g., does 'confirm' modify state?). This lack of persistence info is a gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is fairly concise and front-loaded with the main purpose. Each sentence adds value, though some technical details could be slightly more compact. Overall, it earns its length.

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?

Given only one parameter, no output schema, and no annotations, the description is relatively complete. It covers input structure, behavior, and error handling. However, it lacks context about the broader workflow (e.g., what is the kickoff prompt? How does this integrate with siblings?).

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

Parameters5/5

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

With schema coverage at 0%, the description fully explains the single parameter 'edited_criteria'. It details each item's structure (id, text, oracle_type, oracle), explains oracle_type values ('command', 'browser', 'manual'), and describes how matching works (patch vs. add new). This provides essential meaning beyond the schema.

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 tool's purpose: 'Manager confirms the criteria, optionally REPLACING them... then returns the kickoff prompt.' It specifies the verb 'confirms' and the resource 'criteria'. This distinguishes it from siblings like 'propose' (which suggests criteria) and 'request_gate' (which requests approval).

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 description implies usage is for finalizing criteria after proposal, but it does not explicitly state when to use or not use this tool vs. alternatives like 'propose' or 'check_done'. No exclusions or prerequisites are provided.

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/ShreyasBidwai/AI_Loop_MCP'

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