Skip to main content
Glama

File a ticket

create_ticket

Open a game ticket for concept reviews, final reviews, payments, or status updates. Each ticket creates a dedicated Discord channel with Approve, Deny, and Close buttons to streamline team decisions.

Instructions

Open a ticket on a game — the same thing the /ticket command does in Discord. Each ticket gets a channel of its own, named 🟢-0001 and filed under a category named after the game, so the sidebar reads as what is open on it; closing the ticket renames that channel to closed-0001 and drops the dot. The ticket itself is an embed with Approve, Deny and Close buttons. Use type 'payment' with amountUsd to ask for money; it counts as paid once someone clicks Paid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gameYesGame name or universe id.
roleNoAlso DM this Discord role, for people who prefer DMs to channels.
typeYesconcept_review, final_review, payment, or status.
titleYesShort summary, shown as the embed heading.
amountUsdNoWhat it costs, in dollars. Required for a payment ticket.
imageUrlsNoAlready-public image URLs to attach. Up to 4 in total with imagePaths.
imagePathsNoLocal image files to attach. Uploaded automatically. Up to 4.
paypalLinkNoWhere to send the money, e.g. paypal.me/name.
descriptionYesWhat needs doing, or what happened.
Behavior5/5

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

With no annotations provided, the description carries the full transparency burden and does so well: it discloses channel creation/naming, category filing, embed/button behavior, closing rename behavior, and the paid-on-Paid-click state change. This goes far beyond what the schema alone reveals.

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 front-loaded with the core purpose and every sentence earns its place. The behavioral details are dense but not padded, and the payment guidance is compact.

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 9-parameter, no-annotation, no-output-schema tool, the description is remarkably complete: it covers purpose, side effects, conditional payment usage, and ticket lifecycle. It does not explicitly state a return value or success response, but the operational details are sufficient given the rich schema.

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%, so the baseline is 3, but the description adds meaningful usage semantics by linking type 'payment' with amountUsd and explaining the paid lifecycle. It also clarifies the title's role as the embed heading. This modest addition raises it above the baseline.

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?

Opens with a specific verb+resource: 'Open a ticket on a game' and explicitly ties it to the /ticket Discord command. The description clearly distinguishes this creation/opening action from siblings like close_ticket, set_ticket_stage, and list_tickets.

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?

Provides clear contextual guidance such as 'Use type payment with amountUsd to ask for money' and references the /ticket command as the equivalent. It does not explicitly name alternatives/exclusions, but the sibling names make the main when-to-use distinction obvious.

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/Haydebug/whitehat-thumbnails-mcp'

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