Skip to main content
Glama

goodday-mcp

by cdmx-in

create_project

Initiate a new project in Goodday by specifying name, user ID, template, and optional details like color, owner, and dates for organized project management.

Instructions

Create a new project in Goodday.

Args: name: Project name created_by_user_id: ID of user creating the project project_template_id: Project template ID (found in Organization settings → Project templates) parent_project_id: Parent project ID to create a sub project color: Project color (1-24) project_owner_user_id: Project owner user ID start_date: Project start date (YYYY-MM-DD) end_date: Project end date (YYYY-MM-DD) deadline: Project deadline (YYYY-MM-DD)

Input Schema

NameRequiredDescriptionDefault
colorNo
created_by_user_idYes
deadlineNo
end_dateNo
nameYes
parent_project_idNo
project_owner_user_idNo
project_template_idYes
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "color": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Color" }, "created_by_user_id": { "title": "Created By User Id", "type": "string" }, "deadline": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Deadline" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End Date" }, "name": { "title": "Name", "type": "string" }, "parent_project_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Parent Project Id" }, "project_owner_user_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Project Owner User Id" }, "project_template_id": { "title": "Project Template Id", "type": "string" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Date" } }, "required": [ "name", "created_by_user_id", "project_template_id" ], "title": "create_projectArguments", "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