Communication30 toolsPaste one API key
Chatwork integration for AI agents
Chatwork is a team communication platform featuring group chats, file sharing, and task management, aiming to enhance collaboration and productivity for businesses.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Chatwork once and call the same tools from all of them.
Setup
Connect Chatwork through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Chatwork exposes 30 tools through ClawLink. The 27 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
chatwork_get_chatwork_contacts | Retrieves a list of all contacts from Chatwork | Read |
chatwork_get_file2 | Get information about a specific file in a chat room | Read |
chatwork_get_incoming_requests | Retrieve pending contact approval requests received by the authenticated user | Read |
chatwork_get_me | Retrieve the authenticated user's profile information including account details, organization | Read |
chatwork_get_message | Retrieve information about a specific message in a Chatwork room | Read |
chatwork_get_my_status | Retrieves the current status of the authenticated user, including unread message counts and | Read |
chatwork_get_my_tasks | Retrieve the authenticated user's task list from Chatwork (up to 100 items) | Read |
chatwork_get_room | Retrieves detailed information about a specific Chatwork room using the API endpoint GET | Read |
chatwork_get_room_files | Get list of files in a chat room (up to 100 files) | Read |
chatwork_get_room_link | Retrieves the invitation link for a specified Chatwork room using the API endpoint GET | Read |
chatwork_get_room_members | Retrieves a complete list of all members in a specified Chatwork room using the API endpoint | Read |
chatwork_get_room_messages2 | Retrieve messages from a Chatwork room (up to 100 messages) | Read |
chatwork_get_room_tasks | Retrieves a list of tasks from a Chatwork room | Read |
chatwork_get_rooms2 | Retrieve a list of all chat rooms the authenticated user belongs to | Read |
chatwork_get_task | Retrieves detailed information about a specific task in a Chatwork room using the API endpoint | Read |
chatwork_create_room | Create a new group chat room in Chatwork | Write |
chatwork_create_room_link | Create an invitation link for a Chatwork room | Write |
chatwork_create_task | Create a new task in a Chatwork room | Write |
chatwork_mark_messages_read | Mark messages as read in a Chatwork room | Write |
chatwork_mark_messages_unread | Mark messages as unread in a Chatwork room | Write |
chatwork_post_message | Post a new message to a Chatwork room | Write |
chatwork_update_message | Update an existing message in a Chatwork room | Write |
chatwork_update_room | Update chat room information (name, icon, description) | Write |
chatwork_update_room_link | Update the invitation link settings for a Chatwork room | Write |
chatwork_update_room_members | Updates the complete member list of a Chatwork room with bulk assignment of member roles | Write |
chatwork_update_task_status | Update the completion status of a task in a Chatwork room | Write |
chatwork_upload_file | Allows users to upload files to a specific Chatwork room | Write |