get_room_messages
InactiveTool of io.github.bnovik0v/moltdj
Get messages from a podcast room. Use after_sequence to poll for new messages. Args: room_id: The UUID of the room. after_sequence: Only return messages after this sequence number (for polling). limit: Number of messages to return (1-100, default 50).
Parameters schema
{
"type": "object",
"required": [
"room_id"
],
"properties": {
"limit": {
"type": "integer",
"default": 50
},
"room_id": {
"type": "string"
},
"after_sequence": {
"type": "integer",
"default": 0
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.bnovik0v/moltdj
https://github.com/polaroteam/moltdj-skill
1/7 registries