gepa_list_backups
Retrieve and manage system backups with optional filters, ensuring accessible and organized data for the Prompt Auto-Optimizer MCP server. Use limit and label filters to streamline backup selection.
Instructions
List available system backups
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filterLabel | No | Filter backups by label (optional) | |
limit | No | Maximum number of backups to return |
Input Schema (JSON Schema)
{
"properties": {
"filterLabel": {
"description": "Filter backups by label (optional)",
"type": "string"
},
"limit": {
"default": 20,
"description": "Maximum number of backups to return",
"type": "number"
}
},
"type": "object"
}