Skip to main content
Glama
NerdSnipe-Inc

GoHighLevel MCP

ghl_update_message_status

Update a message's status to read, unread, delivered, pending, or failed.

Instructions

Mark a message as read or update its delivery status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesNew message status
messageIdYes
Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only restates the core action but fails to mention side effects, permissions, reversibility, or response behavior, which is a significant gap for a mutation tool.

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 a single sentence with no redundant words, front-loading the key action. It is appropriately sized for the tool's simplicity, making every word earn its place.

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 simplicity of the tool (two required parameters, no output schema), the one-sentence description provides the minimum viable context. However, it lacks any mention of return values or edge cases, which prevents it from being fully complete.

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

Parameters2/5

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

Schema description coverage is 50%, with only the status parameter having a description. The main description adds little beyond the schema, referencing 'read' and 'delivery status' which already appear in the enum values, and it does not explain messageId at all.

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 'Mark a message as read or update its delivery status' clearly states the tool's purpose with a specific verb and resource. It uniquely identifies this as a status-update operation, distinguishing it from siblings like send_message or get_messages.

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 offers no guidance on when to use this tool versus alternatives. It neither provides context nor excludes other tools, leaving the agent to infer usage solely from the operation name.

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

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