Skip to main content
Glama

Focalboard MCP Server

by gmjuhasz

delete_card

Remove a task from a Focalboard workspace permanently by specifying the card ID and board ID to clean up completed or unnecessary items.

Instructions

Delete a card (task) from a board permanently.

Input Schema

NameRequiredDescriptionDefault
cardIdYesThe ID of the card to delete
boardIdYesThe ID of the board the card belongs to

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 delete", "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