Skip to main content
Glama

Keboola Explorer MCP Server

flow_valid_1.json1.09 kB
{ "phases": [ { "id": "phase-1", "name": "Extract Data", "description": "This phase extracts data from the source system.", "dependsOn": [] }, { "id": "phase-2", "name": "Transform Data", "description": "This phase transforms the data.", "dependsOn": ["phase-1"] } ], "tasks": [ { "id": "task-1", "name": "Extract from MySQL", "phase": "phase-1", "enabled": true, "continueOnFailure": false, "task": { "componentId": "keboola.db-ex-mysql", "configId": "mysql-config-1", "mode": "run", "tag": "extract" } }, { "id": "task-2", "name": "Transform in Python", "phase": "phase-2", "enabled": true, "continueOnFailure": false, "task": { "componentId": "keboola.python-transformation-v2", "configRowIds": ["row-1", "row-2"], "mode": "debug", "previousJobId": "123456" } } ] }

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/keboola/keboola-mcp-server'

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