Rootly

get_image_classification

Retrieve the classification result for a previously submitted image. Use the identifier returned by classify_image or classify_image_url. Poll this endpoint until the result is available.

Remote root/identifai-mcp

Remote (network-hosted)

Other tools also called get_image_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"
    }
  }
}
          

Provider

Rootly →