Action Tools
These tools create, modify, or trigger operations in Orion.ask_orion
Send a natural language question to Orion and get an AI-powered data analysis response. This is the primary tool for interacting with Orion.Orion performs multi-step analyses that take 1-2 minutes. After calling
ask_orion, use get_conversation_history to poll for the final response.
Wait at least 30 seconds between polls.create_conversation
Start a new Orion conversation.execute_metric
Trigger execution of a metric to refresh its current value.run_workflow
Trigger execution of a workflow (insight maker).delete_artifact
Delete a slide deck, dashboard, or report artifact. This is a destructive action.Read-Only Tools
These tools only read data and are safe to call without confirmation.list_projects
List Orion projects the user has access to.list_users
List all users in the Orion organization. Returns user ID, name, and role.list_conversations
List chat conversations for a user.get_conversation_history
Read messages from an existing Orion conversation. Use this to poll for results after callingask_orion.