Create Chatwork RoomTool to create a new group chat room in Chatwork.
Create Room Invitation LinkTool to create an invitation link for a Chatwork room.
Create Task in Chatwork RoomTool to create a new task in a Chatwork room.
Delete MessageThis tool allows you to delete a specific message from a Chatwork room by calling the DELETE endpoint at https://api.
Delete or Leave Chatwork RoomTool to leave or delete a Chatwork room.
Delete Room LinkDelete the invitation link for a Chatwork room.
Get Chatwork ContactsThis tool retrieves a list of all contacts from Chatwork.
Get Chatwork File InformationTool to get information about a specific file in a chat room.
Get Incoming Contact RequestsTool to retrieve pending contact approval requests received by the authenticated user.
Get My Chatwork ProfileTool to retrieve the authenticated user's profile information including account details, organization, contact information, and avatar URL.
Get MessageTool to retrieve information about a specific message in a Chatwork room.
Get My Chatwork StatusThis tool retrieves the current status of the authenticated user, including unread message counts and task status.
Get My Chatwork TasksTool to retrieve the authenticated user's task list from Chatwork (up to 100 items).
Get Chatwork RoomRetrieves detailed information about a specific Chatwork room using the API endpoint GET /rooms/{room_id}.
Get Room FilesTool to get list of files in a chat room (up to 100 files).
Get Room Invitation LinkRetrieves the invitation link for a specified Chatwork room using the API endpoint GET /rooms/{room_id}/link.
Get Room MembersRetrieves a complete list of all members in a specified Chatwork room using the API endpoint GET /rooms/{room_id}/members.
Get Room Messages V2Tool to retrieve messages from a Chatwork room (up to 100 messages).
Get Chatwork RoomsTool to retrieve a list of all chat rooms the authenticated user belongs to.
Get Room TasksRetrieves a list of tasks from a Chatwork room.
Get TaskRetrieves detailed information about a specific task in a Chatwork room using the API endpoint GET /rooms/{room_id}/tasks/{task_id}.
Mark Messages as ReadTool to mark messages as read in a Chatwork room.
Mark Messages as UnreadTool to mark messages as unread in a Chatwork room.
Post MessageTool to post a new message to a Chatwork room.
Update MessageTool to update an existing message in a Chatwork room.
Update Chatwork RoomTool to update chat room information (name, icon, description).
Update Room Invitation LinkTool to update the invitation link settings for a Chatwork room.
Update Room MembersUpdates the complete member list of a Chatwork room with bulk assignment of member roles (admin, member, readonly).
Update Task StatusTool to update the completion status of a task in a Chatwork room.
Upload File to Chatwork RoomThis tool allows users to upload files to a specific Chatwork room.