Skip to main content
Glama
nedgar8

Kaiten MCP Server

by nedgar8

list_boards

Get Kaiten boards across all accessible spaces, or specify a space ID to view only boards within that space.

Instructions

List Kaiten boards, optionally scoped to a single space.

Args: space_id: If given, only return boards in this space; otherwise return boards across all spaces you have access to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
space_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must disclose behavior. It does disclose the space-scoping behavior and that it returns across accessible spaces. But it doesn't mention return format, sorting, or whether it includes archived boards. For a simple list tool, this is acceptable but not exhaustive.

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 short sentences plus an Args note. No redundancy, front-loaded purpose.

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 simple list operation with one optional parameter and an existing output schema, the description is sufficient for understanding purpose and usage. It could mention permissions, but 'boards you have access to' covers that.

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

Parameters5/5

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

The description explicitly explains the only parameter, space_id, including its effect (filtering to a space) and default behavior. Since the schema provides no descriptions, this is essential and well-handled.

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 uses a specific verb ('List') and resource ('Kaiten boards') and clarifies optional scoping by space, which distinguishes it from sibling tools like list_columns and list_tasks.

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?

It clearly explains the optional space_id behavior and states the default scope (all accessible boards). However, it doesn't explicitly mention when to choose this tool over list_columns/list_tasks, though these are different resources. Some guidance on exclusions might be missing.

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

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