Skip to main content
Glama

Create board

create_board

Create a new board with optional custom columns, and receive the board's unique slug for later use.

Instructions

Create a new board. Optionally supply an array of column names (defaults to a standard set). Returns the created board with its generated slug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesBoard name
columnsNoKanban column names in order (e.g. ['Backlog', 'In Progress', 'Done'])
Behavior3/5

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

The description adds that it returns the created board with its generated slug, which is beyond the annotations. It also mentions the default column set. However, it does not discuss permissions, side effects, or error cases. With annotations indicating a non-read operation, this is adequate but minimal.

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, front-loaded with the primary purpose. No extraneous information.

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 create operation with two parameters and no output schema, the description covers the main behavior and return value. It is sufficient for an agent to invoke correctly.

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 descriptions cover both parameters fully, and the description adds that the columns array is optional and defaults to a standard set. This clarifies behavior beyond the schema's property descriptions.

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 states 'Create a new board' with a specific verb and resource, and notes the optional columns and return value. This clearly differentiates from sibling tools like update_board and delete_board.

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 implies the tool is for creating new boards, which is evident from the context. It doesn't explicitly mention alternatives or when not to use, but the sibling list shows distinct operations. Clear context but no exclusions.

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/gonnagetapower/kelvia-mcp'

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