list_activity_alert_rules
The workspace's activity alert rules and how often each has fired — administrators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
The workspace's activity alert rules and how often each has fired — administrators.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already establish readOnlyHint=true and openWorldHint=false, so safety is covered structurally. The description adds one behavioral hint — that this is administrative/administrator-facing data — but says nothing about permissions required, pagination, ordering, or data freshness, so the incremental value is modest.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
It is short, but it is not a well-formed sentence: the em-dash clause '— administrators' hangs without a verb or clear referent, forcing the reader to guess whether it means 'for administrators' or 'number of administrators'. Brevity here comes from omission rather than efficiency.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no output schema and no parameters, the description must at least convey the shape of the result, and 'rules and how often each has fired' does that. Still missing: any interaction with the sibling list_activity_alerts, and clarity on the truncated administrator clause, for what is otherwise a simple read tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so there is nothing for the description to disambiguate; the baseline for a no-parameter tool is 4. The description correctly implies no filtering input is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The noun phrase names a specific resource (activity alert rules) and adds scope ('how often each has fired'), which helps distinguish it from the sibling list_activity_alerts. However, there is no explicit verb and the trailing '— administrators' is a dangling fragment that leaves the action implied rather than stated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no when-to-use guidance, no stated prerequisites, and no mention of the sibling list_activity_alerts, which is the obvious alternative for alert data. The only contextual signal is the ambiguous tag '— administrators', which may hint at an audience but does not tell the agent when to select this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.