Skip to main content
Glama
by aafsar

create_task

Create new tasks with title, description, priority, category, and due date to organize and track your work and personal activities.

Instructions

Create a new task

Input Schema

NameRequiredDescriptionDefault
categoryNoTask category (work/personal/etc)
descriptionNoDetailed description
dueDateNoDue date in YYYY-MM-DD format
priorityNoTask prioritymedium
titleYesTask title (required)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Task category (work/personal/etc)", "type": "string" }, "description": { "description": "Detailed description", "type": "string" }, "dueDate": { "description": "Due date in YYYY-MM-DD format", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "priority": { "default": "medium", "description": "Task priority", "enum": [ "low", "medium", "high" ], "type": "string" }, "title": { "description": "Task title (required)", "type": "string" } }, "required": [ "title" ], "type": "object" }

Other Tools from Task Manager 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/aafsar/task-manager-mcp-server'

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