Skip to main content
Glama

MCP Dual-Cycle Reasoner

by cyqlelabs
MIT License
158
3

start_monitoring

Initiate metacognitive monitoring to analyze an agent's cognitive process, detect reasoning loops, and facilitate intelligent recovery based on initial beliefs and current goals.

Instructions

Start metacognitive monitoring of an agent's cognitive process

Input Schema

NameRequiredDescriptionDefault
goalYesCurrent goal being pursued
initial_beliefsNoInitial beliefs about the task and environment

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "goal": { "description": "Current goal being pursued", "type": "string" }, "initial_beliefs": { "default": [], "description": "Initial beliefs about the task and environment", "items": { "type": "string" }, "type": "array" } }, "required": [ "goal" ], "type": "object" }

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/cyqlelabs/mcp-dual-cycle-reasoner'

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