Get app members
get_app_membersResolve an app's LIVE member set — the concrete resources its selector currently matches. The app stores only rules (prefix rules + includes/excludes); this fans out to each member kind's list and returns the resolved union(prefixes) + includes − excludes as {kind, slug, display_name}. Members are always current (a lens, not a pinned list). Resolves the published version by default; pass version to preview a draft's members before publishing. A kind with too many members to list (a blog's datafiles run to thousands) is NOT enumerated: it is omitted from members entirely and reported under summarized_kinds as a count plus a per-folder rollup, and members_complete is then false — so count can exceed members length. To see the items of a summarized kind, call that kind's own list tool with one of the reported slug_prefix values (e.g. list_datafiles); this tool never pages a whole collection. Use this to see or verify what an app contains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | the app slug (provide this or app_id) | |
| app_id | No | the app id (provide this or slug) | |
| version | No | resolve this specific version's selector; omit (0) for the current one (published if the app is published, else the latest draft — so you can preview a draft's members before publishing) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| members | Yes | ||
| version | Yes | ||
| members_complete | Yes | ||
| summarized_kinds | No | ||
| unresolved_kinds | No |