Skip to main content
Glama

Get Board Actions

get_board_actions

Inspect a Trello board's raw action history for debugging and auditing. Returns a compact, normalized view filtered by time, type, and count.

Instructions

Low-level historical inspection/debug tool: returns a compact, normalized view of a board's raw action history. For structural list-change auditing, prefer get_list_changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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
maxActionsNoCap on the total number of actions scanned across pagination (default: 1000)
actionTypesNoTrello action type names to filter to, e.g. ["createList", "updateList"]. Unfiltered if omitted.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionsYes
truncatedYes
actionsScannedYes
requestedRangeYes
Behavior4/5

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

Despite no annotations, the description conveys that this is a read-only inspection/debug tool and notes it returns a 'normalized' view, which adds behavioral context beyond the raw definition. However, it does not explicitly mention pagination behavior or potential performance implications, so it falls short of a 5.

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 only two sentences, front-loaded with the core purpose and then a clear alternative. Every word serves a purpose, with zero 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?

Given the existence of a full output schema and 100% schema coverage for parameters, the description provides sufficient context by clarifying the tool's niche and directing to an alternative. It lacks detailed edge-case guidance, but the schema fills most gaps, making this slightly above-average.

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 provides 100% coverage of all parameters with detailed descriptions, so the description does not need to add parameter-level semantics. The description's mention of 'raw action history' adds minor context but does not elevate beyond the schema's baseline.

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 compact, normalized view of a board's raw action history, using specific verbs and resource. It explicitly distinguishes itself from sibling tool get_list_changes, making the purpose immediately obvious.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly positions this as a low-level historical inspection/debug tool and directs users to get_list_changes for structural list-change auditing, providing clear when-to-use guidance and an alternative.

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