Describe the bug
Monday Dev boards are not returned by the standard boards(ids: [...]) GraphQL query, nor by get_board_info, nor by get_monday_dev_sprints_boards. The API returns an empty array or "not found" even for boards the authenticated user owns and can see in the UI.
Steps to reproduce
Authenticate via OAuth as a user with access to a Monday Dev board
Query { boards(ids: [BOARD_ID]) { id name } } where BOARD_ID is a Monday Dev board
Result: empty array
Expected behavior
Monday Dev boards should be accessible via the MCP, or a dedicated tool should exist to query Monday Dev boards directly (separate from the sprint-specific tools).
Context
Our account has fully migrated from monday.com Work Management to Monday Dev. The sprint tools (Get Sprints Metadata, etc.) are present but of limited use without being able to access the underlying boards.
Describe the bug
Monday Dev boards are not returned by the standard boards(ids: [...]) GraphQL query, nor by get_board_info, nor by get_monday_dev_sprints_boards. The API returns an empty array or "not found" even for boards the authenticated user owns and can see in the UI.
Steps to reproduce
Authenticate via OAuth as a user with access to a Monday Dev board
Query { boards(ids: [BOARD_ID]) { id name } } where BOARD_ID is a Monday Dev board
Result: empty array
Expected behavior
Monday Dev boards should be accessible via the MCP, or a dedicated tool should exist to query Monday Dev boards directly (separate from the sprint-specific tools).
Context
Our account has fully migrated from monday.com Work Management to Monday Dev. The sprint tools (Get Sprints Metadata, etc.) are present but of limited use without being able to access the underlying boards.