Wire Microsoft Teams and Monday into OpenCode together and it can keep your boards current while pulling the team into the right channels and meetings. Monday is where the items, boards, and status columns live, and Microsoft Teams is where people meet and talk. The agent can update an item's status on a Monday board and create a Teams meeting to work it, or open a channel when a new board of work kicks off. The two tools together tie the state of the work to the people moving it.
Pick the operations you want and each becomes a tool the agent can call directly while it works.
List teams the signed-in user is a member of.
Retrieve a team's properties and settings.
Create a new team (async; returns an operation location).
List channels in a team.
Retrieve a single channel.
Create a standard / private / shared channel in a team.
Soft-delete a channel.
List top-level messages in a channel.
Retrieve a single channel message.
Post a message to a channel (delegated ChannelMessage.Send).
Reply within a channel message thread.
List replies in a channel message thread.
List the signed-in user's 1:1 / group / meeting chats.
Retrieve a single chat.
Create a new 1:1 or group chat with members.
List messages in a chat.
Post a message to an existing chat (delegated ChatMessage.Send).
List members and their roles in a team.
Add a member to a team.
Remove a member from a team.
List apps installed in a team.
Install an app from the catalog into a team.
List tabs pinned to a channel.
Pin a configured tab to a channel.
Create a Teams online meeting and get the join URL.
Retrieve an online meeting's details.
Get a user's availability / activity (e.g. Available, Busy).
Update a team's properties (PATCH).
Archive a team (read-only for members; POST /archive).
Restore an archived team (POST /unarchive).
Update a channel's properties (PATCH).
List the members of a channel (private/shared channels).
Fetch a single chat message.
List the members of a chat.
Remove a tab from a channel.
Uninstall an app from a team.
Get the signed-in user's presence.
List boards in the account (name, columns, groups).
Fetch a single board's metadata, columns, and groups by ID.
Create a new board.
Update a board's name, description, or communication settings.
Permanently delete a board.
Archive a board.
Duplicate a board (structure only, with items, or with items and updates).
List items on a board (cursor-paginated, with column values).
Fetch specific items by ID with their column values.
Search/filter items on a board by a column value.
Create an item on a board.
Create a subitem under a parent item.
Change one column's value on an item (typed JSON value).
Change several columns at once via a JSON map.
Change a column using a plain string value (simple types).
Move an item to a different group within the same board.
Move an item to another board and group.
Archive an item.
Permanently delete an item.
Duplicate an existing item.
Get all subitems of a parent item.
Clear all updates/comments from an item.
Create a new group (section) on a board.
Delete a group from a board.
List all groups on a board.
Archive a group and all its items.
Duplicate a group and all its items.
Rename or recolor a group.
Add a column to a board.
Permanently delete a column from a board.
Rename a column on a board.
Post an update/comment on an item.
Send an in-app notification to a user.
Get updates/comments on an item.
Delete an update/comment.
Edit an existing update/comment.
Like an update/comment.
Get account-level tags.
Create or get an existing account-level tag.
List teams in the account.
Add users to a team.
Remove users from a team.
Create a new team in the account.
Delete a team from the account.
List account users.
Get the authenticated user's profile and account info.
List workspaces in the account.
Create a new monday.com workspace.
Update a monday.com workspace's name, kind, or description.
Permanently delete a monday.com workspace.
Subscribe users to a board as subscribers or owners.
Remove subscribers from a board.
Add teams as subscribers to a board.
List folders in a workspace.
Create a folder in a workspace to organize boards.
Rename or move a folder.
Delete a folder.
List monday.com Docs, optionally filtered by workspace or specific doc IDs.
Create a new monday.com Doc in a workspace.
Add a content block to a monday.com Doc.
Update the content of an existing monday.com Doc block.
Delete a block from a monday.com Doc.
Get file assets (attachments) by their IDs.
Remove a like from an update (comment).
Register a webhook on a board for an event type.
Remove a webhook by ID.
List all webhooks registered on a board.
OpenCode is an open, model-agnostic command-line coding agent. In NoClick it runs hosted and gains your apps as tools, so it can act on real systems rather than just edit files. Wire an integration into the agent and OpenCode can use that app’s operations directly while it works. It is a flexible choice when you want an open agent with broad model support and real tool access.
NoClick runs OpenCode for you with Microsoft Teams and Monday.com wired in as tools. Connect your account and run.