Skip to main content
Glama

create_release_tag

Create a release tag to mark a version, attach optional notes, commit hash, and git tag. Ensures version is unique in the workspace.

Instructions

Create a release tag (version marker). Version must be unique in the workspace.

Args: version: Version string, e.g. "v1.2.0" description: Optional notes about the version commit_hash: Git commit the version was cut from git_tag: Corresponding git tag name

Returns: The created ReleaseTag

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
git_tagNo
versionYes
commit_hashNo
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNo
nameNo
colorNo
git_tagNo
versionNo
workspaceNo
created_atNo
sort_orderNo
updated_atNo
commit_hashNo
descriptionNo
Behavior3/5

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

Description provides the return value and uniqueness constraint, but with no annotations, it does not disclose permissions, failure modes, or side effects beyond creation.

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 compact, with a clear and direct summary, then organized Args/Returns sections. Every line adds value.

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 four-parameter create tool with output schema, the description adequately covers parameter semantics and return type, but could be enhanced with error handling or permission notes given the absence of annotations.

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

Parameters5/5

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

Schema has no descriptions (0% coverage), but the description explains each parameter (version, description, commit_hash, git_tag) with practical examples and definitions, fully compensating for schema gaps.

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?

Description clearly states 'Create a release tag (version marker)', specifying the action and resource. It distinguishes from sibling tools like create_release and tag management tools by focusing on tag creation.

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 indicates the tool's purpose and includes a constraint (version must be unique), but does not explicitly reference alternatives or when-not-to-use, leaving usage guidance implied.

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/leigangzhang/plane-mcp-server-adapter'

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