Skip to main content
Glama

evolve_mark_curator_report_applied

Idempotent

Mark a verified Curator report as processed by storing its SHA-256 hash, preventing swapped or replayed reports from being accepted.

Instructions

Mark a Curator report as processed by the evolve_applier child.

The report must live under THREADKEEPER_CURATOR_REPORTS_DIR, match REPORT-*.md, contain CURATOR_PASS_COMPLETE, and still match the parent-verified content hash. The hash and applied event prevent a swapped report or replay from being accepted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
report_pathYes
report_sha256Yes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv0.17.0
    • addedInput schema / properties / report_sha256
      Added value: +{
      +  "title": "Report Sha256",
      +  "type": "string"
      +}
    • changedInput schema / required
      Previous value: -[
      -  "report_path",
      -  "summary"
      -]New value: +[
      +  "report_path",
      +  "report_sha256",
      +  "summary"
      +]
  2. First observedv0.13.2

TDQS

A4/5.0
Behavior4/5

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

Annotations already provide idempotentHint=true, destructiveHint=false, and readOnlyHint=false. The description adds meaningful behavior: it validates file location, naming, marker, and content hash, and explains that replay or swapped reports are rejected—useful context beyond the structured data.

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 with front-loaded purpose and dense, relevant constraints. No filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema and annotations that cover return and idempotency/safety, and the description covers path/match/marker/hash preconditions. The missing documentation of the required summary parameter and lack of explicit sibling routing leave a meaningful gap.

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

Parameters2/5

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

Schema descriptions are 0%, so the description carries the burden. It indirectly explains report_path (must live under THREADKEEPER_CURATOR_REPORTS_DIR and match REPORT-*.md) and report_sha256 (must match parent-verified content hash), but it never explains the required summary parameter or the expected formats.

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 names a specific verb and resource: mark a Curator report as processed by the evolve_applier child. It is clear about the object and operation, and the nuanced preconditions distinguish it from related evolve_apply/mark siblings.

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?

It gives clear context that this is called after the evolve_applier child has processed a report, and enumerates acceptance preconditions. It does not explicitly name alternative tools or state when not to use it, so it stops short of full routing guidance.

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