See Ora's auditWe loaded this site in a real browser and scored its tools.
Tools
ask_questionactimperative
Ask the AI assistant a question and get the answer. Returns the full AI-generated response.Input schema
{
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "The question or message to send to the AI assistant."
}
},
"required": [
"question"
]
}
Listings are sourced from public community registries and shown as reported.