Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MONDAY_API_TOKENYesYour monday.com personal API token

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_boardsA

List boards visible to the configured user, optionally limited to a workspace.

get_board_detailsA

Get a board with its groups and columns. Use before creating items or updating columns.

list_board_itemsB

List items from a board with cursor pagination. Call get_board_details first.

get_itemA

Get an item, including its board, group, column values, and basic metadata.

create_itemC

Create an item in a monday.com board, optionally in a group and with initial column values.

update_item_nameC

Rename an existing monday.com item.

update_item_column_valuesB

Update one or more column values on a monday.com item. Get board details first.

move_item_to_groupC

Move an item to another group on the same monday.com board.

list_item_updatesC

List updates and replies on a monday.com item.

create_updateB

Post an update or reply on a monday.com item. The body supports monday.com HTML formatting.

get_current_userA

Get the monday.com user represented by the configured API token.

list_users_and_teamsA

Search monday.com users and teams whose names match the supplied text.

list_workspacesC

List workspaces visible to the configured monday.com user.

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/lbldssr/monday-mcp'

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