TRELLO_ADD_BOARDS

Creates a new Trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.

SERVERTrello SOURCEmcp-server-trello
Medium RISK CLASS
Category Write
Parameters 120 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/trello/trello-add-boards.md

What TRELLO_ADD_BOARDS does on Trello

AI agents use TRELLO_ADD_BOARDS to create or update resources in Trello, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Trello environment.

ParameterTypeRequiredDescription
desc string Description for the Trello board (0-16384 characters).
name string Name for the new Trello board (1-16384 characters). This field is required for board creation.
closed string Whether the board should be immediately archived (closed).
powerUps string Power-Ups to enable (e.g., 'calendar,voting', 'all'; valid: 'calendar', 'cardAging', 'recap', 'voting').
subscribed string Whether the creator is automatically subscribed to the board.
prefs_voting string Who can vote on cards ('disabled', 'members', 'observers', 'org', 'public'); corresponds to API parameter 'prefs_voting'.
idBoardSource string ID of an existing Trello board to use as a template.
prefs__voting string Who can vote on cards ('disabled', 'members', 'observers', 'org', 'public'); corresponds to API parameter 'prefs/voting'.
idOrganization string ID or name of the Trello Workspace (formerly Organization) for this board.
keepFromSource string Components to copy if 'idBoardSource' is used (e.g., 'cards,labels', 'all'; valid: 'cards', 'lists', 'checklists', 'stickers', 'members', 'customFields', 'prefs
prefs_comments string Who can comment on cards ('disabled', 'members', 'observers', 'org', 'public'); corresponds to API parameter 'prefs_comments'.
prefs_selfJoin string Whether Workspace members can join the board themselves; corresponds to API parameter 'prefs_selfJoin'.

Parameters from the server's own tool schema.

Why TRELLO_ADD_BOARDS is rated Medium

This tool creates new data (a Trello board) which is a Write operation. While the creation is reversible (unlike Destructive operations), it does modify the state of the Trello workspace by adding a new board. The severity is medium because creating a board is not immediately harmful but could clutter the workspace or be used to create spam/decoy boards if an agent acts maliciously.

From the tool's definition 'Creates a new Trello board' — the tool creates a new resource (a board) that is reversible (boards can be deleted or archived). The description explicitly states the primary action is board creation, a write operation.

Risk signalsHigh parameter count (31 properties)

Questions about TRELLO_ADD_BOARDS

What does the TRELLO_ADD_BOARDS tool do? +

Creates a new Trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board. It is categorised as a Write tool in the Trello MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does TRELLO_ADD_BOARDS accept? +

TRELLO_ADD_BOARDS accepts 12 parameters: desc, name, closed, powerUps, subscribed, prefs_voting, idBoardSource, prefs__voting, idOrganization, keepFromSource, prefs_comments, prefs_selfJoin. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on TRELLO_ADD_BOARDS? +

Register the Trello MCP server in PolicyLayer and add a rule for TRELLO_ADD_BOARDS: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Trello. Nothing to install.

What risk level is TRELLO_ADD_BOARDS? +

TRELLO_ADD_BOARDS is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit TRELLO_ADD_BOARDS? +

Yes. Add a rate_limit block to the TRELLO_ADD_BOARDS rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block TRELLO_ADD_BOARDS completely? +

Set action: deny in the PolicyLayer policy for TRELLO_ADD_BOARDS. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides TRELLO_ADD_BOARDS? +

TRELLO_ADD_BOARDS is provided by the Trello MCP server (mcp-server-trello). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Trello, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Trello's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.