get_assistant_usage
Retrieve detailed usage statistics for a specific assistant by providing its unique ID, enabling analysis of performance and user interactions within VoiceAI-MCP-VAVicky.
Instructions
Get usage statistics for an assistant
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assistant_id | Yes | Assistant ID |
Input Schema (JSON Schema)
{
"properties": {
"assistant_id": {
"description": "Assistant ID",
"type": "string"
}
},
"required": [
"assistant_id"
],
"type": "object"
}