list_organizations
Retrieve and filter a paginated list of organizations accessible to the current user, with options to search by name, email, or both, from the terraform-cloud-mcp server.
Instructions
List organizations with filtering options
Retrieves a paginated list of organizations the current user has access to, with options to search by name or email address.
API endpoint: GET /organizations
Args: page_number: Page number to fetch (default: 1) page_size: Number of results per page (default: 20) q: Search query to filter by name and email query_email: Search query to filter by email only query_name: Search query to filter by name only
Returns: List of organizations with metadata and pagination information
See: docs/tools/organization.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page_number | No | ||
page_size | No | ||
q | No | ||
query_email | No | ||
query_name | No |