Skip to main content
Glama
ampcome-mcps

Zoho Mail MCP Server

by ampcome-mcps

get_account_details

Retrieve specific account details using the account ID to access essential information for management and verification.

Instructions

Get specific account details.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYes

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.1/5.0
Behavior2/5

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

No annotations are present, so the description must carry the behavioral disclosure burden. It communicates a read-only operation through the verb 'get' but discloses nothing about authorization requirements, data sensitivity, error behavior, or other operational traits. This is minimal but not completely absent.

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 description is one short sentence, but it is under-specified rather than efficiently concise. It adds little beyond the tool name and lacks the detail needed to make the description 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?

For a tool with one required parameter and no parameter documentation, the description is far too sparse. It does not explain what account details are returned, how to acquire account_id, or what distinguishes this call from similar sibling tools. Even with an output schema available, the invocation context remains incomplete.

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 says nothing about account_id, its format, meaning, or how to obtain a valid value. The parameter is completely undocumented in both the description and the schema itself, so an agent has no semantic grounding for this required parameter.

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

Purpose3/5

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

The description 'Get specific account details' provides a plain read verb and resource, and the word 'specific' suggests a single-account lookup as opposed to listing all accounts. However, it never defines what constitutes 'account details' or how it relates to similarly named tools like get_organization_details or get_user_details, so it lacks real distinguishing value.

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 gives no when-to-use guidance, no exclusions, and no comparison to alternatives. With many sibling detail-getting tools, an agent cannot determine when to choose this one versus get_organization_details or get_user_details. The only implied signal is 'specific,' but that is not enough.

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