Skip to main content
Glama

evolve_decide

Triage pending format-evolution suggestions: promote relevant ones for immediate action or dismiss duplicates, superseded, or stale entries.

Instructions

Triage a pending format-evolution suggestion. Used by the autonomous evolve reviewer daemon (and available manually).

decision: 'promote' — still relevant + worth doing → status='promoted', so the brief surfaces it sharply (★) for the foreground agent / human to ACTUALLY APPLY. Applying edits format/code — that stays a foreground/human action; this tool never applies. 'dismiss' — duplicate of another suggestion, superseded, or stale → status='dismissed', dropped from the pending queue.

reason: one line (esp. which #id it duplicates, for dismiss).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
evolve_idYes
decisionYes
reasonNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool changes the suggestion's status to 'promoted' or 'dismissed' and explicitly states it never applies edits. This is valuable behavioral context. However, it does not mention side effects, permissions, or return value, though the output schema may cover the latter.

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 yet packed with necessary information. It front-loads the purpose in the first sentence. Every sentence serves a purpose (usage context, decision options, parameter guidance). There is no redundancy or wasted text.

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 the tool's simplicity and the presence of an output schema, the description covers the main aspects: what the tool does, the two decisions, and the reason parameter. It mentions daemon usage and clarifies that it does not apply edits. However, it could provide slightly more detail on what happens after promotion or dismissal (e.g., whether the suggestion is removed from the queue). Still, it is largely complete for an AI agent.

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?

The input schema has 0% description coverage, so the description must compensate. It fully explains 'evolve_id' (implied ID of suggestion), lists and explains the two valid values for 'decision' ('promote' and 'dismiss') with detailed outcomes, and provides guidance for 'reason' (one line, especially which duplicate ID for dismiss). This adds extensive meaning beyond the bare 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: 'Triage a pending format-evolution suggestion.' The verb 'triage' and resource 'format-evolution suggestion' are specific. It also distinguishes itself from siblings like evolve_apply by explicitly noting that this tool never applies edits, leaving that for foreground/human actions.

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 explains the tool is used by the autonomous evolve reviewer daemon and manually, and clearly differentiates when to use 'promote' (still relevant and worth doing) versus 'dismiss' (duplicate, superseded, stale). It also gives guidance for the 'reason' parameter. However, it does not explicitly mention when not to use the tool or provide alternatives.

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/po4erk91/thread-keeper'

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