Skip to main content
Glama

Open a support ticket

create_support_ticket

Open a FirmLedger support ticket for the user. Categories: billing, technical, listing, account, verification, other. Requires the user's confirmation of the exact subject and message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesThe issue in a few sentences.
subjectYes
categoryYes
confirmation_tokenNoLeave empty on the first call: you get an action_summary and a token instead of the action. After the user explicitly confirms that summary, call again with the SAME arguments plus this token.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare the safety profile (readOnlyHint=false, destructiveHint=false, openWorldHint=true, idempotentHint=false), and the description adds a real behavioral constraint: the user must confirm the exact subject and message before submission. It doesn't describe what happens on success (e.g., a ticket identifier or confirmation), but the two-step nature of the call is at least surfaced.

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

Conciseness4/5

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

Three short sentences, front-loaded with the action and scoped by category list, then the confirmation precondition. The category enumeration partially duplicates the schema enum, but it reads as a deliberate routing aid rather than padding.

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

Completeness4/5

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

For a non-idempotent write tool with no output schema and 50% parameter coverage, the description supplies the key missing context: the confirmation gate and the valid category set. The two-step token mechanics live in the schema, so silence on return values is acceptable, though success behavior is left implicit.

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 coverage is 50%; body and confirmation_token carry schema descriptions while subject and category do not. The description re-lists the category enum (redundant with the schema) and implies subject/message fidelity matters for confirmation, which adds modest meaning but not enough to compensate for the undocumented subject constraints.

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?

States a specific verb and resource ('Open a FirmLedger support ticket') with the target user, and enumerates the categories, which distinguishes it from sibling read tools like list_my_tickets. It stops short of explicitly contrasting itself with any sibling, so it's clear but not fully differentiated.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides one clear precondition ('Requires the user's confirmation of the exact subject and message'), which tells the agent not to fire blindly. However, it never says when to prefer this over siblings such as reply_to_lead or list_my_tickets, nor when not to open a ticket.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources