Rootly
get_all_audio_classifications
Retrieve classification results for multiple audio files in a single request. Accepts up to 100 identifiers.
Remote root/identifai-mcp
Remote (network-hosted)
Other tools also called get_all_audio_classifications?
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."
},
"identifiers": {
"type": "array",
"items": {
"type": "string"
},
"description": "Array of classification identifiers (max 100)"
}
}
}