Skip to main content
Glama

terraform-cloud-mcp

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

NameRequiredDescriptionDefault
page_numberNo
page_sizeNo
qNo
query_emailNo
query_nameNo

Input Schema (JSON Schema)

{ "properties": { "page_number": { "default": 1, "title": "Page Number", "type": "integer" }, "page_size": { "default": 20, "title": "Page Size", "type": "integer" }, "q": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Q" }, "query_email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query Email" }, "query_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Query Name" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/severity1/terraform-cloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server