Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OURA_CLIENT_ID | No | OAuth2 client ID (required if using OURA_REFRESH_TOKEN) | |
| OURA_TOKEN_FILE | No | Path to token storage file | .oura_tokens.json |
| OURA_ACCESS_TOKEN | No | Personal Access Token or OAuth2 access token | |
| OURA_CLIENT_SECRET | No | OAuth2 client secret (required if using OURA_REFRESH_TOKEN) | |
| OURA_REFRESH_TOKEN | No | OAuth2 refresh token (for automatic token renewal) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |