Skip to main content
Glama
Konnexx-Software-Developers

Konnexx Development MCP Server

Official

generate_tickets_batch

Generate multiple ticket batches for architecture projects by providing an epic and phases. Automates ticket creation to support development workflows.

Instructions

Generate multiple ticket batches for architecture projects

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
epicYesEpic name and number
phasesYesArray of phase numbers (e.g., ['P1', 'P2', 'P3'])
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It doesn't state whether ticket generation is idempotent, whether it overwrites existing tickets, whether it requires prerequisite plans or extracted requirements, or what the output/side effects are. For a batch operation that likely creates many artifacts at once, this is insufficient transparency.

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

Conciseness4/5

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

A single, efficient sentence with zero waste. It front-loads the primary action and includes the domain scope. Not verbose, though it could potentially include a brief usage note without much cost. This is appropriately concise without being under-specified.

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?

For a batch-generation tool with no annotations and no output schema, the description is thin. It does not mention return values (e.g., ticket IDs generated), behavior on partial failure, or prerequisite conditions. Given the tool's operational nature (creating multiple tangible artifacts), the description provides insufficient context for an agent to safely invoke it.

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 both parameters ('epic' and 'phases') are already documented in the schema. The description adds no additional meaning about format or constraints beyond 'phase numbers (e.g., P1, P2, P3)' already present. Baseline 3 is appropriate since the schema does the heavy lifting and the description doesn't contradict or enrich it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Generate multiple ticket batches for architecture projects' uses a specific verb+resource ('Generate ticket batches') and narrows scope to 'architecture projects,' distinguishing it from the singular sibling 'generate_tickets.' However, it doesn't clarify what 'multiple ticket batches' means (how they're grouped, what a batch represents) or how this relates to the singular variant, leaving some ambiguity about the tool's exact role.

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 'generate_tickets.' The name suggests a batch counterpart, but the description provides zero exclusions or alternative references. For a tool with a near-identical sibling, the lack of differentiation guidance is a notable gap.

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/Konnexx-Software-Developers/konnexx-dev-mcp'

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