create_column

Create a new stage in a board. Uses active board if not specified.

Server Framedeck lukaris/framedeck-mcp
Category Write
Risk class Medium
Parameters 00 required

What create_column does on Framedeck

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

Why create_column needs a policy

This tool performs a reversible write operation that adds data to the system. Creating a new column/stage is a standard content management action with no destructive consequences, no code execution, and no financial impact. The sibling tools (create_card, create_board, create_label) are all Write-category operations of similar scope. The action can be easily undone by deleting the column if needed.

From the tool's definition Tool description states 'Create a new stage in a board' — a create operation that adds a new structural element (column/stage) to a Kanban board.

Questions about create_column

What does the create_column tool do? +

Create a new stage in a board. Uses active board if not specified. It is categorised as a Write tool in the Framedeck MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

How do I enforce a policy on create_column? +

Register the Framedeck MCP server in PolicyLayer and add a rule for create_column: 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 Framedeck. Nothing to install.

What risk level is create_column? +

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

Can I rate-limit create_column? +

Yes. Add a rate_limit block to the create_column 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 create_column completely? +

Set action: deny in the PolicyLayer policy for create_column. 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 create_column? +

create_column is provided by the Framedeck MCP server (lukaris/framedeck-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

create_column is one line of Framedeck's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

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.