Skip to main content
Glama

create_tag

Generate a new tag in a GitHub repository by specifying the owner, repository name, reference, and SHA. Manage versioning and releases effectively.

Instructions

Create a new tag in a GitHub repository

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username or organization)
refYesThe name of the fully qualified reference (e.g., refs/tags/v1.0.0)
repoYesRepository name
shaYesThe SHA1 value to set this reference to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "ref": { "description": "The name of the fully qualified reference (e.g., refs/tags/v1.0.0)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "sha": { "description": "The SHA1 value to set this reference to", "type": "string" } }, "required": [ "owner", "repo", "ref", "sha" ], "type": "object" }

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/MissionSquad/mcp-github'

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