Skip to main content
Glama
saidsef

GitHub PR Issue Analyser

by saidsef

create_release

Create and publish a GitHub release from a repository tag; if the tag already exists, update it instead of failing, allowing interrupted releases to be retried safely.

Instructions

Creates a new release. A tag that already carries one is updated instead of rejected, so a retry after a half-finished release recovers. See #347.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
draftNo
tag_nameYes
repo_nameYes
prereleaseNo
repo_ownerYes
make_latestNotrue
release_nameYes
generate_release_notesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv14.0.3
  2. Removedv14.0.0
  3. Addedv11.0.1
  4. Removedv10.0.4
  5. Changed15 schema fields changedv10.0.0
    • addedInput schema / additionalProperties
      Added value: +false
    • removedInput schema / properties / body / title
      Removed value: -"Body"
    • addedInput schema / properties / draft
      Added value: +{
      +  "default": false,
      +  "type": "boolean"
      +}
    • addedInput schema / properties / generate_release_notes
      Added value: +{
      +  "default": true,
      +  "type": "boolean"
      +}
    • addedInput schema / properties / make_latest
      Added value: +{
      +  "default": "true",
      +  "enum": [
      +    "true",
      +    "false",
      +    "legacy"
      +  ],
      +  "type": "string"
      +}
    • addedInput schema / properties / prerelease
      Added value: +{
      +  "default": false,
      +  "type": "boolean"
      +}
    • removedInput schema / properties / release_name / title
      Removed value: -"Release Name"
    • removedInput schema / properties / repo_name / title
      Removed value: -"Repo Name"
    • removedInput schema / properties / repo_owner / title
      Removed value: -"Repo Owner"
    • removedInput schema / properties / tag_name / title
      Removed value: -"Tag Name"
    • removedInput schema / title
      Removed value: -"create_releaseArguments"
    • addedOutput schema / additionalProperties
      Added value: +true
    • removedOutput schema / properties
      Removed value: -{
      -  "result": {
      -    "additionalProperties": true,
      -    "title": "Result",
      -    "type": "object"
      -  }
      -}
    • removedOutput schema / required
      Removed value: -[
      -  "result"
      -]
    • removedOutput schema / title
      Removed value: -"create_releaseOutput"
  6. Addedv1.0.0

TDQS

C2.9/5.0
Behavior1/5

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

Annotations declare idempotentHint=false, but the description claims 'a retry after a half-finished release recovers' and that an existing tag's release is updated instead of rejected. That is an idempotency/retry-safety claim that contradicts the annotation. While the upsert detail is otherwise valuable, the direct conflict forces a score of 1.

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?

Two sentences: the first front-loads the main action, the second adds a high-value retry/upsert behavior with a cross-reference. No fluf. Every sentence earns its place.

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?

Despite having an output schema and annotations, this is a 9-param mutation tool with zero schema descriptions. The overview is too terse to be complete: no parameter semantics, no routing vs update_release/create_tag, and a conflicting retry claim. Agents could easily call it incorrectly.

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

Parameters1/5

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

Schema description coverage is 0%; the description compensates for none of the 9 params. It never explains make_latest's enum, generate_release_notes behavior, draft/prerelease flags, or required body/release_name semantics, leaving an agent to guess at important inputs.

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?

States a specific verb and resource ('Creates a new release') and then adds a crucial distinguishing nuance: an existing tag's release is updated rather than rejected. This separates it from sibling tools like get_release and update_release without needing to inspect their schemas.

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 intended use is implied: call this to create a release, and a retry after a half-finished release should work. However, it never explicitly names alternatives or says when NOT to use it, e.g. when update_release or create_tag would be a better choice.

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

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/saidsef/mcp-github-pr-issue-analyser'

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