Skip to main content
Glama
piyushladhar

iotamine-mcp

by piyushladhar

create_ticket

Open a new support ticket for Iotamine cloud VPS issues. Specify subject, message, priority, and department; optionally link a VPS ID to get targeted assistance.

Instructions

Open a new support ticket with an opening message. priority is one of: low, medium, high. vps_id (optional) links the ticket to a specific VPS (an id from list_vps) if the issue is about one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vps_idNo
messageYes
subjectYes
priorityNomedium
department_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, so the write nature is known. The description adds no extra behavioral details like side effects (e.g., notifications, response format) beyond the action itself. It doesn't contradict annotations but also doesn't enrich them.

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?

Two sentences with no waste. The purpose is front-loaded, and the parameter clarifications are given in the second sentence. The structure is efficient and easy to scan.

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?

The description covers all required parameters implicitly (subject, message, department_id are not explained but are obvious) and explains the ambiguous ones (priority, vps_id). It doesn't mention how to obtain department_id, but the sibling list_ticket_departments provides that context. Adequate for correct invocation.

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?

With 0% schema description coverage, the description must compensate. It explains priority values and vps_id's purpose (linking to a VPS from list_vps), but does not explain department_id, which is required. Subject and message are self-explanatory. Partial compensation for the missing schema descriptions.

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 states 'Open a new support ticket with an opening message,' a specific verb+resource combination that clearly distinguishes it from sibling tools like list_tickets and reply_to_ticket. It also mentions optional VPS linking, further clarifying its unique role.

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 implies usage for opening a new ticket, which is unambiguous. It doesn't explicitly mention alternatives or conditions when not to use it, but the purpose is so distinct among siblings that the context is clear. No exclusions are stated, but none are needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.