Rootly
get_video_classification
Retrieve the classification result for a previously submitted video. Poll until the result is ready — video classification is always asynchronous.
Remote root/identifai-mcp
Remote (network-hosted)
Other tools also called get_video_classification?
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 returned by the submission endpoint"
}
}
}