Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | No | The absolute path to the project directory | |
| OPENAI_API_KEY | Yes | Your OpenAI API key for authentication |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask-openai | Ask my assistant models a direct question |
| list-assistants | List OpenAI assistants |
| retrieve-assistant | Retrieve an OpenAI assistant by ID |
| create-assistant | Create a new OpenAI assistant |
| update-assistant | Update an existing OpenAI assistant |
| delete-assistant | Delete an OpenAI assistant |
| upload-file | Upload a file for use by assistants |
| list-files | List files available for assistants |
| delete-file | Delete a file |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |