Skip to main content
Glama

Resilience trend

get_resilience_trend
Read-onlyIdempotent

The workspace security score (0-100, higher is better) and the same rates over time, bucketed by week (30d and 90d windows) or by month (12m and all time), so an assistant can describe or chart the direction of travel rather than a single snapshot. The score is cumulative and reads the whole event log at the end of each bucket, so it moves even where a bucket's own rates do not.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rangeNoReporting window, by campaign launch date: 30d, 90d, 12m or all. Defaults to 90d.90d

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

The description adds meaningful behavioral detail beyond the readOnly/idempotent annotations: the score is cumulative, reads the whole event log at the end of each bucket, and can move even when a bucket's own rates do not. This is exactly the kind of non-obvious behavior an agent needs to interpret results correctly.

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 dense sentences carry all essential information: what is returned, how it is bucketed, when to use it, and an important behavioral caveat. There is 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?

For a tool with one optional parameter and no output schema, the description is largely complete: it states the metric, its scale, bucketing, and the use case. The exact return shape is not specified and the phrase 'the same rates over time' is slightly ambiguous, but an agent has enough context to select and invoke the tool correctly.

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

Parameters4/5

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

The schema already fully documents the single enum parameter and its default. The description adds value by explaining that 30d and 90d are weekly-bucketed while 12m and all are monthly-bucketed, which is not present in the schema. This enriches, rather than merely repeats, the schema semantics.

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 clearly states the tool returns the workspace security score (0-100) and rates over time, bucketed by week or month. The phrase 'direction of travel rather than a single snapshot' explicitly positions it as a trend tool and distinguishes it from snapshot-style summaries among the siblings.

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?

It gives clear usage context: an assistant should use this when it needs to describe or chart the direction of travel over time. It also maps range values to bucketing behavior. It does not explicitly name alternate sibling tools or exclusion criteria, so it falls short of a 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources