Skip to main content
Glama
dedsxc

Frigate MCP Server

by dedsxc

get_events

Retrieve recent detection events from Frigate, optionally filtered by camera name or object label.

Instructions

Get recent detection events from Frigate.

Retrieves events based on optional filters for camera and detected object label.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoFilter by detected object label like 'person', 'car', 'dog' (optional)
limitNoMaximum number of events to return (default: 10, max: 100)
cameraNoFilter by specific camera name (optional)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description must disclose behavioral traits. It says 'recent' but doesn't define the time range or ordering. No mention of read-only nature, rate limits, or whether events are deleted after retrieval. Minimal behavioral info beyond basic retrieval.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences, front-loaded with purpose. No unnecessary words. Well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present, return values are covered. However, the description lacks context on recency definition, default limit, pagination, and how this tool relates to sibling event tools. Moderate completeness for a simple list tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with clear descriptions for each parameter (label, limit, camera). The description adds that events are 'recent' and filters are optional, but this largely mirrors the schema. No new semantic detail beyond what the schema provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it gets recent detection events from Frigate with optional filters. Verb 'get' with resource 'events' is specific. However, it doesn't differentiate from sibling 'get_event_details' which likely retrieves a single event by ID.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs alternatives like 'get_event_details' or 'get_recordings'. No mention of prerequisites or limitations. Usage context is only implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/dedsxc/mcp-frigate'

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