Skip to main content
Glama

Focalboard MCP Server

by gmjuhasz

get_cards

Retrieve all tasks from a Focalboard with pagination support to manage and organize your project workflow efficiently.

Instructions

List all cards (tasks) in a board with pagination support.

Input Schema

NameRequiredDescriptionDefault
boardIdYesThe ID of the board to list cards from
pageNoPage number for pagination (default: 0)
perPageNoNumber of cards per page (default: 100)

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "The ID of the board to list cards from", "type": "string" }, "page": { "default": 0, "description": "Page number for pagination (default: 0)", "type": "number" }, "perPage": { "default": 100, "description": "Number of cards per page (default: 100)", "type": "number" } }, "required": [ "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