Rootly
get_tampering_batch_results
Retrieve the tampering detection results for a previously submitted batch of tickets. Poll until the "done" field is true. Each result contains a verdict ("authentic" or "tampered") and per-heuristic verdicts.
Remote root/identifai-mcp
Remote (network-hosted)
Other tools also called get_tampering_batch_results?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"apiKey": {
"type": "string",
"description": "Identifai API key used to authenticate requests to the Identifai backend. Optional when the MCP client is configured to send the X-Api-Key HTTP header (the recommended approach for remote server deployments — set it once in your MCP client config). Required only when the header is not configured. Never use a placeholder value — only pass the real key supplied by the user. Keys can be obtained from the Identifai dashboard at https://identifai.net."
},
"batchId": {
"type": "string",
"description": "Batch identifier returned by submit_tampering_tickets"
}
}
}