OpenClaw
validate_api_key
Check if an API key is valid and see remaining daily quota. Use this to verify key status before making calls.
Remote openclaw-ai/intel
Other tools also called validate_api_key?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"api_key": {
"type": "string",
"description": "The API key to validate"
}
}
}