Skip to main content
Glama
andrewcraigmorgan

Zoho Projects MCP Server

export_project

Export a complete Zoho project to your local machine, generating project.json with all data and an images folder for attachments. Facilitates moving projects to other systems.

Instructions

Export an entire Zoho project to a local directory. Creates a portable export with project.json containing all data and an images/ folder with downloaded attachments. Use this for importing projects into other systems.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_dirYesAbsolute path to directory where export should be saved. Will create project.json and images/ subfolder.
project_idYesZoho Project ID to export
include_imagesNoWhether to download inline images from task descriptions (default: true)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses the creation of project.json and an images/ folder with downloaded attachments, but does not mention potential side effects like overwriting existing files, required permissions, or rate limits. This is basic behavioral info but lacks depth.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise—two sentences—with the main action front-loaded. Every word earns its place, and there is no redundant or extraneous information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 3 parameters and no output schema, the description explains the core behavior, output artifacts, and a usage scenario. It lacks edge-case details like error handling or behavior when the output directory exists, but it is sufficient for typical use cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema covers 100% of parameters with descriptions. The description text adds some context by mentioning the output structure (project.json and images/ subfolder), but this largely repeats the schema's own description for output_dir. No new meaning is added beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function with a specific verb and resource: 'Export an entire Zoho project to a local directory.' It also specifies the output format and contents (project.json and images/ folder), which distinguishes it from sibling tools like get_project or download_task_images.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool: 'Use this for importing projects into other systems.' This provides clear context, though it does not name specific alternative tools or exclusions, so it stops short of a full 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/andrewcraigmorgan/zoho-projects-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server