Tools
The MCP server exposes the following tools. Read tools return the same data as the matching API endpoints. We recommend generating a dedicated API key for MCP use so you can revoke it independently — see Security.
Tools that use your API key:
| Tool | What it does |
|---|---|
list_accounts | Lists the services Rewind is backing up under your organization. |
get_account | Details for one service by its account ID — platform, status, and last backup time. |
get_account_backups | Backup-job history for a service. Supports an optional status filter (success / failure / in_progress) and cursor pagination. |
get_audit_logs | Audit-log history for your organization. |
trigger_backup | Write action — starts an on-demand backup for a service. Checks state first and returns enqueued, already_running, not_backupable, or not_found. The backup runs in the background; poll get_account_backups for completion. |
get_token_info | Information about your API key — name, expiry, and organization. |
search_items | Searches the backed-up content of a Jira or Confluence account. Requires the Advanced or Enterprise edition of Rewind Backups — returns 403 otherwise. |
list_item_versions | Lists the backed-up versions of a content item, most recent first. Requires the Advanced or Enterprise edition of Rewind Backups. |
get_item_version | Retrieves the content of a specific backed-up version of an item. Requires the Advanced or Enterprise edition of Rewind Backups. |
Tools that need no API key:
| Tool | What it does |
|---|---|
healthcheck | Confirms the MCP server is reachable. |
search_help_center | Searches Rewind's help center. |
get_support_info | How to contact Rewind support. |
get_api_docs_url | Points to the API reference. |
Prompts
Prompts appear as slash-commands in clients that support them.
| Prompt | What it does |
|---|---|
/contact_support | Pre-fills a support-request message. Accepts optional reason and account_id. |
Resources
Resources are static documents your assistant can read directly.
| Resource | What it contains |
|---|---|
| Rewind API Reference | Points to the API reference and when to send you there. |
| Rewind Support | How to contact Rewind support and what to include in the request. |
See also
- Example prompts — natural-language ways to use these tools.