sync_connection
Trigger synchronization of a Fivetran connection by specifying its ID. Use this tool to ensure data pipelines stay updated and operational within the MCP Fivetran server environment.
Instructions
Tool for syncing a fivetran connection by ID.
Parameters:
id (str): id of the connection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "sync_connectionArguments",
"type": "object"
}