Skip to main content
Glama

tcai_cycle

Run ACM cycles for AI consciousness simulation with optional early halt when the recursive loop reaches sustained satisfaction.

Instructions

Run one or more ACM cycles (the_consciousness_ai port): SNN signals → AKOrN binding → GNW ignition → qualia → emotion → reward shaping → emotional memory → self-model → second-order loop. Set stopWhenSatisfied to halt early once the recursive loop reaches a sustained satisfactory (converged, low-curiosity, stable) regime.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cyclesNoNumber of cycles (default 1; upper bound if stopWhenSatisfied)
rewardSignalNoTask feedback ∈ [−1,1]
noveltyNoSurprise/curiosity ∈ [0,1]
threatNo
controllabilityNo
predictionErrorNoWorld-model surprise (raw)
predictionConfidenceNo
narrativeNoAnnotation for the memory record
stopWhenSatisfiedNoHalt early when the second-order loop reports sustained satisfaction
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)
satisfactionPatienceNoConsecutive satisfied cycles required to halt (default 3)
closedLoopNoEnable closed-loop actuation (AIF action drives the substrate); default on
Behavior4/5

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

Without annotations, the description provides good behavioral detail: the pipeline stages, early stopping via stopWhenSatisfied, and description of threshold parameters. It does not explicitly state whether the operation modifies internal state, but the pipeline implies changes to memory and self-model.

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, highly efficient. First sentence lists the pipeline steps, second explains the early stopping. No extraneous information. Front-loaded with the core action.

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?

While the pipeline and stopping criteria are explained, the description lacks information about return values, side effects (e.g., memory writes), and prerequisites. Given 15 parameters and no output schema, more guidance on results would improve completeness.

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 80%, so baseline is 3. The description adds context by explaining the stopWhenSatisfied mechanism and how threshold parameters (epsFreeEnergy, relFreeEnergy, etc.) relate to convergence. This adds value beyond the parameter descriptions in the schema.

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?

Description clearly states the tool runs ACM cycles and lists the full pipeline (SNN signals through second-order loop). The verb 'Run' with the specific resource 'ACM cycles' differentiates it from sibling tools like tcai_active_inference or tcai_curiosity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implied usage: run cycles when you want to simulate the consciousness pipeline. However, no explicit guidance on when to use this tool vs alternatives (e.g., tcai_active_inference, tcai_self_model). No exclusions or prerequisites mentioned.

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.7'

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