polaris_squads
Manage squads that own fitness targets and functions: list, get, create, or transfer them between tribes.
Instructions
Manage squads, the owning unit of fitness targets, sources, producers, and fitness functions.
Actions and required parameters:
list: tribe_id — squads currently in the tribe (optional limit/cursor/all_pages)
get: squad_id
create: tribe_id + name (optional mission) — squad is registered ACTIVE in the tribe
transfer: squad_id + destination_tribe_id (optional reason) — squad keeps ownership of everything it owns
Squad JSON: {id, parentId: tribeId, kind: "squad", status: ACTIVE, revision, data: {name, mission?}, createdAt, updatedAt}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| action | Yes | ||
| cursor | No | ||
| reason | No | ||
| mission | No | ||
| squad_id | No | ||
| tribe_id | No | ||
| all_pages | No | ||
| destination_tribe_id | No |