Skip to main content
Glama

get_recordings

Retrieve recorded video segments for a camera between two timestamps. Specify start and end times to list available footage.

Instructions

List recording segments for a camera in a time range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNoStart Unix timestamp (default: 1h ago)
beforeNoEnd Unix timestamp (default: now)
cameraYesCamera name

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states 'List recording segments' and does not disclose whether the operation is read-only, how results are ordered or paginated, potential limits, or any response format details. Basic additional context is missing.

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?

The description is a single concise sentence that front-loads the action and object. Every word contributes, with no filler or redundancy.

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

Completeness4/5

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

The tool is simple, has a well-defined schema with all parameters described, and an output schema exists. The description covers the essential purpose and scope. However, given the large number of recording-related sibling tools, a brief mention of how this differs from others would improve completeness.

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 description coverage is 100%, so the baseline is 3. The description adds minimal semantic value beyond the schema, only reinforcing the time-range concept already covered by the 'after' and 'before' parameter descriptions.

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

Purpose5/5

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

The description uses a specific verb 'List' and identifies the resource 'recording segments for a camera in a time range,' which clearly differentiates it from sibling tools like get_recording_summary (summary) and get_recordings_unavailable (unavailable).

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

Usage Guidelines4/5

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

The phrase 'for a camera in a time range' provides clear context for when to use this tool, but it does not explicitly mention alternatives or exclusions among the many sibling tools. There is no 'when not to use' guidance.

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

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