activity_summary
The busiest tables, sources and people in the audit trail over the last N days (administrators), and how far back the trail goes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Default 30; 0 = all time |
The busiest tables, sources and people in the audit trail over the last N days (administrators), and how far back the trail goes.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Default 30; 0 = all time |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds that results are aggregated over a trailing window and signals an admin audience, but does not state auth requirements, rate limits, or whether the trail depth figure is configurable.
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?
One sentence, front-loaded with the substance (what is counted) before the trailing-scope qualifier. The parenthetical '(administrators)' is slightly awkwardly placed but the sentence carries no filler.
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, the description must carry the return shape, and it does list the aggregates returned plus the trail-depth metric. It still leaves unclear the response format, whether counts are grouped/ranked, and the admin-permission consequence of calling it as a non-admin.
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?
Schema description coverage is 100% and the single 'days' parameter documents 'Default 30; 0 = all time'. The description only restates the window ('last N days'), adding no syntax or edge-case meaning beyond the schema, so baseline 3 applies.
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 description names the resource and the concrete outputs (busiest tables, sources, people) plus the audit-trail depth, which is more specific than a tautology. It is a noun phrase rather than a verb+resource, and it never contrasts itself with near neighbours like workspace_activity, ai_activity_log or record_history, so an agent cannot route on the description alone.
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 explicit when-to-use, no when-not-to-use, and no named alternative among the many activity/log siblings. The only usage cue is the parenthetical '(administrators)', which hints at a permission gate but is not framed as guidance.
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.