Skip to main content
Glama

Terrakube MCP Server

by AzBuilder

edit-organization

Modify an existing organization's name and description using the organization ID to manage infrastructure settings efficiently within the Terrakube MCP Server.

Instructions

Updates an existing organization's details

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew organization description
idYesOrganization ID
nameNoNew organization name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "New organization description", "type": "string" }, "id": { "description": "Organization ID", "type": "string" }, "name": { "description": "New organization name", "type": "string" } }, "required": [ "id" ], "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