Skip to main content
Glama

trello_list_boards

List Trello boards for your current project context or all open boards, in JSON or Markdown.

Instructions

List boards for the current context. With project config, returns only boards selected for this project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNo
allBoardsNoList every open board on your account
Behavior2/5

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

No annotations are provided, so the description must disclose all behavioral traits. It mentions context-dependent filtering but does not clarify the default behavior (e.g., what happens without project config), whether the operation is read-only, or any potential side effects. This is insufficient.

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 two sentences long, front-loads the verb, and contains no extraneous information. Every word serves a purpose.

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

Completeness3/5

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

Given the tool's low complexity (2 parameters, no output schema), the description covers the basic purpose and filtering behavior. However, it lacks information about the return format (e.g., what fields are included) and does not mention error conditions or prerequisites, leaving some gaps.

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

Parameters3/5

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

Schema description coverage is 50% (allBoards has description). The tool description adds context about default filtering, but it does not enhance understanding of the 'format' parameter or explicitly tie the parameters to the described behavior. As a result, it provides only marginal added value beyond the schema.

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 tool lists boards, with a specific nuance about project config filtering, distinguishing it from sibling tools like trello_get_board (single board) and trello_search. However, 'current context' is somewhat vague.

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

Usage Guidelines3/5

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

The description implies the tool is for listing boards in the current context or project-specific boards, but it does not explicitly state when to use this versus alternatives like trello_list_lists or trello_search, nor does it provide exclusion criteria.

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/asim-altayb/trello-mcp'

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