Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| R2_ACCOUNT_ID | No | Your Cloudflare R2 account ID (required when STORAGE_PROVIDER=r2) | |
| R2_BUCKET_NAME | No | Your Cloudflare R2 bucket name (required when STORAGE_PROVIDER=r2) | |
| LOCAL_DATA_PATH | No | Path for local file storage (used when STORAGE_PROVIDER=local) | ./data |
| R2_ACCESS_KEY_ID | No | Your Cloudflare R2 access key ID (required when STORAGE_PROVIDER=r2) | |
| STORAGE_PROVIDER | No | The storage provider to use (local or r2) | local |
| R2_SECRET_ACCESS_KEY | No | Your Cloudflare R2 secret access key (required when STORAGE_PROVIDER=r2) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_review_types | List all review types with their schemas and record counts |
| get_review_type | Get detailed information about a specific review type including all records |
| add_review_type | Create a new review type with a custom schema |
| add_field_to_type | Add a new field to an existing review type schema |
| add_review_record | Add a new review record to a type |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |