Skip to main content
Glama
zackscriven

ghl-mcp-server-v2

by zackscriven

ghl_conversation_get_email_message

Read-onlyIdempotent

Retrieve a specific email message from a conversation using its unique ID. Access email details including content and metadata.

Instructions

Note: the official spec omits the id path-parameter declaration; this server infers it from the URL template (registry.ts fallback added 2026-07-16), so id (the email message ID) is a required argument here despite the spec gap. Get email by Id Endpoint: GET /conversations/messages/email/{id} (Version header: none; source: v3/conversations-v3.json) OAuth scopes: conversations/message.readonly

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPath parameter (inferred from the URL template; the official spec omits its declaration).
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds the endpoint and OAuth scopes, which are useful but not critical. No contradictions with annotations. Missing details about error handling or rate limits, but annotations cover the main behavioral traits.

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

Conciseness3/5

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

The description is somewhat verbose due to the technical note about the spec gap, which is important but could be integrated more concisely. It is well-structured with a clear summary line, but could be streamlined.

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

Completeness3/5

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

Given the tool has no output schema, the description could elaborate on what the response contains (e.g., email details). Sibling tools like ghl_conversation_get_message exist, but the description does not clarify the distinction. The annotations cover safety, but completeness is adequate for a simple retrieval tool.

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

Parameters4/5

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

Schema coverage is 100% for the single required 'id' parameter. The description adds context about why the parameter exists despite a spec gap, explaining it's a path parameter inferred from the URL template. This adds meaningful insight beyond the schema description.

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 states 'Get email by Id' and includes the endpoint and OAuth scopes, making it clear it retrieves a specific email message. However, it does not specify what fields are returned, which would strengthen purpose clarity. It is distinguishable from sibling tools like ghl_conversation_get_message by specifying 'email'.

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 does not provide guidance on when to use this tool versus alternatives such as ghl_conversation_get_message or ghl_conversation_get_messages. No when-to-use or when-not-to-use criteria are given. The only extra context is the spec gap explanation, which is not usage guidance.

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/zackscriven/ghl-mcp-server'

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