Skip to main content
Glama

what_changed_last_24h

Read-only

View a unified timeline of recent homelab events: alerts, target flaps, failed checks, security bans, expiring certs, and backup issues in a configurable time window.

Instructions

Get a unified timeline of recent events across the homelab: alerts, target flaps, failed checks, security bans, expiring certs, and backup issues.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hoursNoTime window in hours to look back. Default 24.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds value by specifying the full range of event types included (alerts, target flaps, failed checks, security bans, expiring certs, backup issues). It does not mention pagination or response format, but the output schema exists and this is a read-only tool with minimal behavior.

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 sentence, front-loaded with the main operation ('Get a unified timeline'), followed by a concise list of included event types. No unnecessary words or repetition.

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

Completeness5/5

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

The tool is simple: one optional parameter, read-only, with an output schema available. The description sufficiently communicates the purpose and content coverage. The parameter schema explains the time window, and annotations capture safety. Nothing critical is missing.

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%: the only parameter 'hours' is fully described with its default value. The tool description does not add any further parameter explanation, but the schema fully covers it, so the baseline of 3 is appropriate.

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 'Get' and clearly identifies the resource: a unified timeline of recent events across the homelab. It enumerates specific event types (alerts, target flaps, failed checks, security bans, expiring certs, backup issues), which distinguishes it from sibling tools like what_needs_attention or get_homelab_overview.

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

Usage Guidelines3/5

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

The description implies when to use this tool (to see a unified timeline of recent events), but it does not explicitly state when NOT to use it or name alternative tools. There is no exclusion guidance, but the context is fairly clear from the description.

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/jo-nike/homelab_mcp'

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