list_component_configs
Retrieve all configurations for a specific component within Keboola's Storage API, enabling efficient management of project resources through the Keboola Explorer MCP Server.
Instructions
List all configurations for a specific component.
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"
}