Skip to main content
Glama

Teamwork MCP

createProject

Set up new projects in Teamwork by defining project name, description, company ID, category ID, start date, end date, and status using Teamwork MCP's streamlined interface.

Instructions

Create a new project in Teamwork

Input Schema

NameRequiredDescriptionDefault
categoryIdNoThe ID of the category the project belongs to
companyIdNoThe ID of the company the project belongs to
descriptionNoThe description of the project
endDateNoThe end date of the project (format: YYYYMMDD)
nameYesThe name of the project (required)
startDateNoThe start date of the project (format: YYYYMMDD)
statusNoThe status of the project

Input Schema (JSON Schema)

{ "properties": { "categoryId": { "description": "The ID of the category the project belongs to", "type": "integer" }, "companyId": { "description": "The ID of the company the project belongs to", "type": "integer" }, "description": { "description": "The description of the project", "type": "string" }, "endDate": { "description": "The end date of the project (format: YYYYMMDD)", "type": "string" }, "name": { "description": "The name of the project (required)", "type": "string" }, "startDate": { "description": "The start date of the project (format: YYYYMMDD)", "type": "string" }, "status": { "description": "The status of the project", "type": "string" } }, "required": [ "name" ], "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/Vizioz/Teamwork-MCP'

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