Skip to main content
Glama

activity

Read-only

List recent activity in the workspace: what changed, who changed it, and when. Poll with since to see what happened since your last run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax events to return.
sinceNoRFC 3339 timestamp. Return only events after this moment.
cursorNonext_cursor from a previous call, to fetch the next page.
workspaceNoWorkspace slug. Optional, defaults to "temp".
path_prefixNoReturn only events for files under this folder.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, and the description adds context about the content of activity (what/who/when) and the polling use case. It does not contradict annotations, but it doesn't detail pagination or result structure beyond schema hints.

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?

The description is two sentences, front-loaded with the primary action, and every word adds value. No fluff 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 read-only listing tool with 5 parameters, the description gives the essential behavior and return context (what/who/when), while the schema handles parameter details. It lacks explicit sibling differentiation, but overall it's sufficient for safe and correct use.

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 fully documented in the schema. The description adds a use case for 'since' but does not add syntax or details for other parameters, so baseline 3 is appropriate.

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?

The description clearly states the tool 'List recent activity in the workspace' with specific details (what changed, who changed it, when). It is unambiguous but does not explicitly distinguish from sibling 'history', so it doesn't fully earn a 5.

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 provides a clear usage pattern: 'Poll with since to see what happened since your last run.' This gives context for when to use the tool, though it does not mention alternatives or exclusions relative to siblings.

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.