Skip to main content
Glama

ABLESTACK MOLD MCP Server

by ycyun

mold_call_debug

Debug and test MOLD API commands by executing arbitrary calls with custom parameters to troubleshoot and validate cloud infrastructure operations.

Instructions

임의의 MOLD API 명령을 호출합니다. (command + params)

Input Schema

NameRequiredDescriptionDefault
commandYes
paramsNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "type": "string" }, "params": { "additionalProperties": { "anyOf": [ { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "additionalProperties": { "anyOf": [ { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "additionalProperties": { "type": [ "string", "number", "boolean" ] }, "type": "object" } ] }, "type": "object" } ] }, "type": "object" } }, "required": [ "command" ], "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/ycyun/ablestack-MCP-server'

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