Skip to main content
Glama

list_activity_alerts

Read-only

Alerts raised by the workspace's activity alert rules (bulk deletes, off-hours activity, sensitive field changes…), newest first — administrators.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax 100, default 25
unacknowledged_onlyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=false, so the safe-read nature is covered. The description adds useful behavioral context beyond the annotations: 'newest first' ordering and the administrator audience restriction. It still omits pagination behavior and what an alert record contains, which keeps it at a 3.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single compact sentence with the resource and scope front-loaded and no filler. The parenthetical examples earn their place by narrowing scope, though the dash-appended 'administrators' reads slightly clipped.

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?

For a read-only, zero-required-parameter list tool with no output schema, the description covers scope and ordering adequately. It is missing usage routing and an explanation of unacknowledged_only, so it is sufficient but not complete.

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 50%, so half the parameters carry no documentation. The schema itself documents 'limit' (max 100, default 25), and the description's 'newest first' implies sort semantics but never explains unacknowledged_only, leaving that parameter undocumented in both places.

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?

States a specific verb and resource ('Alerts raised by the workspace's activity alert rules'), which is clearer than a bare 'list alerts'. The parenthetical examples (bulk deletes, off-hours activity, sensitive field changes) pin down the alert scope. It is distinguishable from the sibling list_activity_alert_rules (rules config vs raised alerts), though it does not explicitly contrast them.

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?

No when-to-use guidance or alternatives are named. The trailing '— administrators' implies an audience/access constraint, but nothing tells the agent when to reach for this over list_alerts, list_activity_alert_rules, or activity_summary.

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.