Skip to main content
Glama
reenrik

zube-mcp

by reenrik

create_ticket

Add a ticket to a Zube project, defining type (task, bug, feature, question), priority, assignee, due date, and description to manage work items.

Instructions

Create a ticket. type: task/bug/feature/question. priority: 1-4 (1=highest).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
due_onNo
priorityNo
project_idYes
start_dateNo
assignee_idNo
customer_idNo
descriptionNo
ticket_typeNo
track_cardsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations are absent, so the description must disclose behavioral traits. It only states that it creates a ticket and lists some field values. It does not mention permissions, idempotency, potential side effects, or post-creation behavior. The description does not contradict annotations (none), but it lacks substantive behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two short sentences, so it is efficient. However, it is under-specified for a 10-parameter tool with no annotations. It does not earn its place fully; it leaves major gaps.

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 tool is moderately complex (10 params, 2 required, no annotations, and an output schema exists but is not described). The description covers only ticket creation and two field hints, lacking context on required fields, defaults, or when to use. The output schema's existence reduces the need to explain return values, but the description still fails to provide enough context for correct selection and invocation.

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

Parameters2/5

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

The schema has 0% coverage, so the description must explain parameters. It adds value for priority (1-4, 1=highest) and implies a type enum, but it misnames the schema property 'ticket_type' as 'type', which could cause incorrect invocation. It also ignores the other eight parameters including required project_id and title. This is insufficient compensation for the schema's lack of 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 clearly states the tool's function: 'Create a ticket.' This is a specific verb+resource pair that distinguishes it from sibling tools like update_ticket and list_tickets. The resource 'ticket' is distinct within the context of the other tools.

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 is provided on when to use create_ticket versus alternatives such as create_card or update_ticket. The mention of type and priority values is parameter-level advice, not usage context. There are no exclusions or prerequisites.

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/reenrik/zube-mcp'

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