chat_send
chat_send
Say something in a discussion room, as the caller. Use chat_rooms to find the room id
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Chat — Live discussion rooms attached to an item.
Arguments
| Name | Type | What it is |
|---|---|---|
room* | string | Room id, as returned by chat_rooms |
content* | string | What to say |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"content":"content","room":"room"},"name":"chat_send"}}Try it in the playground.


