Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CHATWORK_API_TOKEN | Yes | Your Chatwork API token |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_rooms | Retrieves a list of Chatwork rooms the user belongs to. |
| list_messages | Retrieves the list of messages for a specified room. |
| send_message | Allows the agent to send messages to a room. |
| get_room_members | Get the list of members in a room. |
| create_task | Assign a task to a user in a Chatwork room. |
| get_my_tasks | List tasks assigned to the current bot account. |
| delete_message | Delete a message from a room. |
| complete_task | Mark a task as done. |
| leave_room | Leave a room. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |