Skip to main content
Glama

download_release_asset

Download release asset files from GitLab projects using direct asset paths and tag names to retrieve specific files from tagged releases.

Instructions

Download a release asset file by direct asset path

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idNoProject ID or URL-encoded path
tag_nameYesThe Git tag the release is associated with
direct_asset_pathYesPath to the release asset file as specified when creating or updating its link

Implementation Reference

  • Input schema definition for the 'download_release_asset' MCP tool, specifying parameters: project_id, tag_name, and direct_asset_path.
    export const DownloadReleaseAssetSchema = z.object({ project_id: z.coerce.string().describe("Project ID or URL-encoded path"), tag_name: z.string().describe("The Git tag the release is associated with"), direct_asset_path: z.string().describe("Path to the release asset file as specified when creating or updating its link"), });

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/zereight/gitlab-mcp'

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