Skip to main content
Glama

Focalboard MCP Server

by gmjuhasz

update_card

Modify card properties and move cards between columns in Focalboard using human-readable property names for task management updates.

Instructions

Update a card's properties, including moving it to different columns. Accepts human-readable property and column names.

Input Schema

NameRequiredDescriptionDefault
cardIdYesThe ID of the card to update
boardIdYesThe ID of the board the card belongs to
titleNoNew title for the card (optional)
propertiesNoProperty values to update (e.g., {"Status": "In Progress", "Priority": "High"}). Use property names, not IDs.

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "The ID of the board the card belongs to", "type": "string" }, "cardId": { "description": "The ID of the card to update", "type": "string" }, "properties": { "additionalProperties": { "type": "string" }, "description": "Property values to update (e.g., {\"Status\": \"In Progress\", \"Priority\": \"High\"}). Use property names, not IDs.", "type": "object" }, "title": { "description": "New title for the card (optional)", "type": "string" } }, "required": [ "cardId", "boardId" ], "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