Skip to main content
Glama
Iteksmart

iTechSmart MCP Server

Official
by Iteksmart

itsm_create_ticket

Create incident tickets in ITSM with severity-based priority assignment and automatic ticket ID return.

Instructions

Create an ITSM ticket for an incident. Assigns priority based on severity. Returns ticket ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesIncident title
sourceNoDetection source (iSELF, Prometheus, etc.)
serviceYesAffected service name
severityYesIncident severity
descriptionYesFull incident description
Behavior2/5

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

No annotations, so description carries full burden. It mentions creation, priority assignment, and return of ticket ID, but omits side effects, permissions, rate limits, or error behavior. Minimal disclosure for a mutation tool.

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?

Three short sentences, no redundant information, no fluff. Efficiently conveys core purpose and key behaviors.

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

Completeness3/5

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

Covers basics but lacks depth for a mutation tool with 5 parameters and no output schema or annotations. Missing details about confirmation, error handling, or async behavior. Adequate but not comprehensive.

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 description coverage is 100%, so baseline is 3. Description adds minor context ('Assigns priority based on severity') but does not significantly enhance understanding beyond the schema.

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?

Clearly states the verb 'Create' and resource 'ITSM ticket for an incident'. Includes key behavior 'Assigns priority based on severity' and output 'Returns ticket ID'. Distinguishes from sibling tools like itsm_close_ticket.

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?

Implies usage for an incident but provides no explicit when-to-use, when-not-to-use, or alternatives. Does not specify prerequisites or context for choosing this over other creation 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/Iteksmart/mcp-server'

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