Create an item and update its column values via the monday.com GraphQL API

domain: developer.monday.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Use the create_item mutation to add a new item to a board.
  2. Use change_column_value or change_simple_column_value to set a single column's value by item_id, board_id, and column_id.
  3. To set several columns at once, use change_multiple_column_values with a column_values argument as a JSON string keyed by column ID, e.g. {"text0":"New text","status2":"Done"}.
  4. For status columns, values can be supplied either as {"label": "Done"} or as {"index": <numeric id>}.
  5. To clear a column, send an empty string for text/number columns or "{}" for JSON-based columns; file columns require {"clear_all": true}.

Known gotchas

Related routes

Create items and update column values in monday.com
monday.com · 4 steps · unrated
Create and manage monday.com webhook subscriptions via the GraphQL API
developer.monday.com · 5 steps · unrated
Create and read monday.com mirror columns via the API
developer.monday.com · 4 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans