-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Hello Monday MCP team !
Thanks for developing this fantastic MCP tool for Monday.com, works really well. However have noted an issue with the read-only mode.
If we set the read-only mode to true in config.json file ), most tools will be removed from Claude, only 5 tools are left available.
What I have observed from testing is, with read-only mode, Claude is unable to fetch any actual data columns -- except 4 fields, 'item id', 'item name', 'group id', and 'group name', since it's not able to retrieve any useful data from the monday board, the read-only mode is not really usable.
So the current behavior of the read-only mode (removing the tools) doesn't seem to be the right solution, it should not have removed the tools but it should just prevent any changes/update to be actually executed.
The rationale and strong interest of a true 'read-only' mode is to prevent AI from changing/updating the data proactively without confirming with the user. Sometimes AI assumes that user wants a change and proactively makes the change when the user was only asking for an advice.
Pic 1 -
After turning on read-only mode, only below 5 tools are available, and Claude is unable to fetch any actual data columns except 'item id' and 'item name'.

Pic 2 -
Claude says it can fetch item names and item IDs, but not any other data columns.

Pic 3 -
Claude can confirm the column names on the board but just not able to fetch any data from the columns.
