Terrakube MCP Server

by AzBuilder
Verified

get-workspace

Retrieve detailed information about a specific workspace in the Terrakube MCP Server by providing the organization and workspace IDs.

Instructions

Retrieves detailed information about a specific workspace

Input Schema

NameRequiredDescriptionDefault
organizationIdYesOrganization ID
workspaceIdYesWorkspace ID

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Terrakube MCP Server

Related Tools

ID: lomk5z9d0a