Skip to main content
Glama
ampcome-mcps

Zoho Mail MCP Server

by ampcome-mcps

create_note

Creates a new note inside a chosen Zoho Mail group. Provide the group ID and note details to add the note to your account.

Instructions

Create a new note.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes
note_dataYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNoResponse data
errorNoError message if any
successYesWhether the operation was successful
status_codeNoHTTP status code

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, yet it only states the bare action. It doesn't mention the group association requirement, what happens if group_id is invalid, whether the operation is reversible, or any authorization needs. The 'create' verb inherently implies mutation, but no additional behavioral context is disclosed.

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

Conciseness4/5

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

The description is a single five-word sentence with zero filler, making it maximally concise and front-loaded. However, the brevity comes at the cost of semantic content—it states only the bare action and omits the usage and parameter context that would make it genuinely useful.

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

Completeness2/5

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

Despite having an output schema, the description is incomplete for a tool with a required nested object parameter (note_data) and a required group_id. It doesn't clarify the relationship between the note and the group, what note_data should contain, or when this tool should be invoked relative to sibling tools like get_all_groups. The free-form note_data with additionalProperties: true amplifies the need for explanatory context that is entirely absent.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does nothing to compensate. Neither group_id (what kind of group, where to obtain it) nor note_data (expected structure, allowed fields, required properties) is explained anywhere. With additionalProperties: true on note_data, the agent has no way to construct valid arguments, making this a critical gap.

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

Purpose4/5

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

The description uses a specific verb ('create') and a specific resource ('note'), making the primary action unambiguous. The verb inherently differentiates it from siblings like edit_note, get_all_notes, and delete_note. However, it doesn't explicitly mention that the note is created within a group context, which the required group_id parameter reveals.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. It doesn't mention prerequisites such as needing an existing group_id retrieved via get_all_groups or get_group_details, nor when edit_note would be the appropriate choice for modifying an existing note. Usage is only implied by the tool name and one-line description.

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

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/ampcome-mcps/zoho-mail-mcp'

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