5 tools exposed to OpenAI Agents SDK for natural language task management
add_task()Create new todos via natural language
list_tasks()Fetch & filter task lists
complete_task()Mark tasks as done
update_task()Modify existing tasks
delete_task()Remove tasks permanently
User types a command like 'Add a task to buy groceries tomorrow' using everyday language.
The AI agent parses the text, determining the required action and identifying key parameters via OpenAI models.
The backend FastMCP server receives the action context, automatically tagging it with your unique JWT User ID.
Neon PostgreSQL runs the specific CRUD command strictly under your isolated schema. Everything stays private.