list_organizations
Fetches all organizations under a specified environment by providing the environment ID, handling pagination with page tokens for structured responses.
Instructions
List all organizations under the specified environment. Requires environmentId parameter (format: env_). The tool requires 1 parameter: pageToken (received from response). Show the response in tabular structured manner. After fetching each page, client should ask if it should pull next page or not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageToken | No | ||
| environmentId | Yes |