Skip to main content
Glama

get_release_asset

Retrieve a specific release asset from a GitHub repository by providing the owner, repository name, and asset ID. Simplify access to GitHub release files for integration or automation workflows.

Instructions

Get a release asset from a GitHub repository

Input Schema

NameRequiredDescriptionDefault
asset_idYesThe ID of the asset
ownerYesRepository owner (username or organization)
repoYesRepository name

Input Schema (JSON Schema)

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