Skip to main content
Glama
Yadley
by Yadley

Add Ticket Reply

whmcs_add_ticket_reply

Send a reply to an existing support ticket using the ticket ID and message. Set the ticket status, control email notifications, and include client or admin details as needed.

Instructions

Reply to an existing support ticket

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoName
emailNoEmail
statusNoNew ticket status
messageYesReply message
noemailNoDo not send email
clientidNoClient ID
markdownNoMessage contains markdown
ticketidYesTicket ID
contactidNoContact ID
adminusernameNoAdmin username

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.2.1

TDQS

B3/5.0
Behavior2/5

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

No annotations provided, so description carries full burden. It only states the basic action without disclosing effects (e.g., status changes, email notifications, or side effects). The minimal information is insufficient for understanding behavior.

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 a single concise sentence, but it does not justify its existence by providing value beyond the obvious. It is not verbose, but it lacks substance needed for a tool with 10 parameters.

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?

Given the tool's complexity (10 parameters, no annotations, no output schema), the description is incomplete. It fails to explain return values, side effects, or how parameters interrelate, making it inadequate for correct invocation.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents each parameter. The description adds no extra meaning or context about parameter usage or relationships (e.g., clientid vs contactid). Baseline 3 applies as description offers no additional value.

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 clearly states it replies to an existing support ticket, using a specific verb and resource. This distinguishes it from sibling tools like whmcs_add_ticket_note (note vs reply) and whmcs_open_ticket (new ticket).

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 on when to use this tool vs alternatives (e.g., whmcs_add_ticket_note), nor prerequisites like ticket existence. The description lacks context on appropriate usage scenarios.

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