Skip to main content
Glama

Aptly MCP Server

aptly_publish_snapshot

Publish a Debian package snapshot to a specified distribution, making it accessible via the Aptly package repository. Input the snapshot name, distribution, and optional prefix to create the publication.

Instructions

Publish a snapshot to make it available for apt

Input Schema

NameRequiredDescriptionDefault
distributionYesDistribution name for the publication (e.g., stable, testing, unstable)
prefixNoOptional prefix for the publication endpoint
snapshotNameYesName of the snapshot to publish

Input Schema (JSON Schema)

{ "properties": { "distribution": { "description": "Distribution name for the publication (e.g., stable, testing, unstable)", "type": "string" }, "prefix": { "description": "Optional prefix for the publication endpoint", "type": "string" }, "snapshotName": { "description": "Name of the snapshot to publish", "type": "string" } }, "required": [ "snapshotName", "distribution" ], "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/rashidazarang/aptly-mcp'

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