Skip to main content
Glama
Konnexx-Software-Developers

Konnexx Development MCP Server

Official

implement_feature

Execute a complete feature implementation workflow from ticket to tested code, following team standards with planning, approval, implementation, review, and testing phases using integrated MCP tools.

Instructions

Execute complete feature implementation workflow following team standards: plan → approve → implement → review → test. Uses MCP servers (GitHub, Database, Context7) for integrated workflow. ALWAYS use this for feature implementation to ensure consistency with team patterns (DDD, Laravel conventions).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticketYesTicket description or ID
architecture_reportNoOptional architecture report
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. The description mentions it 'executes' a full workflow and 'uses MCP servers,' which implies side effects (planning, code changes, testing), but doesn't disclose: whether this creates/modifies files, whether it requires authentication, whether it's a long-running multi-step tool, whether it spawns sub-operations, or what risks/destruction it may cause. For a workflow-orchestrating tool with no annotations, this is a significant 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 compact at two sentences and includes the workflow steps compactly. The 'ALWAYS use this' imperative is useful but could be slightly trimmed. The MCP server list adds useful context without bloat. Overall efficient with minimal waste.

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?

This is a complex multi-stage orchestration tool with no output schema and no annotations. The description covers the workflow stages and team patterns, but lacks details about: what the agent should expect back/see during the process, how the plan→approve stage works (does the agent need to confirm/approve interactively?), time expectations, or what happens on failure mid-workflow. Some critical operational semantics are missing for a tool of this complexity.

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 the schema already documents both parameters (ticket and architecture_report). The description adds the context that the ticket drives the whole workflow, but doesn't elaborate on what formats are expected for ticket IDs vs descriptions, or how the optional architecture_report influences behavior. 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 states a clear verb+resource: 'Execute complete feature implementation workflow' with specific stages (plan → approve → implement → review → test). It distinguishes from siblings like test_fix, architecture_review, and the web/mobile variants by describing the full integrated workflow. However, it doesn't explicitly differentiate from implement_feature_web or implement_feature_mobile, which may be platform-specific variants.

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 provides clear usage guidance: 'ALWAYS use this for feature implementation to ensure consistency with team patterns.' It names the MCP servers used (GitHub, Database, Context7). However, it doesn't explicitly state when NOT to use this tool or what alternatives exist for platform-specific implementations (web/mobile variants suggest some distinction is needed).

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