list-teams
Retrieve teams visible to the current personal access token. Supports search and pagination; a team-bound token returns exactly one team.
Instructions
List teams visible to this PAT (GET /api/public/teams). A team-bound PAT returns exactly one team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query. | |
| page | No | Page number (default 1). | |
| itemsPerPage | No | Items per page (default 25, max 100). |