Skip to main content
Glama
christophejlegros-lgtm

ASTRA — Unified Research Lab + MCP Server

tcai_convergence

Configure or inspect the halting criterion that stops loops when variational free energy stabilizes, task quality is sufficient, and epistemic value is low over consecutive cycles.

Instructions

Inspect or configure the recursive double-loop halting criterion (v2.6). With no arguments, returns the current satisfaction state and active thresholds. With arguments, updates them. The loop halts only when variational free energy has settled (|ΔF| ≤ epsFreeEnergy) AND realized task quality is high (≥ minTaskQuality) AND epistemic value is low, sustained over patience cycles — stationarity alone is insufficient (Legros 2026 §2.2/§4.3).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
epsFreeEnergyNoHalt threshold: absolute |ΔF| ≤ (nats, default 0.02)
relFreeEnergyNoHalt threshold: |ΔF| ≤ rel·F, scale-free (default 0.03)
minTaskQualityNoHalt threshold: realized task quality ≥ (default 0.6)
maxEpistemicNoHalt threshold: expected info gain ≤ (default 0.1)
patienceNoConsecutive satisfied cycles required to halt (default 3)
Behavior5/5

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

Despite no annotations, the description comprehensively describes the halting logic: 'loop halts only when variational free energy has settled ... AND realized task quality is high ... AND epistemic value is low, sustained over patience cycles.' It also cites a source (Legros 2026), adding credibility.

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 short sentences convey purpose, conditional use, and detailed logic without redundancy. Every sentence adds value; no filler words.

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?

For a 5-parameter tool without output schema or annotations, the description provides essential operational context (inspect vs configure, halting condition). It could hint at return format, but the statement 'returns the current satisfaction state and active thresholds' suffices.

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?

All 5 parameters have schema descriptions (100% coverage), so baseline is 3. The description adds value by connecting parameters (epsFreeEnergy, minTaskQuality, maxEpistemic, patience) into the overall halting condition, providing context beyond individual definitions.

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 'Inspect or configure the recursive double-loop halting criterion (v2.6)', specifying the verb (inspect/configure) and resource (halting criterion). This distinguishes it from sibling tools like tcai_cycle which focus on execution rather than convergence criteria.

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 explains conditional usage: 'With no arguments, returns ... With arguments, updates them.' This guides when to use inspection vs configuration but does not contrast with alternative tools or specify when not to use.

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/christophejlegros-lgtm/ASTRA-Unified-ResearchLab-MCP-v2.6'

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