Skip to main content
Glama
Konnexx-Software-Developers

Konnexx Development MCP Server

Official

generate_tickets

Generate development tickets in batches of 5 from API endpoints and timeline for a given epic and phase, turning project scope into actionable ticket lists for structured implementation.

Instructions

Generate development tickets in batches of 5 from API endpoints and timeline

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
epicYesEpic name and number
phaseYesPhase number (e.g., P1, P2)
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. The description states tickets are generated 'in batches of 5', which is a behavior, but it doesn't disclose whether this is a state-mutating operation (creating actual ticket records), whether it requires authentication or permissions, the side effects of generation, or what the output format will be. For a generative operation with unclear side effects, this is a meaningful gap.

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?

The description is a single, tight sentence that conveys the core action, scope, and input source without padding. It's front-loaded with the primary action. No redundancy or fluff.

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 has no output schema, no annotations, and sits among a large sibling family with overlapping functions (generate_tickets_batch, implement_feature, specify_api_endpoints). The description is too thin to fully orient an agent: it doesn't explain the pipeline position (what must exist before this runs), what the generated tickets represent, or how batches of 5 relate to the phase/epic parameters. For a multi-step workflow tool in a crowded sibling set, more context is needed.

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 phase) are documented in the schema. The description mentions the tools consumes 'API endpoints and timeline' as inputs, which adds source context that maps to the epic/phase parameters conceptually, but it doesn't add format details or clarify how the parameters influence ticket generation. Baseline 3 is appropriate given full schema coverage.

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

Purpose4/5

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

The description clearly states the action (generate), the resource (development tickets), the batch size (5), and the input source (API endpoints and timeline). It uses a specific verb+resource construction that distinguishes purpose. However, it doesn't explicitly distinguish itself from the sibling 'generate_tickets_batch' tool, which is a notable gap since batch generation is the core of this tool's purpose.

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 when-to-use guidance is provided. The description doesn't clarify when to use this tool vs. 'generate_tickets_batch' (which appears to be a sibling that also generates tickets). It also doesn't specify prerequisites like having completed specify_api_endpoints or create_timeline_gantt first, which the name 'from API endpoints and timeline' implies but doesn't state explicitly.

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