Skip to main content
Glama

Aptly MCP Server

aptly_create_snapshot

Generate a snapshot from a specified Debian repository to capture its current state, including package versions, for backup or deployment purposes. Provide a name and optional description for the snapshot.

Instructions

Create a snapshot from a repository

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description for the snapshot
nameYesName for the new snapshot
repoNameYesName of the repository to create snapshot from

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional description for the snapshot", "type": "string" }, "name": { "description": "Name for the new snapshot", "type": "string" }, "repoName": { "description": "Name of the repository to create snapshot from", "type": "string" } }, "required": [ "name", "repoName" ], "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