Skip to main content
Glama

kaiten_get_space_activity

Retrieve a Kaiten space's activity feed with filters for actions, author, and date. Use bulk action types to get complete card location history efficiently via pagination.

Instructions

Get activity feed for a Kaiten space. EFFICIENT BULK ALTERNATIVE: Use actions='card_add,card_move,card_archive,card_join_board,card_revive' to get all location history for ALL cards in a space. Paginate with offset to get complete history — much more efficient than calling kaiten_get_card_location_history for each card individually.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 50, max 100)
fieldsNoComma-separated field names to keep. Strips everything else.
offsetNoPagination offset
actionsNoComma-separated action types to filter (card_add, card_move, card_archive, card_join_board, card_revive, card_delete, comment_add, checklist_add, member_add, etc.)
compactNoStrip heavy fields (avatars, user details). Default true for bulk.
space_idYesSpace ID
author_idNoFilter by author user ID
created_afterNoFilter activities after this datetime (ISO 8601)
created_beforeNoFilter activities before this datetime (ISO 8601)
Install Server

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses non-obvious behavior: combining five specific actions yields complete card location history, and offset pagination is required for a full result set. It also notes the efficiency advantage, though it does not cover auth, rate limits, or response shape.

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, no filler, and the core purpose comes first. The bulk-alternative guidance is dense but every element earns its place: the action list, the pagination tip, and the efficiency comparison all help an agent decide and invoke correctly.

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 feed tool with no output schema or annotations, the description provides the main decision-relevant context: what the feed does, how to get complete history, and when it is the efficient choice. Exact response fields and auth requirements are not covered, but the schema already documents all parameters thoroughly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds real value by recommending a specific `actions` value, connecting `offset` to the complete-history pagination strategy, and explaining why this tool is more efficient than the per-card sibling. This goes beyond simply restating field definitions.

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 opens with a specific verb and resource: 'Get activity feed for a Kaiten space.' It then adds a concrete bulk-use pattern and explicitly contrasts the tool with kaiten_get_card_location_history, making it easy for an agent to distinguish this tool from a key sibling.

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 uppercase 'EFFICIENT BULK ALTERNATIVE' tells the agent exactly when to choose this tool: to retrieve location history for all cards in a space without per-card calls. It also prescribes the actions filter and offset pagination, giving actionable selection and invocation 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