π Keepit MCP v1.2
This release adds 13 new tools across three areas: backup monitoring, snapshot search, and file download.
Monitoring
- get_backup_coverage_history β get backup coverage history for a single connector over a set period of time
- get_aggregated_backup_coverage_history β get backup coverage history across all connectors of a selected type
- get_backup_summary β get info for a single connector, including size change compared to the previous snapshot, timestamps for partial and complete snapshots, and onboarding state
- get_aggregated_backup_summary β get a backup summary across all connectors of a selected type
- get_connector_rsi_summary - get the count of recurrently skipped items for a single connector based on the latest snapshot
- get_aggregated_rsi_summary - get the count of recurrently skipped items across all connectors, optionally filtered by connector type
- get_jobs_count - get job counts by type and state for a single connector over a defined period of time
- get_aggregated_jobs_count - get job counts by type and state across all connectors of a selected type
- get_aggregated_connector_health - get health status and reasons for all connectors of a selected type
Search
- search_snapshot_data β find items in a snapshot by keyword, category, MIME type, or email metadata
- get_item_versions_history β list all versions of a file across snapshots within a date range
Download
- get_download_item_url β generate a valid download URL for a single item
- get_download_zip_url β generate a valid download URL for multiple items as a ZIP archive