Skip to main content
Glama

Zoho Projects MCP Server

by qpiai

update_task

Modify task details in Zoho Projects by updating name, description, priority, or dates to keep project information current and accurate.

Instructions

Update a task

Input Schema

NameRequiredDescriptionDefault
descriptionNoTask description
end_dateNoEnd date (YYYY-MM-DD)
nameNoTask name
priorityNoTask priority
project_idYesProject ID
start_dateNoStart date (YYYY-MM-DD)
task_idYesTask ID

Input Schema (JSON Schema)

{ "properties": { "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" }, "task_id": { "description": "Task ID", "type": "string" } }, "required": [ "project_id", "task_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