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.
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.
| Parameter | Type | Required | Description |
|---|---|---|---|
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)
Attacks that exploit this kind of access
The rule that runs TRELLO_ADD_BOARDS safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Trello, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For TRELLO_ADD_BOARDS, this is the rule to start with:
TRELLO_ADD_BOARDS stays usable, but capped: an agent stuck in a loop can't make hundreds of changes a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Trello, apply this rule, and every TRELLO_ADD_BOARDS call is checked against it from then on.
Questions about 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. 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.
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.
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.
TRELLO_ADD_BOARDS is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
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.
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.
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.
This server
Across the catalogue