cpu_get_syndicate
Fetches a syndicate's core details and paginated member list by ID, enabling verification of manager, fees, and membership before acting.
Instructions
Open one syndicate by id — its trusted card (manager, the four fee rates as percentages, member count, creation time) plus a page of its members. Members are returned in the registry order (joinedAt ascending, then address); page them with membersLimit/membersOffset. An unknown id is an error; a members page past the end is empty. Player-authored name/link are intentionally excluded; request them explicitly with cpu_get_syndicate_player_content. Public read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The syndicate id (from cpu_list_syndicates). | |
| membersLimit | No | Members page size. | |
| membersOffset | No | Members page offset. |