Skip to main content
Glama

Zoho Projects MCP Server

by qpiai

list_issues

Retrieve and display issues from Zoho Projects, allowing users to view project or portal-level issues with pagination controls for efficient issue management.

Instructions

List issues from a project or portal

Input Schema

NameRequiredDescriptionDefault
pageNoPage number
per_pageNoItems per page
project_idNoProject ID (optional for portal-level)

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "Page number", "type": "number" }, "per_page": { "default": 10, "description": "Items per page", "type": "number" }, "project_id": { "description": "Project ID (optional for portal-level)", "type": "string" } }, "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