Skip to main content
Glama

goodday-mcp

by cdmx-in

create_task

Create new tasks in Goodday with specified project ID, title, assignee, deadlines, priorities, and estimates. Define subtasks, descriptions, and task types for organized project management.

Instructions

Create a new task in Goodday.

Args: project_id: Task project ID title: Task title from_user_id: Task created by user ID
parent_task_id: Parent task ID to create a subtask message: Task description/initial message to_user_id: Assigned To/Action required user ID task_type_id: Task type ID start_date: Task start date (YYYY-MM-DD) end_date: Task end date (YYYY-MM-DD) deadline: Task deadline (YYYY-MM-DD) estimate: Task estimate in minutes story_points: Task story points estimate priority: Task priority (1-10), 50 - Blocker, 100 - Emergency

Input Schema

NameRequiredDescriptionDefault
deadlineNo
end_dateNo
estimateNo
from_user_idYes
messageNo
parent_task_idNo
priorityNo
project_idYes
start_dateNo
story_pointsNo
task_type_idNo
titleYes
to_user_idNo

Input Schema (JSON Schema)

{ "properties": { "deadline": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Deadline" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "estimate": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Estimate" }, "from_user_id": { "title": "From User Id", "type": "string" }, "message": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Message" }, "parent_task_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Parent Task Id" }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Priority" }, "project_id": { "title": "Project Id", "type": "string" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" }, "story_points": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Story Points" }, "task_type_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Task Type Id" }, "title": { "title": "Title", "type": "string" }, "to_user_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "To User Id" } }, "required": [ "project_id", "title", "from_user_id" ], "title": "create_taskArguments", "type": "object" }

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/cdmx-in/goodday-mcp'

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