Skip to main content
Glama

process_thoughts

Analyzes brain dump markdown files to extract tasks, priorities, and project context, enabling structured task creation from unstructured thoughts.

Instructions

Reads brain dump markdown files from .project/thoughts/todos/ and returns the content along with project context for analysis.

This tool gathers:

  1. Raw thought content - The unstructured brain dump as written

  2. Project context - Existing tasks, roadmap milestones, decisions for reference

  3. Task format guide - The YAML structure for creating tasks

YOU (the LLM) should then analyze the content to:

  • Understand the user's intent (explicit, shadow/underlying, practical)

  • Identify logical task groupings (consolidate related items)

  • Determine appropriate priorities based on context

  • Create well-structured tasks using create_task

  • After creating tasks, use archive_thought to archive the processed file

The tool does NOT automatically create tasks - it provides you with everything needed to make intelligent decisions about task creation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileNoSpecific thought file to process (e.g., "my-ideas.md"). If not provided, processes all files in thoughts/todos/.
projectYesProject prefix for task IDs when you create tasks (e.g., "AUTH", "API").

Latest Blog Posts

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/pouyanafisi/project-mcp'

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