Skip to main content
Glama

curator_review_status

Read-only

Review curator configuration, inventory fingerprints, and latest report path to confirm the daemon is alive, advancing its cursor, and producing readable reports.

Instructions

Show curator config + inventory fingerprints + latest REPORT path.

Sanity-check for whether the daemon is alive, advancing the cursor, and producing REPORTs the user can read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.13.2

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description complements them by explaining what the read-only operation surfaces: config, fingerprints, and report path. It adds context about the sanity-check purpose without contradicting the annotations.

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 tight sentences with no filler. The core 'Show' statement is front-loaded, and the second sentence adds only the essential purpose of the tool.

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

Completeness5/5

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

For a zero-parameter read-only status tool with an output schema, the description fully covers what the agent needs: what is shown, what it is for, and that it is safe to invoke. No critical behavioral or usage information is missing.

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?

The tool has zero parameters and the schema description coverage is 100%, so the description carries no parameter burden. A baseline of 4 is appropriate given the absence of any parameters to explain.

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 states a specific verb ('Show') and a precise set of resources: curator config, inventory fingerprints, and the latest REPORT path. This clearly distinguishes it from other status tools like live_status or spawn_status by naming curator-specific content.

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 second sentence explicitly frames when to use the tool: as a sanity-check for whether the daemon is alive, advancing the cursor, and producing readable REPORTs. It does not name alternative tools, but the usage context is clear and specific enough to guide an agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools