Skip to main content
Glama

ChurnFlow MCP Server

by jgsteeler

capture

Capture and route text input through an ADHD-friendly AI system for automatic context detection and intelligent task organization, reducing cognitive overhead.

Instructions

Capture and route text input using ChurnFlow ADHD-friendly AI system

Input Schema

NameRequiredDescriptionDefault
contextNoOptional context hint for routing (business, personal, project, system)
priorityNoPriority level for the captured content
textYesText to capture and route (can contain multiple items)

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Optional context hint for routing (business, personal, project, system)", "type": "string" }, "priority": { "description": "Priority level for the captured content", "enum": [ "high", "medium", "low" ], "type": "string" }, "text": { "description": "Text to capture and route (can contain multiple items)", "type": "string" } }, "required": [ "text" ], "type": "object" }

Other Tools from ChurnFlow MCP Server

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/jgsteeler/churnflow-mcp'

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