Skip to main content
Glama
multidimensionalcats

kanban-mcp

get_item_timeline

Retrieve a unified activity timeline for a kanban item, including status changes, decisions, updates, and git commits, sorted by timestamp descending.

Instructions

Get activity timeline for a specific item.

Returns unified timeline of status changes, decisions, updates, and git commits.

Args: item_id: The item to get timeline for limit: Maximum entries to return (default: 100)

Returns: Dict with success, entries list (sorted by timestamp desc), entry_count

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNolimit parameter
item_idYesitem_id parameter
Behavior4/5

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

With no annotations, the description takes full responsibility for behavioral disclosure. It specifies the return structure (Dict with success, entries list, entry_count), the ordering (timestamp desc), and the default limit. Although it doesn't explicitly state read-only semantics, 'Get' and the return description make it clear this is a non-mutating operation.

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 compact and functional: a one-sentence purpose, a one-sentence composition overview, then clearly formatted Args and Returns sections. No filler or repetition; every line earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a low-complexity read tool with two parameters and no output schema, the description fully covers the input semantics, default behavior, output shape, and ordering. It's sufficiently complete for an agent to invoke and interpret results without further context.

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?

The schema covers 100% of parameters, but the description adds value by clarifying limit's default (100) and restating item_id's role. The addition of default behavior goes beyond the schema's simple 'limit parameter' description, justifying above 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 opens with 'Get activity timeline for a specific item,' which clearly identifies the verb, resource, and scope. It further distinguishes itself by listing the unified content (status changes, decisions, updates, git commits), contrasting with sibling tools that focus on single aspects like get_status_history or get_project_timeline.

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 establishes clear context: this is for a specific item's combined timeline, implying it's the go-to for an aggregate view. However, it doesn't explicitly state when not to use it or name alternatives, so it falls 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/multidimensionalcats/kanban-mcp'

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