Skip to main content
Glama
templetwo
by templetwo

synthesize_now

Manually trigger a local LLM to synthesize fresh reflections from recent chronicle entries, mid-conversation. Obtain an immediate outside read on brewing topics.

Instructions

Trigger the synthesis daemon manually — fresh reading from the local LLM, on demand, mid-conversation. Reads recent chronicle entries, calls the model (default ministral-3:14b), writes the new reflections to ~/.sovereign/reflections/, and returns them inline so you don't need a separate recall_reflections call. Use when something is brewing and you want an outside read in 25-60s. Pass focus to bias the reflector toward a specific topic. Note: this is a local-LLM call that takes 25-60s wall time depending on the model — call it deliberately, not casually.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNoOverride the default model. Examples: 'ministral-3:14b' (default, sweet spot), 'qwen3.6:27b' (slow + deep), 'glm-4.7-flash:latest' (fast, more rhetorical).
recent_hoursNoWindow of chronicle entries to read.
max_entriesNoCap on entries fed to the model.
focusNoOptional steering hint — biases the reflector toward a topic but lets it surface unrelated patterns too. Examples: 'register-drift', 'the relationship between simulator revival and truncation fixes', 'open thread #7'.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the 25-60s wall time, that it writes to ~/.sovereign/reflections/, returns inline, and reads recent chronicle entries. It also mentions the default model and focus steering. There is no discussion of permissions or side effects beyond writing, but the description is adequately transparent for a local-LLM call.

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?

The description is approximately five sentences, front-loaded with the main action. Every sentence adds unique value: trigger, what it does, when to use, parameter guidance, and timing caution. No redundant or unnecessary information.

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 has 4 parameters, no output schema, and no annotations, the description covers the essential aspects: purpose, usage, timing, parameter behavior, and output location. It differentiates from the recall_reflections sibling. It could be slightly more explicit about the return format, but overall it is comprehensive.

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 baseline is 3. The description adds value by explaining the 'focus' parameter with an example of biasing without constraining, and the 'model' parameter with model suggestions and characterizations. This extra context raises the score above baseline.

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 triggers the synthesis daemon manually, reads chronicle entries, calls the local LLM, writes reflections, and returns them inline. It distinguishes itself from recall_reflections by noting the inline return, and from automatic operation by emphasizing 'manually' and 'on demand'.

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 tool explicitly says to use it 'when something is brewing and you want an outside read in 25-60s' and advises to call it 'deliberately, not casually.' It also notes that it replaces a separate recall_reflections call, providing clear context. However, it does not explicitly list when not to use it or compare with other closely related sibling tools like agent_reflect.

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