Skip to main content
Glama

FlexYield — blockchain RPC gateway

create_ticket

Open a support ticket for this account (or add to the open one with the same symptom). Quote the request_id from a failed call's error body and the exact call is attached automatically, with what usually fixes it. Returns the ticket reference (FY-…), status and the suggested path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYesDetails — paste the error body; request_ids inside are picked up
subjectYesOne line: what is failing
categoryNoincident, question, billing or other (default: derived from evidence)
request_idNoThe request_id from the error's data (uuid)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden, and it does well: it discloses the 'add to open one with same symptom' behavior, the automatic call attachment, and the return payload (ticket reference, status, suggested path). It leaves out potential side effects or authorization requirements, but the disclosed behavior is substantive.

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 two sentences with no filler. It front-loads the core action, then adds behavior and return-value details in a compact way. Every phrase contributes to choosing and invoking the tool correctly.

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

Completeness5/5

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

For a tool with no annotations and no output schema, the description is unusually complete: it covers the triggering condition, the deduplication behavior, the key parameter integration, and the return shape. Nothing critical is missing for an agent to call this tool correctly.

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 description coverage is 100%, so the baseline is 3, but the description adds meaningful cross-parameter guidance: quoting the request_id connects the error body to the exact call and the suggested fix. It also clarifies that request_ids inside the message body are picked up automatically, which the schema alone does not state.

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 opens with a specific verb—'Open a support ticket for this account'—and clearly distinguishes this from sibling tools like get_ticket, list_tickets, and reply_ticket. The added detail about attaching the request_id and the behavior of adding to an existing open ticket makes the purpose unambiguous.

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

Usage Guidelines4/5

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

The description gives clear context for when to use the tool: after a failed call, quote the request_id from the error body. It also explains the deduplication behavior with the same symptom. It does not explicitly name alternative tools like explain_error, but the condition for use is clear enough that an agent can decide correctly.

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