Skip to main content
Glama

Get Member Activity

get_member_activity

Get a chronological activity feed for a board member, covering card moves, list changes, creation, and archival. Resolve by memberId or memberName, rejecting ambiguous or unmatched names.

Instructions

Normalized chronological activity feed for one board member: card movements, list structural changes, card creation, and card archival. Resolve by memberId when known; memberName is looked up against board members and rejected with a clear error if it's ambiguous or matches no one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoConvenience alternative to since/before: look back this many days from now. Cannot be combined with since/before.
boardYesTrello board ID, shortLink, or full board URL (e.g. https://trello.com/b/abc123/my-board)
sinceNoISO 8601 timestamp — only include actions at or after this time (e.g. 2026-01-01T00:00:00.000Z)
beforeNoISO 8601 timestamp — only include actions strictly before this time
memberIdNoRestrict results to this Trello member ID
maxActionsNoCap on the total number of actions scanned across pagination (default: 1000)
memberNameNoFull name or username of a board member, used to resolve memberId when it isn't known. Rejected with a clear error if it matches zero or more than one board member.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsYes
memberIdYes
truncatedYes
matchedEventsYes
actionsScannedYes
requestedRangeYes
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses significant behavioral traits: the feed is 'normalized', includes specific event types, and rejects ambiguous/non-matching memberName with a clear error. However, it does not mention pagination, rate limits, or the fact that it scans across pages (maxActions), leaving some behavioral gaps.

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 concise: two sentences, with the core purpose front-loaded in the first sentence and resolution logic in the second. No redundant or filler text.

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?

With a full input schema, an output schema, and a clear description of the tool's scope and behavior, the description is sufficiently complete for a getter tool. It could explicitly mention time-filtering parameters (since/before/days) but those are well-documented in the schema, so this is a minor gap.

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?

The input schema already provides 100% parameter coverage with detailed descriptions for all 7 parameters. The description adds a marginal clarification about memberId vs. memberName resolution, but the schema already conveys this. Baseline 3 is appropriate since the schema does the heavy lifting.

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 what the tool does: provides a normalized chronological activity feed for one board member, listing specific event types (card movements, list structural changes, creation, archival). This specific verb-resource pairing distinguishes it from sibling tools like get_board_actions or get_card_movements, which are broader or focus on different aspects.

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 implies usage context: it is for member-specific activity, and the resolution note ('Resolve by memberId when known; memberName is looked up') gives parameter-selection guidance. However, it does not explicitly name alternatives or state when not to use this tool, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bienherasme/trello-ops-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server