rhino_list_objects
List Rhino document objects filtered by layer or type, with pagination support for offset and limit.
Instructions
List objects in the document with optional layer/type filter.
Returns up to ``limit`` objects starting at ``offset`` (after filters).
The response carries a ``pagination`` block — ``{total, offset, limit,
returned, has_more}`` — so the caller can iterate without guessing.
Async so concurrent ``rhino_*`` queries don't block FastMCP's event
loop while the bridge round-trip is in flight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||