Skip to main content
Glama

create_ticket

Create a support ticket in your workspace by providing the contact email, ticket type, and initial comment. Optionally include subject, due date, and structured answers.

Instructions

Create a new support ticket in your workspace

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
commentYesRequired - The initial details/comment of the ticket
dueDateNoDue date in ISO format (YYYY-MM-DD)
subjectNoThe ticket subject/title
formDataNoAdditional structured questions/answers that can be mapped to ticket data
userEmailYesRequired - Email of a known contact in your workspace. The ticket will be rejected if the email is not found
ticketTypeYesRequired - The string value of the ticket type which can be found in Tickets >> Settings
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It correctly identifies the tool as creating a ticket (a write operation), but does not disclose any side effects, validation behavior (e.g., email must be known), or potential errors beyond what is in the schema parameter descriptions.

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?

A single, well-structured sentence that is front-loaded and contains no unnecessary information. It is concise and immediately understandable.

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?

The description is too minimal for a tool with 6 parameters including nested objects and no output schema. It does not describe return values, error handling, or the overall flow of creating a ticket. More context is needed for an agent to use it effectively.

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 parameter description coverage is 100%, so the schema already documents all parameters well. The tool description adds no additional meaning or context for the parameters, thus meets 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?

The description clearly states the action ('Create') and the resource ('a new support ticket') within the workspace. It differentiates from the sibling tool 'create_ticket_comment' which adds comments to existing tickets.

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?

The description implies the tool is for creating tickets but provides no explicit guidance on when to use it versus alternatives, nor any prerequisites or exclusions. The schema indicates the need for a known contact email, but this is not highlighted in the description.

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/SabryParra/moxie-mcp'

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