Skip to main content
Glama
ampcome-mcps

Zoho Mail MCP Server

by ampcome-mcps

create_bookmark

Create a bookmark in a specified Zoho Mail group by providing the group ID and bookmark data, enabling quick access to saved links or resources.

Instructions

Create a bookmark.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_idYes
bookmark_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

D1.5/5.0
Behavior1/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 of behavioral disclosure, yet it states only the bare action. It does not disclose side effects of creating a bookmark in a group, whether the operation appends or creates fresh, any permission requirements, or what the response contains. This is the same gap as the LOW calibration case 'Process' — no behavioral information at all.

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

Conciseness2/5

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

The three-word description is under-specification rather than genuine conciseness. Every word restates the tool name, so no sentence earns its place by adding information. The description is short but empty, and it lacks the structure needed to convey any useful guidance.

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

Completeness1/5

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

This tool has a nested object parameter, a free-form bookmark_data schema, zero schema descriptions, and no annotations, making it relatively complex to invoke correctly. Even though an output schema exists, the entire input contract is undocumented, so an agent could not construct a valid bookmark payload. The description is completely inadequate for its complexity.

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 mentions neither group_id nor bookmark_data. bookmark_data is an open object (additionalProperties: true), giving an agent no way to infer the required fields of a bookmark. Since coverage is far below 50%, the description was required to compensate but provides nothing, leaving both parameters essentially undefined.

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

Purpose2/5

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

The description 'Create a bookmark.' restates the tool name create_bookmark almost verbatim, which makes it tautological under the rubric. It does identify the verb and resource, so it is not missing, but it adds no detail about what a bookmark contains or how this operation relates to sibling tools like get_all_bookmarks, get_bookmark_details, and delete_bookmark.

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?

The description provides zero guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., whether an existing group is required), when creation is appropriate versus retrieval or deletion, or any context for choosing among the 89 sibling tools. There is no exclusionary language and nothing to route an agent toward correct usage.

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