Skip to main content
Glama
templetwo
by templetwo

recall_reflections

Retrieve machine-generated reflections from an LLM reading your chronicle. Filter by acknowledgment status and acknowledge each to calibrate insights.

Instructions

List machine-generated reflections from the synthesis daemon. Reflections are observations a local LLM (default ministral-3:14b) wrote while reading the chronicle between calls. They are FALLIBLE-BY-DESIGN — the reader is the calibration mechanism. Some will be insight, some nonsense. Use ack_status='unread' to find new ones, then ack each with reflection_ack.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum reflections to return, newest first.
ack_statusNoFilter by ack state. 'all' returns every status.unread
modelNoOptional: filter to a specific model (e.g. 'ministral-3:14b').
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that reflections are fallible-by-design, written by a local LLM (default ministral-3:14b), and that the reader is the calibration mechanism. This provides adequate behavioral context.

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, no unnecessary words. Every sentence adds important information.

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 description explains the nature of reflections but does not describe the output structure (e.g., fields returned). Since there is no output schema, the agent lacks information about what each reflection contains beyond the parameters.

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 100%, so parameters are well-documented. The description adds value by specifying the default model ('ministral-3:14b') and giving usage context for ack_status, which is not in the schema descriptions.

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 action ('List') and the resource ('machine-generated reflections from the synthesis daemon'). It distinguishes from sibling tools like 'recall_insights' by specifying the source and nature of reflections.

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 instructs to 'Use ack_status=''unread'' to find new ones, then ack each with reflection_ack', providing clear when-to-use and post-action guidance. It does not explicitly mention when not to use or alternatives, but the guidance is effective.

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/templetwo/sovereign-stack'

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