mcp_config_click_pipe_operations.json•2.18 kB
{
"server": {
"url": "https://api.clickhouse.cloud"
},
"authentication": [
{
"password": "PASSWORD",
"schema_parameters": {
"scheme": "basic"
},
"type": "http",
"username": "USERNAME"
}
],
"operations": [
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Returns a list of ClickPipes.",
"name": "list_clickpipes_for_service_in_org"
},
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Create a new ClickPipe.",
"name": "create_clickpipe_for_organization_service"
},
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Delete the specified ClickPipe.",
"name": "delete_click_pipe_by_ids"
},
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Returns the specified ClickPipe.",
"name": "get_click_pipe_by_ids"
},
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Update the specified ClickPipe.",
"name": "update_click_pipe"
},
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Change scaling settings for the specified ClickPipe.",
"name": "scale_click_pipe"
},
{
"description": "**This endpoint is in beta.** API contract is stable, and no breaking changes are expected in the future. \u003cbr /\u003e\u003cbr /\u003e Start, stop or resync ClickPipe. Stopping a ClickPipe will stop the ingestion process from any state. Starting is allowed for ClickPipes in the \"Stopped\" state or with a \"Failed\" state. Resyncing is only for Postgres pipes and can be done from any state.",
"name": "update_click_pipe_state"
}
]
}