Skip to main content
Glama

Zoho Projects MCP Server

by qpiai

update_issue

Modify project issue details including title, description, and severity level to track and resolve problems effectively in Zoho Projects.

Instructions

Update an issue

Input Schema

NameRequiredDescriptionDefault
descriptionNoIssue description
issue_idYesIssue ID
project_idYesProject ID
severityNoIssue severity
titleNoIssue title

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Issue description", "type": "string" }, "issue_id": { "description": "Issue ID", "type": "string" }, "project_id": { "description": "Project ID", "type": "string" }, "severity": { "description": "Issue severity", "enum": [ "minor", "major", "critical" ], "type": "string" }, "title": { "description": "Issue title", "type": "string" } }, "required": [ "project_id", "issue_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