Skip to main content
Glama

Zoho Projects MCP Server

by qpiai

create_phase

Create a new project phase or milestone in Zoho Projects by specifying project ID, phase name, dates, and owner to organize project timelines and track progress.

Instructions

Create a new phase/milestone

Input Schema

NameRequiredDescriptionDefault
end_dateNoEnd date (YYYY-MM-DD)
nameYesPhase name
owner_zpuidNoOwner user ZPUID
project_idYesProject ID
start_dateNoStart date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "end_date": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "name": { "description": "Phase name", "type": "string" }, "owner_zpuid": { "description": "Owner user ZPUID", "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