Skip to main content
Glama

Anava MCP Server

by AnavaAcap
MIT License

anava_get_events

Retrieve historical camera events by specifying camera name, time range, and event limit. Integrates with Anava MCP Server for efficient event monitoring and analysis.

Instructions

Get historical events from camera

Input Schema

NameRequiredDescriptionDefault
cameraNoCamera name or use default if not specified
end_timeNoISO timestamp for end of time range
limitNoMaximum number of events to return
start_timeNoISO timestamp for start of time range

Input Schema (JSON Schema)

{ "properties": { "camera": { "description": "Camera name or use default if not specified", "type": "string" }, "end_time": { "description": "ISO timestamp for end of time range", "type": "string" }, "limit": { "description": "Maximum number of events to return", "type": "number" }, "start_time": { "description": "ISO timestamp for start of time range", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Anava MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnavaAcap/anava-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server