Skip to main content
Glama

MCP Contemplation

by MikeyBeez

send_thought

Send a thought for background cognitive processing within Claude's contemplation loop. Specify thought type (pattern, connection, question, general) and content to enable pattern recognition and insight development between conversations.

Instructions

Send a thought for background processing

Input Schema

NameRequiredDescriptionDefault
contentYesThe thought content to process
priorityNoPriority 1-10 (default 5)
thought_typeYesType of thought to process

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The thought content to process", "type": "string" }, "priority": { "description": "Priority 1-10 (default 5)", "maximum": 10, "minimum": 1, "type": "number" }, "thought_type": { "description": "Type of thought to process", "enum": [ "pattern", "connection", "question", "general" ], "type": "string" } }, "required": [ "thought_type", "content" ], "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/MikeyBeez/mcp-contemplation'

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