get_assistant
Retrieve essential details about a specific assistant using the assistant ID. Ideal for managing and integrating custom VoiceAI solutions with full MCP connectivity.
Instructions
Get basic 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"
}