Skip to main content
Glama

create_ticket

Create a purchase ticket for an employee requesting items such as laptops or IDs. Provide employee name, item, and reason to generate a confirmation.

Instructions

Create ticket for buying items for the employee
:param emp_name: Nane of the employee
:param item: Item Requested(example: Laptop or ID)
:param reason: reason for the request
returns : Confiramtion of Ticket Genrated

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemYes
emp_idYes
reasonYes
Behavior2/5

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

No annotations provided; the description carries the full burden. It does not disclose behavioral traits like success/failure behavior, authentication needs, or side effects. The return description is vague ('Confiramtion of Ticket Genrated').

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?

Very short (two sentences plus param list), but contains typos ('Nane', 'Confiramtion', 'Genrated'). The purpose is front-loaded, but the param list largely repeats the schema without adding much value.

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?

No output schema; the return description is vague. Missing context about prerequisites (e.g., employee existence) and how the ticket creation fits into the larger toolset. With 3 required params and simple types, completeness is lacking.

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

Parameters1/5

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

Schema description coverage is 0%, so description must compensate. However, description mentions 'emp_name' while schema has 'emp_id', causing mismatch. Explanations for params are minimal and lack examples or format details.

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 'Create ticket for buying items for the employee', specifying the verb (create) and resource (ticket for buying items). It distinguishes from sibling tools like list_ticket, update_ticket_status, add_employee, etc.

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 versus alternatives. The description does not mention prerequisites, such as whether the employee must already exist, or contrast with other ticket-related tools.

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/yash-s27/HR-assist-MCP-server'

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