Skip to main content
Glama

evolve_apply_curator_report

Applies the latest Curator advisory report using the evolve_applier role, selecting an unapplied report from the designated directory.

Instructions

Apply a Curator advisory report using the existing evolve_applier role.

With no report_path, picks the latest complete REPORT-*.md in THREADKEEPER_CURATOR_REPORTS_DIR that has not already been marked applied. Single-flight: refuses while any evolve_applier child is in flight. The child may patch/delete memory through curated MCP tools, but does not edit code, use git, or open a PR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
report_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description must disclose behavior. It details automatic report selection, single-flight concurrency, and constraints on child actions (no code/git/PR). Does not cover error cases, but output schema may fill gaps.

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?

Three sentences front-loaded with purpose. Each sentence adds value without redundancy. Efficient structure for quick comprehension.

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?

Covers essential behavioral aspects for a single-parameter tool: purpose, parameter behavior, concurrency, and child action limits. Output schema likely handles return values. Minor gap: missing error handling, but acceptable.

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

Parameters4/5

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

Schema coverage is 0%, so description compensates by explaining the report_path parameter: optional, default behavior (picks latest REPORT-*.md), and directory reference. Adds meaning beyond schema's title and default.

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 'Apply a Curator advisory report' with a specific verb and resource. It distinguishes from siblings like 'evolve_apply' and 'evolve_apply_roadmap_issue' by focusing on curator reports.

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?

Provides clear guidance on when to omit the report_path (picks latest complete not already applied) and notes a single-flight constraint. Lacks explicit alternatives but context implies uniqueness.

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