Skip to content
Elaichi Elaichi

Ticketing

Monday.com

Connect Monday.com once and hand every teammate a governed MCP endpoint with 23 tools ready to call from Claude, ChatGPT, Cursor, or any MCP client, inside the same permissions they already have, with every call checked and logged.

Monday.com

Automations & dashboards

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards ship on the Black plan.

Automations

Put Monday.com work on a schedule.

A trigger starts a sequence of steps: call a Monday.com tool, transform the result, branch, wait, and ask a person when it matters.

Monday.com digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch userses

    Monday.com

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Monday.com

    Queued

Collections and dashboards

Report on Monday.com without asking.

Collections hold your own data, written by an automation and read by a dashboard that refreshes on a schedule.

Monday.com health

Refreshed 4 minutes ago · every 15 minutes · from the userses collection

Live

Userses

1,284 ↓ 12%

Users

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Userses created

Last 14 days

By workspace

Share of activity

Engineering 34%

Product 27%

Support 21%

Sales 18%

AI tools

Monday.com tools for your AI agents

23 tools are ready to call through Elaichi's MCP endpoint the moment you connect Monday.com, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

list_all_mondaycom_users

List monday.com users with full profile details. Returns: id, name, email, account, birthday, country_code, created_at, current_language, enabled, is_admin, is_guest, is_pending, is_view_only, is_verified, join_date, last_activity, location, mobile_phone, phone, photo_original, photo_small, photo_thumb, photo_tiny, photo_thumb_small, sign_up_product_kind, teams, time_zone_identifier, title, url,…

delete_a_mondaycom_user_by_id

Delete a monday.com user from a workspace. Returns: id. Required: id, workspace_id.

list_all_mondaycom_board_items

List items on a monday.com board using cursor-based pagination. Returns each item's id, name, state, created_at, updated_at, column_values, board, creator, subscribers, parent_item, email, and relative_link. Required: board_id.

get_single_mondaycom_board_item_by_id

Get a single monday.com board item by id. Returns the item object including id, name, state, created_at, updated_at, column_values, assets, board, group, subitems, subscribers, creator, and relative_link. Required: id.

create_a_mondaycom_board_item

Create a new item on a monday.com board, optionally within a specific group and with pre-filled column values. Returns the new item's id. Required: board_id, name. REQUIRES A WRITE SCOPE. monday.com rejects create_item with 403 "User unauthorized to perform action" (UserUnauthorizedException) unless the connection carries boards:write. Reads such as boards.list and board-items.list work with read-only scopes, so a working read does NOT imply this will succeed. SILENT FAILURE - IMPORTANT. On that rejection monday.com still answers HTTP 200, carrying the error in the GraphQL errors array with data.create_item = null. Because this method reads data.create_item, the caller receives HTTP 200 with a null body and NO error. Treat a null response as a failure, not as success: verify by calling board-items.list for the board and confirming the item count rose. A successful call returns an object containing id.

list_all_mondaycom_board_items_search

List and search monday.com board items filtered by column-level query rules. Returns each item's id, name, state, created_at, updated_at, column_values, board, and creator. Required: board_id.

list_all_mondaycom_boards

List monday.com boards. Returns: id, name, description, board_kind, type, updated_at.

get_single_mondaycom_board_by_id

Get a single monday.com board by id. Returns: id, name, description, board_kind, type, updated_at. Required: id.

list_all_mondaycom_workspaces

List monday.com workspaces with pagination. Returns: id, name, created_at. The default page size is 25 and page numbering starts at 1.

list_all_mondaycom_accounts

Get the authenticated user's monday.com account metadata. Returns: id, name, slug, tier, country_code, active_members_count, first_day_of_the_week, logo, sign_up_product_kind, show_timeline_weekends, plan, products.

get_single_mondaycom_doc_by_id

Get a single monday.com doc by its internal identifier. Returns the doc object including id, name, url, relative_url, doc_folder_id, doc_kind, object_id, workspace, settings, created_by, and created_at. Required: id.

list_all_mondaycom_docs

List monday.com Workdocs with their metadata. Returns: id, url, created_at. Default page size is 25.

list_all_mondaycom_docs_blocks

List content blocks for a monday.com document by doc id. Returns: id, doc_id, type, content, parent_block_id, position, created_by, created_at, updated_at. Required: doc_id.

get_single_mondaycom_update_by_id

Get a single monday.com update by id. Returns: id, created_at, updated_at. Required: id.

list_all_mondaycom_updates

List monday.com updates for a specific item by ticket_id. Returns: id, created_at, updated_at. Max 100 per page.

list_all_mondaycom_workspace_users

List users subscribed to a monday.com workspace. Returns: account, birthday, country_code, created_at, current_language, email, enabled, id, is_admin, is_guest, is_pending, is_view_only, is_verified, join_date, last_activity, location, mobile_phone, name, phone, photo_original, photo_small, photo_thumb, photo_thumb_small, photo_tiny, sign_up_product_kind, teams, time_zone_identifier, title, url,…

list_all_mondaycom_me

Get the currently authenticated monday.com user (the "me" object). Returns: id, name, created_at, is_guest, is_admin, is_verified, is_view_only, is_pending, account. No parameters required — the API token identifies the user.

list_all_mondaycom_columns

List columns on a monday.com board by board ID. Returns: id, title, archived, description, settings_str, type, width. Required: board_id.

list_all_mondaycom_assets

List assets (files) attached to a specific monday.com item. Returns: id, url, created_at. Required: item_id.

mondaycom_assets_download

Download a monday.com asset file by its URL. Returns the raw file content as binary data. Required: path, base.

create_a_mondaycom_asset

Upload a file to a file column on a specific monday.com item via multipart form data. Returns: id, url, created_at. Required: query, variables (item_id, column_id, file). Files up to 500 MB.

list_all_mondaycom_teams

List monday.com teams with their owners and member users. Returns: id, name, picture_url, owners, users.

get_single_mondaycom_team_by_id

Get a single monday.com team by id. Returns: id, name, picture_url, owners, users. Required: id.

How it works

From Monday.com account to governed MCP endpoint

Connect

Link a Monday.com account through Elaichi's hosted connect flow. Credentials are vaulted, so nobody, including the AI, ever sees them.

Compose

The connection becomes a toolbox instantly. Curate which Monday.com tools are exposed, rename them, or freeze arguments.

Authorize

Point Claude, ChatGPT, Cursor, or any MCP client at the one Elaichi endpoint and sign in with OAuth, governed by roles, restrictions, and audit logs.

Put your agents to work in the tools you already use

Start a 14-day Gold trial. Connect a product, curate a toolbox, and paste a governed MCP endpoint into Claude, ChatGPT, or Cursor in minutes.