Skip to main content
Glama

MCP Dual-Cycle Reasoner

by cyqlelabs
MIT License
158
3

store_experience

Capture and store problem-solution pairs with outcome details for case-based reasoning, enabling AI agents to reference past experiences for improved decision-making and loop recovery.

Instructions

Store a case for future case-based reasoning

Input Schema

NameRequiredDescriptionDefault
outcomeYesWhether the solution was successful
problem_descriptionYesSimple description of the problem
solutionYesWhat action resolved the issue

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outcome": { "description": "Whether the solution was successful", "type": "boolean" }, "problem_description": { "description": "Simple description of the problem", "type": "string" }, "solution": { "description": "What action resolved the issue", "type": "string" } }, "required": [ "problem_description", "solution", "outcome" ], "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