Skip to main content
Glama

create_board

Create a new board in a project to organize tasks. Optionally assign it to a milestone for structured planning.

Instructions

Create a new board in a project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
projectIdYes
milestoneIdNoOptional milestone to attach the board to
Behavior1/5

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

No annotations are present, and the description does not disclose any behavioral traits such as side effects, required permissions, whether the board is immediately visible, or any constraints on board creation (e.g., maximum boards per project).

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 a single sentence that communicates the main purpose concisely. No unnecessary words or redundancy.

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

Completeness2/5

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

Given the lack of annotations and output schema, and the presence of many sibling board tools, the description is too minimal to be fully complete. It does not mention required permissions, return value, or how this creation interacts with other board operations.

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

Parameters1/5

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

The schema description coverage is low (33%), and the tool description adds no additional meaning to the parameters beyond what is in the schema. The optional milestoneId has a description in the schema, but the tool description does not clarify how milestoneId affects the board or any interdependencies between parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'create' and resource 'board' with the context 'in a project'. It distinguishes from other board-related tools like update_board, delete_board, etc., by the creation action. However, it is minimal and does not elaborate on what a board represents or any nuances.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as update_board or replace_board. There is no mention of prerequisites, team membership, or project status required for board creation.

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/jompereira/HacknPlan-MCP'

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