get_export_manifest
See what an IN-PROGRESS export contains so far (entities included, per-entity record/file counts, and per-file checksums), growing as discovery and downloading proceed. The per-file list is paged: check filesPage.hasMore and pass fileOffset to walk it. Once the export finishes, this returns statu...
This record as markdown: /tools/com-getboxkite-xero-backup-export/get-export-manifest.md
What get_export_manifest does on Boxkite — Xero Backup & Export
AI agents call get_export_manifest to retrieve information from Boxkite — Xero Backup & Export without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
exportId | string | Yes | |
fileLimit | integer | — | Files per page (default 500, max 5000) |
fileOffset | integer | — | Index of the first file to return (default 0) |
Parameters from the server's own tool schema.
Why get_export_manifest is rated Low
This tool performs pure data retrieval—it queries the status and contents of an ongoing export operation without creating, modifying, deleting, or executing anything. It is strictly informational, reading manifest metadata as exports proceed. The low severity reflects that misuse would only expose accounting data visibility (already backup/read-only context), not enable destructive or financial actions.
From the tool's definition Tool description explicitly states it 'See what an IN-PROGRESS export contains' and returns status information and file lists. The server description emphasizes 'read-only backup and export' of accounting data.
Attacks that exploit this kind of access
The rule that runs get_export_manifest safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Boxkite — Xero Backup & Export, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For get_export_manifest, this is the rule to start with:
get_export_manifest is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Boxkite — Xero Backup & Export, apply this rule, and every get_export_manifest call is checked against it from then on.
Questions about get_export_manifest
See what an IN-PROGRESS export contains so far (entities included, per-entity record/file counts, and per-file checksums), growing as discovery and downloading proceed. The per-file list is paged: check filesPage.hasMore and pass fileOffset to walk it. Once the export finishes, this returns status 'complete' with a pointer instead of a list, because the full manifest travels inside the ZIP as manifest.json: get a download URL, then read manifest.json from the archive. It is categorised as a Read tool in the Boxkite — Xero Backup & Export MCP Server, which means it retrieves data without modifying state.
get_export_manifest accepts 3 parameters: exportId, fileLimit, fileOffset. Required: exportId. The full parameter table on this page comes from the server's own tool schema.
Register the Boxkite — Xero Backup & Export MCP server in PolicyLayer and add a rule for get_export_manifest: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Boxkite — Xero Backup & Export. Nothing to install.
get_export_manifest is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the get_export_manifest rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for get_export_manifest. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
get_export_manifest is provided by the Boxkite — Xero Backup & Export MCP server (https://app.getboxkite.com/mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Boxkite — Xero Backup & Export, and thousands of servers like it.
This server
Across the catalogue