Skip to main content
Glama

Zoho Projects MCP Server

by qpiai

list_phases

Retrieve project phases and milestones from Zoho Projects to track project progress and organize work stages effectively.

Instructions

List phases/milestones from a project

Input Schema

NameRequiredDescriptionDefault
pageNoPage number
per_pageNoItems per page
project_idYesProject ID

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", "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