Keboola Explorer MCP Server
by keboola
list_component_configs
List all configurations for a specific component
Copy
Args:
component_id: ID of the component to list configurations for
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"component_id": {
"title": "Component Id",
"type": "string"
}
},
"required": [
"component_id"
],
"title": "list_component_configsArguments",
"type": "object"
}