Skip to main content
Glama

MCP Contemplation

by MikeyBeez

send_thought

Submit thoughts for background cognitive processing to identify patterns, build connections, and generate insights. Supports thought types like patterns, connections, questions, and general ideas with adjustable priority.

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