Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_ID | Yes | Your Omi application ID | |
| API_KEY | Yes | Your Omi API key |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_omi_conversations | Retrieves user conversations from Omi with pagination and filtering options |
| read_omi_memories | Retrieves user memories from Omi with pagination options |
| create_omi_conversation | Creates a new Omi conversation with text content and metadata |
| create_omi_memories | Creates Omi memories by extracting from text or using explicit memory objects |