Skip to main content
Glama

evolve_mark_applied

Idempotent

Mark a format-evolution suggestion as applied by recording its pull request URL, ensuring only valid PRs are confirmed.

Instructions

Mark a format-evolution suggestion as APPLIED — called by the evolve_applier child after it has opened the PR.

Sets applied=1 (so the suggestion drops out of the brief / evolve_review) and records the PR url. pr_url is REQUIRED and must be non-empty: this is the PR gate — never mark a suggestion applied without a real pull request. A human still reviews + merges the PR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pr_urlYes
evolve_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description adds significant behavioral context beyond annotations: it reveals that the tool sets a field (applied=1) that removes the suggestion from certain views, records a URL, enforces a non-empty pr_url gate, and notes that a human still reviews/merges. This workflow detail helps the agent understand consequences.

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 concisely written in four sentences, each adding distinct value: purpose, caller, effect, and a critical usage rule. It could be slightly tighter, but overall it is well-structured and front-loaded.

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 (2 required params, clear side effects), the description covers the main behavioral aspects and workflow steps. It does not discuss error cases or output schema (which exists), but the core information is sufficient for correct 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?

With 0% schema description coverage, the description partially compensates: it explains pr_url's role as a required gate and its non-empty constraint. However, it does not explain evolve_id, leaving its semantics implicit. This is adequate but not fully helpful.

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: to mark a format-evolution suggestion as 'APPLIED', with a specific caller context (evolve_applier child) and action (sets applied=1, records PR url). It distinguishes from sibling mark tools by specifying the exact resource type.

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 indicates when to use this tool ('after it has opened the PR') and provides a strong usage rule ('never mark a suggestion applied without a real pull request'). It does not explicitly contrast with sibling tools, but the context is clear enough for an AI agent to determine appropriate use.

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