Skip to main content
Glama

create_release

Publish a release for a tagged version by signing and broadcasting an on-chain transaction. Requires repository details, tag name, and release title. Returns the release ID.

Instructions

Use this when you want to publish a release for a tagged version. The tag must already exist on the remote (push it via git first). Signs and broadcasts an on-chain transaction. Returns the release ID. Requires 'owner', 'name', 'tag_name', and 'release_name'. Optional: 'target' (branch, defaults to the repo's default branch), 'description', 'draft', 'pre_release', 'provider'. See also: list_releases, list_tags.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYesRepository owner (username or DAO name)
nameYesRepository name
tag_nameYesTag name for the release (e.g. v1.0.0)
targetNoBranch or commit SHA to tag (defaults to default branch HEAD)
release_nameYesHuman-readable release title
descriptionNoRelease notes / description
draftNoMark as draft release
pre_releaseNoMark as pre-release
providerNoGit server provider address (defaults to gitopia15nv5vf6fmww8cxr6emrzxjvj36x5n8xvsxsqpw)
Behavior4/5

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

With no annotations provided, the description carries the full burden and successfully discloses critical behavioral traits: it signs/broadcasts an on-chain transaction (write operation), returns the release ID (compensating for missing output schema), and specifies the prerequisite that the tag must exist remotely. Could improve by mentioning error handling or idempotency.

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?

Four information-dense sentences with zero waste: opening trigger condition, prerequisite constraint, behavioral disclosure, and parameter specification with cross-references. Well front-loaded with purpose.

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?

Given no annotations and no output schema, the description adequately compensates by explaining the return value (release ID), the blockchain transaction nature, and prerequisite constraints. Slightly short of perfect due to lack of error scenario coverage or side-effect details.

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

Parameters3/5

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

Schema description coverage is 100%, establishing a baseline of 3. The description organizes parameters into required vs optional groups and notes default values, but largely repeats information already present in the schema property descriptions rather than adding significant semantic depth beyond categorization.

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 uses a specific verb ('publish') with clear resource ('release for a tagged version') and distinguishes from sibling tools by noting the prerequisite that the tag must already exist, as well as referencing list_releases and list_tags for related operations.

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

Usage Guidelines5/5

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

Provides explicit when-to-use ('when you want to publish a release'), when-not-to-use implicit via prerequisite ('tag must already exist on the remote'), and explicitly names alternative tools ('See also: list_releases, list_tags').

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/gitopia/gitopia-mcp-server'

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