retrieve_assistant
Retrieve detailed information about a specific OpenAI assistant using its unique ID, enabling users to access assistant configurations and capabilities.
Instructions
Get detailed information about a specific assistant. The ID required can be retrieved from the list_assistants tool.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assistant_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"assistant_id": {
"title": "Assistant Id",
"type": "string"
}
},
"required": [
"assistant_id"
],
"type": "object"
}