Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging (true/false, default: false) | false |
| LOG_LEVEL | No | Logging level (DEBUG/INFO/WARN/ERROR, default: INFO) | INFO |
| QUICKBASE_APP_ID | No | Default application ID | |
| QUICKBASE_CACHE_TTL | No | Cache duration in seconds (default: 3600) | 3600 |
| QUICKBASE_REALM_HOST | Yes | Your Quickbase realm (e.g., company.quickbase.com) | |
| QUICKBASE_USER_TOKEN | Yes | Your Quickbase API token | |
| QUICKBASE_CACHE_ENABLED | No | Enable caching (true/false, default: true) | true |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_configuration | Check if Quickbase configuration is properly set up |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |