Skip to main content
Glama

Focalboard MCP Server

by gmjuhasz

create_card

Create new tasks in Focalboard boards by setting titles, properties, and column placement to organize work items effectively.

Instructions

Create a new card (task) in a board. You can set the title, properties, and column placement.

Input Schema

NameRequiredDescriptionDefault
boardIdYesThe ID of the board to create the card in
titleYesThe title/name of the card
propertiesNoProperty values for the card (e.g., {"Status": "To Do", "Priority": "High"}). Use property names, not IDs.

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "The ID of the board to create the card in", "type": "string" }, "properties": { "additionalProperties": { "type": "string" }, "description": "Property values for the card (e.g., {\"Status\": \"To Do\", \"Priority\": \"High\"}). Use property names, not IDs.", "type": "object" }, "title": { "description": "The title/name of the card", "type": "string" } }, "required": [ "boardId", "title" ], "type": "object" }

Other Tools from Focalboard MCP Server

Related Tools

    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/gmjuhasz/focalboard-mcp-server'

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