Rootly
get_classification_heatmap
Retrieve a visual heatmap highlighting which regions of the image were detected as AI-generated. Requires the classification to have been submitted with withHeatmap enabled.
Remote root/identifai-mcp
Remote (network-hosted)
Other tools also called get_classification_heatmap?
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."
},
"identifier": {
"type": "string",
"description": "Classification identifier for which to fetch the heatmap"
}
}
}