Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MONDAY_API_URLNoThe monday.com API base URLhttps://api.monday.com/v2
MONDAY_API_TOKENNoThe monday.com API token
MONDAY_READ_ONLYNoIf set to 1, only read tools are registered. A raw mutation is refused.
MONDAY_TIMEOUT_MSNoTimeout in milliseconds for API requests30000
MONDAY_API_VERSIONNoThe monday.com API version to use2026-07
MONDAY_MAX_RETRIESNoMaximum number of retries for transient failures3
MONDAY_ALLOWED_BOARDSNoComma-separated list of allowed board IDs. Every other board becomes invisible.
MONDAY_API_TOKEN_FILENoPath to a file containing the monday.com API token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
monday_get_meA

Returns the user behind the API token and the account it belongs to. Call this first to prove the connection works and to learn the account slug.

monday_list_usersA

Lists people in the account. Use it to turn a name into the numeric user id that a people column needs.

monday_list_workspacesA

Lists the workspaces in the account. Use a workspace id to narrow monday_list_boards.

monday_list_boardsA

Lists boards, newest use first. Use name to search by a part of the board name. The result carries board ids, which every other tool needs.

monday_get_boardA

Returns the groups and the columns of one board, with the labels each status and dropdown column accepts. Call this before you create or change an item, because a column value must match its column type.

monday_list_itemsA

Returns a page of items from one board, with each column value as readable text. Filter with filters, and follow cursor for the next page. Call monday_get_board first to learn the column ids and labels.

monday_get_itemsA

Returns every column of one or more items, with the column id, the readable text and the stored JSON. Use it before you change an item.

monday_create_itemA

Creates one item on a board. Give values keyed by column id or column title, with plain values such as "Done" for a status or "2026-08-14" for a date. This server converts them to the JSON that monday.com stores. Call monday_get_board first to see the columns.

monday_update_itemA

Changes the columns of one item, and the item name when name is given. Values use the same plain form as monday_create_item.

monday_move_itemA

Moves one item into another group on the same board.

monday_create_subitemA

Creates a subitem under a parent item. Column values apply in a second step, because a subitem lives on its own hidden board.

monday_delete_itemA

Archives an item by default, which a person can undo in the monday.com interface. Mode "delete" removes the item for good and needs confirm true.

monday_list_updatesA

Returns the updates, which monday.com calls the item conversation, newest first, with their replies.

monday_create_updateA

Adds an update to the item conversation. The body accepts simple HTML, such as and . Everyone who follows the item gets a notification.

monday_graphqlA

Sends a GraphQL query or mutation straight to the monday.com API. Use it only for something the other tools do not cover, such as boards, docs or webhooks. The other tools handle column value translation for you, so prefer them for item work.

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

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