Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FOCALBOARD_HOSTYesThe URL of your Focalboard instance (e.g., https://focalboard.example.com)
FOCALBOARD_PASSWORDYesYour Focalboard password
FOCALBOARD_USERNAMEYesYour Focalboard username or email

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_boardsB

List all boards for a team. Returns an array of boards with their IDs, titles, and properties.

get_boardC

Get detailed information about a specific board, including all its columns and property definitions.

search_boardsC

Search for boards by name or keyword within a team.

create_cardC

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

get_cardsA

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

get_cardC

Get detailed information about a specific card by its ID.

update_cardC

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

delete_cardB

Delete a card (task) from a board permanently.

add_card_descriptionB

Add or set description/content to a card. Creates a new text block with markdown content.

get_card_contentC

Get all content blocks (descriptions) for a card.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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