Skip to main content
Glama

mcp-structured-thinking

retrieve_relevant_thoughts

Identifies and retrieves related thoughts from long-term storage based on shared tags with a specified thought, aiding in structured idea exploration and analysis.

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

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