Skip to main content
Glama

Create GitHub Issue Set

create_issue_set

Split an SDLC plan into GitHub issues. Preview changes with dry-run mode before creating issues.

Instructions

Split an SDLC plan into GitHub issues. Supports dryRun (default TRUE) - preview mode.

SAFETY: dryRun defaults to true. You MUST explicitly pass dryRun:false to create issues.

Dry-run output is designed to work as a human pre-write confirmation page: it includes a per-issue preview (title/labels/truncated body), warnings for issues missing labels, missing/short bodies, or titles exceeding GitHub's 256-character limit, and the exact repo coordinates that would be written to.

Args:

  • owner, repo: Repository coordinates.

  • titlePrefix (string?): Prefix for every issue title.

  • issues (array): 1-50 issues, each with title, body, labels?, assignees?. Accepts plan_from_context's issueDrafts directly.

  • dryRun (boolean): Default true - preview mode only.

Returns: Created issue numbers + URLs + labels (live) or a preview + warnings (dry run).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
repoNoGitHub repo. Falls back to GITHUB_REPO.
ownerNoGitHub owner. Falls back to GITHUB_OWNER.
dryRunNoIf true (default), preview issues without creating them.
issuesYesArray of issues to create (1-50).
titlePrefixNoOptional prefix prepended to every issue title.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesNumber of issues previewed or successfully created.
dryRunYesWhether this was a preview-only run.
issuesYesCreated issues (empty in dry run).
previewYesPer-issue preview (title, labels, truncated body) -- populated in dry run only.
failuresYesIssues that could not be created. Empty in dry run and on full success.
warningsYesHuman-review flags, e.g. missing labels, overlong title, missing/short body.
targetRepoYesRepository targeted by the preview or live batch.
previewTitlesYesFinal titles (with prefix applied).
Behavior5/5

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

The description extensively discloses behavioral traits beyond annotations: it explains the safety default (dryRun:true), warns about missing labels/bodies, and describes the return format (preview + warnings vs. live issue numbers + URLs). The annotations indicate readOnlyHint=false and destructiveHint=false, and the description aligns with this while adding critical safety context. No contradiction.

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 well-structured with a clear header, safety warning, and argument list. It is longer than minimal but each sentence adds value. There is no redundant repetition of schema information. The structure makes it easy for an agent to scan for safety and key parameters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 5 parameters, 1 required, and nested objects, the description is quite complete. It explains dry-run behavior, safety, output differences, and references sibling tool plan_from_context for input format. However, it does not cover error handling or rate limits, and the output schema is not fully described in the description (though it exists). Still, it provides enough context for effective use.

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 input schema has 100% coverage, so the description's role is to add context. It adds value by explaining the 'dryRun' default explicitly, noting that 'issues' can accept plan_from_context's 'issueDrafts' directly, and clarifying the 'owner' and 'repo' fallbacks. The description also mentions 'titlePrefix' as prepended to titles. This goes beyond schema boilerplate, earning a 4.

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: 'Split an SDLC plan into GitHub issues.' It specifies the action (split/convert), resource (SDLC plan to GitHub issues), and includes the dry-run preview mode, which distinguishes it from issue-creation tools without preview.

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 explicit guidance on when to use dry run vs. live creation: 'dryRun defaults to true... You MUST explicitly pass dryRun:false to create issues.' It also describes the dry-run output as a 'human pre-write confirmation page.' However, it does not explicitly exclude use cases or name alternative tools for issue creation, so a 4 is appropriate.

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/SakuraCianna/agentic-sdlc-mcp'

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