Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ANAVA_HOST | Yes | IP address of your Axis camera | |
ANAVA_PORT | No | HTTP port of the camera | 80 |
ANAVA_PASSWORD | Yes | Camera password | |
ANAVA_USERNAME | No | Camera username | root |
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 |
---|---|
anava_capture_analyze | Capture an image from camera and analyze it with AI |
anava_capture_image | Capture an image from camera without analysis |
anava_get_events | Get historical events from camera |
anava_monitor_events | Monitor camera for real-time events |