Skip to main content
Glama

Advanced Reasoning MCP Server

query_reasoning_memory

Search within reasoning sessions to retrieve related insights, hypotheses, and evidence. Use this tool to find solved problems, understand idea connections, and build on past reasoning efforts.

Instructions

Query the integrated memory system to find related insights, hypotheses, and evidence.

Useful for:

  • Finding similar problems solved before
  • Retrieving relevant hypotheses and evidence
  • Understanding connections between ideas
  • Building on previous reasoning sessions

Parameters:

  • session_id: The reasoning session to query within (required)
  • query: What to search for in memory (required)

Returns related memories with confidence scores and connection information.

Input Schema

NameRequiredDescriptionDefault
queryYesWhat to search for in memory
session_idYesReasoning session identifier

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "What to search for in memory", "type": "string" }, "session_id": { "description": "Reasoning session identifier", "type": "string" } }, "required": [ "session_id", "query" ], "type": "object" }
Install Server

Other Tools from Advanced Reasoning MCP Server

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/angrysky56/advanced-reasoning-mcp'

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