get_one_assistant
Retrieve detailed information about a specific assistant using its unique ID. Enable integration with VoiceAI-MCP-VAVicky for custom AI and voice solutions.
Instructions
Get complete information about a specific 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"
}