Skip to main content
Glama
Tingsum26

sdlc-workflow-mcp

by Tingsum26

workflow_prepare_jira_projection

Read-only

Generate a local Jira projection from persisted tickets for an epic without calling Jira, optionally targeting a board for offline review.

Instructions

Prepare a local Jira projection from persisted tickets without calling Jira.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
epicIdYes
targetBoardNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3/5.0
Behavior3/5

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

Annotations supply readOnlyHint=true, so the safety profile is largely covered. The description adds genuine context beyond that: it is a local projection built from already-persisted tickets and explicitly makes no external Jira call. It does not say where the projection is written, what it contains, or what is returned.

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?

A single sentence, front-loaded with the action and resource, with zero filler. Nothing to trim.

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?

No output schema and no annotation beyond readOnlyHint, yet the description omits where the projection is materialized, what an agent should do with the result, and what both parameters mean. Too thin for a tool whose semantics are non-obvious.

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?

Schema description coverage is 0% for both parameters, and the description supplies no meaning for epicId or targetBoard. With two undocumented parameters, the description fails to compensate for the schema gap.

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 names a specific verb (Prepare) and a specific artifact (local Jira projection from persisted tickets), and clarifies the source of truth. It is clear, though it does not distinguish itself from any of the numerous workflow_* siblings.

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?

There is no guidance on when to use this versus alternatives, nor any stated prerequisite or ordering relative to sibling tools like workflow_epic_attach_ticket. The 'without calling Jira' phrase hints at a use case but does not constitute usage guidance.

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