Skip to main content
Glama

Create Release

create_release

Create a product release with a required version. Optionally add a changelog and release date; omit the release date to mark it as a draft.

Instructions

Create a release and return it (id, version, changelog, released_at). Omit released_at for an unreleased/draft entry. product_id defaults to the org's primary product. Only version is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYesVersion string (required), e.g. 'v2.4.0'.
changelogNoWhat shipped (optional).
product_idNoProduct, from whoami (optional; the primary product when omitted).
released_atNoShip time, ISO 8601 (optional; omit for a draft).
Behavior3/5

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

Annotations (all false) indicate the tool is not read-only, not idempotent, not destructive, and not open-world. The description aligns by stating it 'Create a release', implying a side effect. It adds behavioral details about return fields and draft behavior, but does not discuss permissions, rate limits, or potential failures. The description carries some burden but is not exhaustive.

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 two efficient sentences. The first sentence front-loads the primary purpose and output fields. The second sentence provides essential parameter guidance. No extraneous words.

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 output schema, the description explicitly lists the return fields. It covers all parameter semantics and default behavior. However, it omits potential error scenarios (e.g., duplicate version) and lifecycle interactions (e.g., effect on related entities). Still, for a create tool, it is adequately 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?

Schema coverage is 100%, but the description adds meaning beyond property descriptions: it clarifies the default for 'product_id' and the semantics of omitting 'released_at' for drafts. This compensates for the schema's lack of such context.

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: 'Create a release and return it (id, version, changelog, released_at).' It uses a specific verb ('Create') and resource ('release'), and distinguishes from siblings like 'update_release' by being the creation counterpart.

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 context on when to omit 'released_at' for drafts and notes that 'product_id' defaults to the primary product. It also specifies that only 'version' is required. However, it does not explicitly advise when to use this tool over alternatives like 'update_release' or 'list_releases', which would strengthen this dimension.

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/AIOProductOS/claude-plugin'

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