Skip to main content
Glama

Zoho Projects MCP Server

by qpiai

create_task

Add new tasks to Zoho Projects by specifying project, task name, description, priority, dates, and assignee for organized project management.

Instructions

Create a new task in a project

Input Schema

NameRequiredDescriptionDefault
assignee_zpuidNoAssignee user ZPUID
descriptionNoTask description
end_dateNoEnd date (YYYY-MM-DD)
nameYesTask name
priorityNoTask priority
project_idYesProject ID
start_dateNoStart date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "assignee_zpuid": { "description": "Assignee user ZPUID", "type": "string" }, "description": { "description": "Task description", "type": "string" }, "end_date": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "name": { "description": "Task name", "type": "string" }, "priority": { "description": "Task priority", "enum": [ "none", "low", "medium", "high" ], "type": "string" }, "project_id": { "description": "Project ID", "type": "string" }, "start_date": { "description": "Start date (YYYY-MM-DD)", "type": "string" } }, "required": [ "project_id", "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/qpiai/zoho-projects-mcp'

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