Keboola Explorer MCP Server

list_component_configs

List all configurations for a specific component

Args: component_id: ID of the component to list configurations for

Input Schema

NameRequiredDescriptionDefault
component_idYes

Input Schema (JSON Schema)

{ "properties": { "component_id": { "title": "Component Id", "type": "string" } }, "required": [ "component_id" ], "title": "list_component_configsArguments", "type": "object" }