Skip to main content
Glama
saidsef

GitHub PR Issue Analyser

by saidsef

delete_release

Destructive

Remove a GitHub release while preserving its tag unless the tag should be deleted too, keeping commit history intact.

Instructions

Deletes a release. The tag it was published from survives unless delete_tag asks for it, since the commit history usually should not move.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tag_nameYes
repo_nameYes
delete_tagNoAlso remove the tag the release was published from
repo_ownerYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the destructiveHint annotation, the description discloses the important side effect: the tag is not automatically deleted and is only removed when delete_tag is true. It also explains the rationale about not moving commit history, which is exactly the kind of behavioral context annotations do not provide.

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 with no padding. The primary action is front-loaded, and the second sentence adds valuable side-effect context without unnecessary detail.

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 destructive 4-parameter tool with annotations and an output schema, the description is nearly complete. It defines the action, the default behavior, and the optional tag-deletion flag. Minor omissions like permission requirements are not critical given the simple API shape.

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?

Schema description coverage is only 25%, and the description partially compensates by clarifying the release/tag relationship and the meaning of delete_tag. The repo owner and repo name parameters are standard and self-explanatory, so their lack of detail is not a serious gap.

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: 'Deletes a release.' It also distinguishes itself from tag-only deletion by explaining that the tag survives unless the delete_tag flag is set, which separates it clearly from the sibling delete_tag tool.

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 gives useful context about the release/tag relationship but does not explicitly say when to choose delete_release over alternatives like delete_tag or update_release. The intended use is implied rather than directly stated.

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

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

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