Alle integrationer

Monday.com

Boards, items, kolonneopdateringer og kommentarer på Monday.com-workspaces.

OAuth 8 værktøjer

Overblik

Forbind Monday.com for at give AI-klienter adgang til dine boards, items, kolonneværdier og item updates (kommentarer).

Forudsætninger

  • En Monday.com-konto med boards AI skal have adgang til
  • En stackgate.ai-konto

Credentials

  1. Log ind på stackgate.ai.
  2. Gå til Mine integrationer og åbn Monday.com.
  3. Klik Aktivér, og derefter Forbind Monday.com.
  4. Godkend OAuth-prompten på Monday.com — stackgate.ai gemmer dit access token sikkert.

Ingen manuelle API-nøgler kræves til standard forbindelsesflow.

Brug med AI-klienter

  • Dedikeret endpoint: POST /mcp/monday med Sanctum bearer token
  • Private gateway: én config til alle integrationer — brug monday__*-navngivne værktøjer

Se Dokumentation for HTTP-autentificering og opsætning af private gateway.

Fejlfinding

  • 422 integration not configured — gennemfør OAuth-forbindelsesflowet i Mine integrationer.
  • Auth errors after connecting — afbryd og genforbind Monday.com fra integrationssiden (tokens ugyldiggøres når OAuth-appen afinstalleres).
  • Rate limit errors — Monday.com håndhæver daglige og per-minut API-grænser baseret på din kontoplan. Reducer forespørgselsvolumen eller opgrader din Monday.com-plan.

Tilgængelige værktøjer

  • get_me

    Return the connected Monday.com user and account metadata.

  • list_boards

    List Monday.com boards accessible to the connected account.

  • get_board

    Get a Monday.com board with columns and groups. Call this before creating or updating items on an unfamiliar board.

  • list_board_items

    List items on a Monday.com board. Use cursor from the response to paginate through large boards.

  • get_item

    Get one or more Monday.com items by ID with column values. Maximum 100 item IDs per call.

  • create_item

    Create a new item on a Monday.com board. Use get_board first to find column IDs and group IDs. column_values must be a JSON string keyed by column ID.

  • update_item_column_values

    Update column values on an existing Monday.com item. column_values must be a JSON string keyed by column ID with type-specific values.

  • create_item_update

    Post a comment (update) on a Monday.com item. Body supports HTML formatting; do not use @ mentions in the body text.

MCP-endpoint: https://stackgate.ai/mcp/monday (HTTP) eller via private gateway.