list_murals_in_room
Retrieve murals in a specific room using its ID. Paginate results with limit and next token to manage large collections.
Instructions
List murals in a room.
Args:
room_id: The room ID (integer).
limit: Max results to return.
next_token: Pagination token from a previous response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| room_id | Yes | ||
| next_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |