Skip to main content
Glama

jdra_preview_jira_issue

Fetch a Jira issue preview by its key to verify the correct issue before importing, preventing import errors.

Instructions

Jira 이슈 키로 import 전 미리보기를 가져온다. (예: PF3-1111)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesJira 이슈 키 (예: PF3-1111)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
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. It does not specify whether the operation is read-only, what side effects (if any) occur, or how errors are handled. The term 'preview' hints at non-destructive behavior, but this is not explicit.

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?

The description is a single, concise sentence that conveys the essential information without redundancy. It is well-structured and easy to parse.

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?

The description covers the tool's purpose and parameter but does not mention the output format or content of the preview, nor any prerequisites or edge cases. Given the tool's simplicity, this is adequate but not complete.

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

Parameters4/5

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

The single parameter 'key' is fully described with an example format ('PF3-1111'), which clarifies the expected input. While the description is brief, it provides sufficient meaning beyond the schema, earning a high score.

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 purpose: to fetch a preview before import using a Jira issue key. The verb '가져온다' (fetches) and the specific context 'import 전 미리보기' (preview before import) leave no ambiguity about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for previewing before import but does not explicitly contrast with sibling tools like import_jira_issue or create_issue. It gives an example format, which helps, but lacks explicit guidance on when to choose this tool over alternatives.

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