cpu_list_syndicates
Find player clans granting trade/transport fee discounts in the syndicate registry. Filter by name or member count, sort, and page through results to compare fee rates and manager details.
Instructions
Browse the syndicate registry — the player clans that grant trade/transport fee discounts to members and levy a tax routed to the clan. Filter by name or member-count band, sort (members_desc | recent | name), and page with limit/offset. Each card carries trusted facts only: the four fee rates as percentages, the member count, manager address, and creation time. Player-authored name/link are intentionally excluded. Request them explicitly with cpu_get_syndicate_player_content. Public read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name (substring match). | |
| sort | No | members_desc (largest first) | recent (newest first) | name (A→Z). | |
| limit | No | Page size. | |
| offset | No | Page offset. | |
| maxMembers | No | Only syndicates with at most this many members. | |
| minMembers | No | Only syndicates with at least this many members. |