Skip to main content
Glama

Zoho Projects MCP Server

by qpiai

search

Search across Zoho Projects to find tasks, issues, milestones, forums, events, and project information using specific search terms and filters.

Instructions

Search across portal or project

Input Schema

NameRequiredDescriptionDefault
moduleNoModule to search in
pageNoPage number
per_pageNoItems per page
project_idNoProject ID (optional for portal-level search)
search_termYesSearch term/query

Input Schema (JSON Schema)

{ "properties": { "module": { "description": "Module to search in", "enum": [ "all", "projects", "tasks", "issues", "milestones", "forums", "events" ], "type": "string" }, "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 search)", "type": "string" }, "search_term": { "description": "Search term/query", "type": "string" } }, "required": [ "search_term" ], "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