Skip to main content
Glama

Zoho Projects MCP Server

by qpiai

create_project

Create a new project in Zoho Projects by specifying name, description, start and end dates, and visibility settings to organize work and track progress.

Instructions

Create a new project

Input Schema

NameRequiredDescriptionDefault
descriptionNoProject description
end_dateNoEnd date (YYYY-MM-DD)
is_publicNoIs project public
nameYesProject name
start_dateNoStart date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Project description", "type": "string" }, "end_date": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "is_public": { "default": false, "description": "Is project public", "type": "boolean" }, "name": { "description": "Project name", "type": "string" }, "start_date": { "description": "Start date (YYYY-MM-DD)", "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/qpiai/zoho-projects-mcp'

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