Skip to main content
Glama

Terrakube MCP Server

by AzBuilder

create-organization

Generate a new organization with a specified name and optional description using the Terrakube MCP Server. Simplifies infrastructure management by enabling organized setup and configuration.

Instructions

Creates a new organization with the specified name and optional description

Input Schema

NameRequiredDescriptionDefault
descriptionNoOrganization description
nameYesOrganization name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Organization description", "type": "string" }, "name": { "description": "Organization name", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from Terrakube MCP Server

Related Tools

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/AzBuilder/mcp-server-terrakube'

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