Rootly
get_user_credits
Retrieve the current available and used classification credits for the authenticated Identifai account. Use this to check quota status before submitting large batches.
Remote root/identifai-mcp
Remote (network-hosted)
Other tools also called get_user_credits?
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."
}
}
}