For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Monday.com

Connect your AI agents to Monday.com.
Was this page helpful?
Previous

Miro

Next

n8n

Authentication: OAuth or API token. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.

Sample use cases

  • Show me every item assigned to me across boards with status Stuck.
  • Update the priority on items in the Q2 Roadmap board that have a due date this week.
  • Pull the status breakdown for the Marketing Campaigns board.

Available Tools

list_boards

List boards with filtering by kind, state, workspace, and pagination support

get_board

Get detailed board information by ID including columns, groups, and permissions

create_board

Create a new board with specified name, kind, workspace, and optional template

update_board

Update board properties like name, description, or communication settings

archive_board

Archive board to hide from active view while preserving all data

delete_board

Permanently delete board and all its data (irreversible operation)

duplicate_board

Duplicate board with structure, items, or full data including updates

list_items

List items with filtering by IDs, pagination, and newest first sorting

get_item

Get detailed item information by ID including column values and metadata

create_item

Create a new item in a board with name and optional column values

update_item_column_values

Update multiple column values for an item in a single operation

change_column_value

Change a single column value for an item

archive_item

Archive item to hide from active view while preserving all data

delete_item

Permanently delete item and all its data (irreversible operation)

move_item_to_group

Move item to a different group within the same board

duplicate_item

Duplicate item with same column values and optionally include updates

create_subitem

Create a subitem under an existing item for hierarchical task organization

clear_item_updates

Clear all updates and comments from an item (irreversible operation)

list_updates

List updates with pagination support

create_update

Create a new update (comment/post) on an item

edit_update

Edit an existing update to modify its text content

delete_update

Permanently delete an update and all its replies (irreversible operation)

like_update

Like an update to show appreciation or agreement

list_users

List users with filtering by kind, status, and pagination support

get_user

Get detailed user information by user ID including profile and status

get_current_user

Get information about the currently authenticated user

add_users_to_board

Add users to a board as owners or subscribers

remove_users_from_board

Remove users from a board, revoking their access

list_workspaces

List workspaces with filtering by kind, state, and other options

create_workspace

Create a new workspace with specified name, kind (open/closed), and optional description

list_teams

List all teams in the account with member details

create_team

Create a new team with specified name and optional initial members

list_tags

List all tags in the account with details like name and color

create_or_get_tag

Create a new tag or get existing tag by name

list_folders

List all folders in workspaces with hierarchical organization details

create_folder

Create a new folder in a workspace to organize boards hierarchically