Skip to main content
Glama

Zoho Projects MCP Server

by qpiai

update_project

Modify project details including name, description, dates, and status in Zoho Projects to keep project information current and accurate.

Instructions

Update an existing project

Input Schema

NameRequiredDescriptionDefault
descriptionNoProject description
end_dateNoEnd date (YYYY-MM-DD)
nameNoProject name
project_idYesProject ID
start_dateNoStart date (YYYY-MM-DD)
statusNoProject status

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Project description", "type": "string" }, "end_date": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "name": { "description": "Project name", "type": "string" }, "project_id": { "description": "Project ID", "type": "string" }, "start_date": { "description": "Start date (YYYY-MM-DD)", "type": "string" }, "status": { "description": "Project status", "enum": [ "active", "template", "archived" ], "type": "string" } }, "required": [ "project_id" ], "type": "object" }

Latest Blog Posts

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