Skip to main content
Glama

get_activity_feed

Chronological feed of all changes in a project (knowledge created/updated, tasks created/updated, entries, chats, snapshots, datasets). Use this to catch up after a break: "what happened since my last session?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax events to return (default 50, max 200)
sinceNoISO 8601 timestamp — only return events after this point (e.g. "2026-06-27T08:00:00Z")
projectIdYesProject ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral context. It discloses chronological ordering, scope across many entity types, and the tool's catch-up intent. It stops short of specifying sort direction, result item shape, or read-only guarantees, but the 'feed' framing conveys the core behavior.

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 sentences, front-loaded with the core behavior and followed by a memorable use case. No filler or redundant restatement of parameter details.

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 simple read-style feed tool with one required parameter and fully documented optional parameters, the description provides enough context to select and invoke it. The lack of an output schema means return-structure details are not fully specified, but the high-level event list partially compensates.

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 description coverage is 100%, so the schema already documents limit, since, and projectId. The description's 'since my last session' echoes the since parameter but does not add substantive meaning beyond the schema.

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 a chronological feed of all project changes and enumerates the event categories. This distinguishes it from sibling list_* tools that target a single resource type.

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 gives a concrete, memorable use case: catch up after a break and answer 'what happened since my last session?'. It does not explicitly name sibling alternatives or state when not to use it, but the intended context is unmistakable.

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