list-modules
Retrieve all modules within a specified organization using the Terrakube MCP Server for efficient infrastructure management and organization operations.
Instructions
Lists all modules in the specified organization
Input Schema
Name | Required | Description | Default |
---|---|---|---|
organizationId | Yes | Organization ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"organizationId": {
"description": "Organization ID",
"type": "string"
}
},
"required": [
"organizationId"
],
"type": "object"
}