polaris_tribes
Manage Polaris tribes—the topology level grouping squads—by listing, creating, inspecting, archiving, and retrieving fitness overviews.
Instructions
Manage Polaris tribes, the topology level that groups squads.
Actions and required parameters:
list: optional limit (1-200) / cursor / all_pages
get: tribe_id
create: name (optional description)
archive: tribe_id (optional reason) — tribe stays queryable, status becomes ARCHIVED
overview: tribe_id — aggregated tribe fitness overview (Insights read model)
Tribe JSON: {id, kind: "tribe", status: ACTIVE|ARCHIVED, revision, data: {name, description?}, createdAt, updatedAt}. Lists return {items, nextCursor}; pass nextCursor back as cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| action | Yes | ||
| cursor | No | ||
| reason | No | ||
| tribe_id | No | ||
| all_pages | No | ||
| description | No |