MCP Tools Reference
MCP Tools Reference: 15 tools for user context, projects, tasks, comments, assignments, and inbox.
Complete reference for 15 Hypertask MCP tools. All requests require Bearer token authentication via https://mcp.hypertask.ai.
User and Project Management
- hypertaskgetuser_context: Returns authenticated user info
- hypertasklistprojects: Lists accessible projects with filtering/sorting
- hypertasklistproject_members: Retrieves project members and user IDs
Board and Section Management
- hypertask_section (list): Lists board sections
- hypertask_section (create): Creates new sections with positioning
Task Operations
- hypertasklisttasks / hypertaskgettasks: Retrieves tasks with filtering (priority, assignee, due date, labels)
- hypertasksearchtasks: Full-text search powered by Typesense
- hypertaskcreatetask: Creates tasks with description, priority, estimates
- hypertaskupdatetask: Modifies task fields including section moves
- hypertaskmovetaskbetweenboards: Transfers tasks between projects
Comments and Collaboration
- hypertaskgetcommentsfortask: Retrieves task comments with pagination
- hypertaskaddcommenttotask: Adds HTML-formatted comments with mentions
- hypertaskassignuser: Assigns/unassigns users (toggle behavior)
Notifications
- hypertaskinboxlist: Gets user notifications (assignments, mentions, updates)
- hypertaskinboxarchive: Dismisses notifications
Important Notes
Task descriptions and comments use HTML formatting, not Markdown. Task identification supports taskid, ticketnumber, or projectid + uniqueindex combinations.