Skip to main content
Glama

upload_release_asset

Upload assets to GitHub releases by specifying owner, repo, release ID, asset name, and content. Supports base64-encoded files and custom content types for streamlined release management.

Instructions

Upload an asset to a GitHub release

Input Schema

NameRequiredDescriptionDefault
contentYesThe content of the asset (base64 encoded)
content_typeYesThe content type of the asset
labelNoAn alternate short description of the asset
nameYesThe name of the asset
ownerYesRepository owner (username or organization)
release_idYesThe ID of the release
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The content of the asset (base64 encoded)", "type": "string" }, "content_type": { "description": "The content type of the asset", "type": "string" }, "label": { "description": "An alternate short description of the asset", "type": "string" }, "name": { "description": "The name of the asset", "type": "string" }, "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "release_id": { "description": "The ID of the release", "type": "number" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo", "release_id", "name", "content", "content_type" ], "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