Skip to main content
Glama

kaiten_get_all_space_activity

Fetch all activity for a space in one paginated request. Filter by actions, author, or date, and reduce payload with field selection or compact mode to trace card movement history efficiently.

Instructions

Fetch ALL activity for a space with automatic pagination. Use actions filter to get specific event types. For complete card flow history: actions='card_add,card_move,card_archive,card_join_board,card_revive'. Safety limit: 50 pages (5000 events). This is the EFFICIENT way to get location history for all cards in a space — one paginated endpoint instead of hundreds of individual card requests.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoComma-separated field names to keep. Strips everything else.
actionsNoComma-separated action types (card_add, card_move, card_archive, card_join_board, card_revive, etc.)
compactNoStrip heavy fields (avatars, user details). Default true for bulk.
space_idYesSpace ID
author_idNoFilter by author user ID
max_pagesNoSafety limit on pages to fetch (default 50, max 5000 events)
page_sizeNoEvents per page (default 100, max 100)
created_afterNoFilter activities after this datetime (ISO 8601)
created_beforeNoFilter activities before this datetime (ISO 8601)
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses automatic pagination, a concrete safety limit ('50 pages (5000 events)'), and the efficiency tradeoff versus per-card calls. What is missing is a description of the response shape or payload structure, since there is no output schema to fall back on.

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?

Four dense sentences with no filler: purpose and pagination up front, actions guidance, safety limit, and the efficiency rationale. Every sentence earns its place and is ordered from 'what it does' to 'when to use it'.

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 9-parameter tool with no output schema and no annotations, the description covers purpose, pagination behavior, safety limits, and a common use case. It does not explain the return format (mport, since there is no output schema) and one could argue it is light on failure/rate-limmit behavior, but the core selection-and-invocation decisions an agent needs are well supported.

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 all 9 parameters are already documented in the schema; the description adds only modest extra meaning. The 'complete card flow history' actions example adds contextual value beyond the flat list in the schema, and the safety-limit mention reinforces max_pages. This is a solid baseline-3 contribution rather than a meaningful layer of new semantic.

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 opening sentence 'Fetch ALL activity for a space with automatic pagination' states a specific verb, resource, and key behavioral trait (automatic pagination). The final sentence explicitly contrasts it with per-card requests, distinguishing it from siblings like kaiten_get_card_activity and kaiten_get_space_activity. An agent can confidently identify what this tool does and what it is not.

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 explicit guidance on when to use this tool: 'the EFFICIENT way to get location history for all cards in a space', and names the alternative ('hundreds of individual card requests'). It also prescribes a specific actions value for a common use case. However, it does not explicitly address when NOT to use it or how it differs from the similarly named kaiten_get_space_activity sibling, so it stops just short of full exclusion guidance.

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

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/ViktorOgnev/kaiten-mcp'

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