Skip to main content
Glama

MCP Dual-Cycle Reasoner

by cyqlelabs

start_monitoring

Initiate metacognitive monitoring to track and analyze an agent's reasoning process, ensuring alignment with specified goals and initial beliefs for effective task execution.

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" }

Other Tools from MCP Dual-Cycle Reasoner

Related Tools

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