Skip to main content
Glama

mcp-structured-thinking

retrieve_relevant_thoughts

Identify and retrieve related thoughts from long-term storage by matching tags to a specified thought, facilitating organized exploration of idea spaces.

Instructions

Finds thoughts from long-term storage that share tags with the specified thought.

Input Schema

NameRequiredDescriptionDefault
thought_idYesThe ID of the thought to find related thoughts for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "thought_id": { "description": "The ID of the thought to find related thoughts for", "exclusiveMinimum": 0, "type": "integer" } }, "required": [ "thought_id" ], "type": "object" }
Install Server

Other Tools from mcp-structured-thinking

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/Promptly-Technologies-LLC/mcp-structured-thinking'

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