Skip to main content
Glama

Anava MCP Server

by AnavaAcap
MIT License

anava_monitor_events

Track real-time camera events such as motion or object detection, set monitoring duration, and specify event types for efficient surveillance using Anava MCP Server.

Instructions

Monitor camera for real-time events

Input Schema

NameRequiredDescriptionDefault
cameraNoCamera name or use default if not specified
durationNoMonitoring duration in seconds
event_typesNoEvent types to monitor (e.g., ["motion", "object"])

Input Schema (JSON Schema)

{ "properties": { "camera": { "description": "Camera name or use default if not specified", "type": "string" }, "duration": { "description": "Monitoring duration in seconds", "type": "number" }, "event_types": { "description": "Event types to monitor (e.g., [\"motion\", \"object\"])", "items": { "type": "string" }, "type": "array" } }, "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