Skip to main content
Glama

get_timeline

Retrieve a chronological sequence of detection events with progression details (e.g., zone entries, attribute changes). Optionally filter by camera or source ID.

Instructions

Get the detection timeline.

The timeline shows a chronological sequence of detection events with their progression (object entered zone, attribute changes, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax entries to return
cameraNoCamera name
source_idNoSource event ID

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Since no annotations are provided, the description carries the full burden of behavioral disclosure. It does add useful context by explaining that the timeline shows chronological progression of detection events (e.g., object entered zone, attribute changes). However, it does not explicitly state read-only behavior, permissions, or output format, though the latter is covered by the output schema.

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 concise, consisting of two sentences with the action front-loaded. It provides a brief, relevant explanation of the timeline content without any unnecessary words.

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?

The description gives the core purpose and what the timeline contains, and the output schema covers return values. However, given the large sibling list, it lacks context on how this tool relates to other event/timeline tools and does not clarify differences from get_timeline_hourly.

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 each parameter (limit, camera, source_id) having a descriptive comment. The tool description adds no additional meaning beyond the schema, so the baseline of 3 applies.

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?

The description clearly states the tool's purpose: 'Get the detection timeline' with a specific verb and resource, and explains the timeline's content. However, it does not explicitly distinguish this from sibling tools like get_timeline_hourly or other event access tools, so it lacks sibling differentiation.

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?

The description provides no guidance on when to use this tool versus alternatives such as get_events, search_events, or get_timeline_hourly. It only describes what the tool does, with no context on selection criteria or exclusions.

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