Skip to main content
Glama

MCP Dual-Cycle Reasoner

by cyqlelabs
MIT License
158
3

retrieve_similar_cases

Find relevant past cases by inputting a problem description to support decision-making and resolve reasoning loops in AI systems using case-based reasoning.

Instructions

Retrieve similar cases from the case base

Input Schema

NameRequiredDescriptionDefault
max_resultsNoMaximum number of cases to return
problem_descriptionYesSimple description of the problem

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "max_results": { "default": 5, "description": "Maximum number of cases to return", "type": "number" }, "problem_description": { "description": "Simple description of the problem", "type": "string" } }, "required": [ "problem_description" ], "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