Skip to main content
Glama

eds_audit_trend

Review site health changes over time using recorded snapshots, producing a shareable HTML trend view or a brief text summary.

Instructions

Show site health OVER TIME from the recorded snapshots — returns a self-contained, theme-aware HTML trend view (an SVG sparkline of the overall score plus per-dimension movement since the last snapshot), ready to save or share. Reads the history sheet written by eds_audit_snapshot. Pass format:'text' for a short plain-text summary instead of HTML. Requires EDS_DA_TOKEN. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNo'html' (default) returns a shareable trend page; 'text' returns a short summary.
historyPathNoDA path for the history sheet (default /audit-history.json).
Behavior5/5

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

With no annotations provided, the description carries the full burden. It explicitly states 'Read-only', requires EDS_DA_TOKEN, explains the output format and content, and notes its dependency on the history sheet. This is comprehensive disclosure of auth, safety, and operational 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?

Two sentences packed with essential information: purpose, output details, data source, format option, auth requirement, and safety. No filler or redundancy; every sentence earns its place.

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?

Despite having no output schema and no annotations, the description covers the tool's main behavior: what it returns, what it depends on, its auth requirements, and its read-only nature. For a simple read-only tool with two optional parameters, this is complete enough for an agent to invoke it correctly.

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%, so the parameters are already well-described. The description adds minimal new meaning beyond the schema—'Pass format:'text' for a short plain-text summary' essentially repeats the schema's enum description. No extra insight is provided for historyPath beyond the schema's default value. Baseline 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 states a specific verb ('Show') and resource ('site health OVER TIME from the recorded snapshots'), clearly distinguishing it from siblings like eds_audit_report (current report) and eds_audit_snapshot (writes snapshots). It also details the output (HTML trend view with SVG sparkline and per-dimension movement), making the purpose unambiguous.

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 description clarifies that it reads the history sheet written by eds_audit_snapshot, implying it should be used after snapshots exist. It also gives usage options (format:'text' for a summary). While it doesn't explicitly name alternative tools to avoid, the context is clear enough for an agent to choose this tool for trend analysis over time.

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/Focus-GTS/eds-mcp-server'

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