data
Fivetran MCP, CLI, and Lua Integration for AI Agents
Fivetran integration docs for AI agents: MCP gateway setup, Fivetran CLI commands, Lua API reference, credentials, and function schemas.Fivetran for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
fivetran.fivetran_delete_user | Write write | 0 | Delete a User Official Fivetran endpoint: DELETE /v1/users/{id} Deletes a user from your Fivetran account. You will be unable to delete an account owner user if there is only one remaining. |
fivetran.fivetran_get_user_memberships_in_groups | Read read | 0 | List All Group Memberships Official Fivetran endpoint: GET /v1/users/{userId}/groups Returns the membership details for all groups a user belongs to. |
fivetran.fivetran_add_user_membership_in_group | Write write | 0 | Add Group Membership Official Fivetran endpoint: POST /v1/users/{userId}/groups Adds a user membership in a group. |
fivetran.fivetran_group_details | Read read | 0 | Retrieve Group Details Official Fivetran endpoint: GET /v1/groups/{groupId} Returns a group object if a valid identifier was provided. |
fivetran.fivetran_delete_group | Write write | 0 | Delete a Group Official Fivetran endpoint: DELETE /v1/groups/{groupId} Deletes a group from your Fivetran account. |
fivetran.fivetran_modify_group | Write write | 0 | Update a Group Official Fivetran endpoint: PATCH /v1/groups/{groupId} Updates information for an existing group within your Fivetran account. |
fivetran.fivetran_get_account_info | Read read | 0 | Get Account Info from the API Key Official Fivetran endpoint: GET /v1/account/info Returns information about current account from API key. |
fivetran.fivetran_get_hybrid_deployment_agent_list | Read read | 0 | List Hybrid Deployment Agents Official Fivetran endpoint: GET /v1/hybrid-deployment-agents Returns list of all Hybrid Deployment Agents within your Fivetran account, along with usage. Optionally filtered to a single g... |
fivetran.fivetran_create_hybrid_deployment_agent | Write write | 0 | Create a Hybrid Deployment Agent Official Fivetran endpoint: POST /v1/hybrid-deployment-agents Creates a new Hybrid Deployment Agent in a group. |
fivetran.fivetran_get_team_memberships_in_groups | Read read | 0 | List All Group Memberships Official Fivetran endpoint: GET /v1/teams/{teamId}/groups Returns all groups in which a team has membership. |
fivetran.fivetran_add_team_membership_in_group | Write write | 0 | Add Group Membership Official Fivetran endpoint: POST /v1/teams/{teamId}/groups Adds a team as a member of a group. |
fivetran.fivetran_metadata_connectors | Read read | 0 | Retrieve Source Metadata Official Fivetran endpoint: GET /v1/metadata/connector-types Returns all available source types within your Fivetran account. This endpoint makes it easier to display Fivetran connectors withi... |
fivetran.fivetran_re_auth_hybrid_deployment_agent | Write write | 0 | Regenerate Authentication Keys Official Fivetran endpoint: PATCH /v1/hybrid-deployment-agents/{agentId}/re-auth Regenerate authentication for a Hybrid Deployment Agent. |
fivetran.fivetran_get_team_membership_in_group | Read read | 0 | Retrieve Group Membership Details Official Fivetran endpoint: GET /v1/teams/{teamId}/groups/{groupId} Returns details of a team membership in a group. |
fivetran.fivetran_delete_team_membership_in_group | Write write | 0 | Delete Group Membership Official Fivetran endpoint: DELETE /v1/teams/{teamId}/groups/{groupId} Removes a team's membership in a group. |
fivetran.fivetran_update_team_membership_in_group | Write write | 0 | Update Group Membership Official Fivetran endpoint: PATCH /v1/teams/{teamId}/groups/{groupId} Updates team membership in a group. |
fivetran.fivetran_rotate_system_key | Write write | 0 | Rotate a System Key Official Fivetran endpoint: POST /v1/system-keys/{keyId}/rotate Updates the secret value and expired_at date for an existing system key within your Fivetran account. |
fivetran.fivetran_get_connection_fingerprints_list | Read read | 0 | List Fingerprints Approved for the Connection Official Fivetran endpoint: GET /v1/connections/{connectionId}/fingerprints Returns the list of approved SSH fingerprints for specified connection |
fivetran.fivetran_approve_connection_fingerprint | Write write | 0 | Approve a Fingerprint for the Connection Official Fivetran endpoint: POST /v1/connections/{connectionId}/fingerprints Approves a fingerprint, enabling Fivetran to trust it for a source database and establish connectio... |
fivetran.fivetran_transformation_package_metadata_list | Read read | 0 | List All Quickstart Package Metadata Official Fivetran endpoint: GET /v1/transformations/package-metadata Returns a list of available Quickstart transformation package metadata details. |
fivetran.fivetran_connection_column_config | Read read | 0 | Retrieve Source Table Columns Config Official Fivetran endpoint: GET /v1/connections/{connectionId}/schemas/{schema}/tables/{table}/columns Returns the real-time column list for one source table by querying the source... |
fivetran.fivetran_get_destination_fingerprints_list | Read read | 0 | List Fingerprints Approved for the Destination Official Fivetran endpoint: GET /v1/destinations/{destinationId}/fingerprints Returns the list of approved SSH fingerprints for specified destination |
fivetran.fivetran_approve_destination_fingerprint | Write write | 0 | Approve a Fingerprint for the Destination Official Fivetran endpoint: POST /v1/destinations/{destinationId}/fingerprints Approves a fingerprint, enabling Fivetran to trust it for a destination database and establish c... |
fivetran.fivetran_modify_connection_table_config | Write write | 0 | Update a Connection Table Config Official Fivetran endpoint: PATCH /v1/connections/{connectionId}/schemas/{schemaName}/tables/{tableName} Updates the table config within your database schema for an existing connection... |
fivetran.fivetran_get_connection_certificate_details | Read read | 0 | Retrieve Connection Certificate Details Official Fivetran endpoint: GET /v1/connections/{connectionId}/certificates/{hash} Returns details of the certificate approved for the specified connection with specified certif... |
fivetran.fivetran_revoke_connection_certificate | Write write | 0 | Revoke Connection Certificate Official Fivetran endpoint: DELETE /v1/connections/{connectionId}/certificates/{hash} Revokes a certificate, so Fivetran no longer trusts it while connecting to the source database. |
fivetran.fivetran_create_group_webhook | Write write | 0 | Create a Group Webhook Official Fivetran endpoint: POST /v1/webhooks/group/{groupId} This endpoint allows you to create a new webhook for a given group |
fivetran.fivetran_get_team_membership_in_connection | Read read | 0 | Retrieve Connection Membership Official Fivetran endpoint: GET /v1/teams/{teamId}/connections/{connectionId} Returns details of a team membership in a connection. |
fivetran.fivetran_delete_team_membership_in_connection | Write write | 0 | Delete Connection Membership Official Fivetran endpoint: DELETE /v1/teams/{teamId}/connections/{connectionId} Removes team membership in a connection. |
fivetran.fivetran_update_team_membership_in_connection | Write write | 0 | Update Connection Membership Official Fivetran endpoint: PATCH /v1/teams/{teamId}/connections/{connectionId} Updates team membership in a connection |
fivetran.fivetran_delete_user_from_group | Write write | 0 | Remove a User from a Group Official Fivetran endpoint: DELETE /v1/groups/{groupId}/users/{userId} Removes an existing user from a group in your Fivetran account. |
fivetran.fivetran_connection_details | Read read | 0 | Retrieve Connection Details Official Fivetran endpoint: GET /v1/connections/{connectionId} Returns a connection configuration and status details if a valid identifier was provided. |
fivetran.fivetran_delete_connection | Write write | 0 | Delete a Connection Official Fivetran endpoint: DELETE /v1/connections/{connectionId} Deletes a connection from your Fivetran account. |
fivetran.fivetran_modify_connection | Write write | 0 | Update a Connection Official Fivetran endpoint: PATCH /v1/connections/{connectionId} Updates connection parameters for an existing connection within your Fivetran account. This endpoint requires at least one persisten... |
fivetran.fivetran_test_transformation_project | Write write | 0 | Test Transformation Project Official Fivetran endpoint: POST /v1/transformation-projects/{projectId}/test Triggers tests for an existing transformation project. |
fivetran.fivetran_list_all_connections_in_group | Read read | 0 | List All Connections within a Group Official Fivetran endpoint: GET /v1/groups/{groupId}/connections Returns a list of information about all connections within a group in your Fivetran account. |
fivetran.fivetran_delete_multiple_columns_connection_config | Write write | 0 | Drop Blocked Columns from the Destination. Official Fivetran endpoint: POST /v1/connections/{connectionId}/schemas/drop-columns Mark multiple blocked columns for deletion from your destination tables. The columns will... |
fivetran.fivetran_get_destination_certificate_details | Read read | 0 | Retrieve Destination Certificate Details Official Fivetran endpoint: GET /v1/destinations/{destinationId}/certificates/{hash} Returns details of the certificate approved for the specified destination with specified ce... |
fivetran.fivetran_revoke_destination_certificate | Write write | 0 | Revoke Destination Certificate Official Fivetran endpoint: DELETE /v1/destinations/{destinationId}/certificates/{hash} Revokes a certificate, so Fivetran no longer trusts it while connecting to the destination database. |
fivetran.fivetran_connection_schema_config | Read read | 0 | Retrieve a Connection Schema Config Official Fivetran endpoint: GET /v1/connections/{connectionId}/schemas Returns the top-level schema configuration for an existing connection within your Fivetran account. The respon... |
fivetran.fivetran_pre_create_connection_schema_config | Write write | 0 | Set Up a New Connection Schema Config Official Fivetran endpoint: POST /v1/connections/{connectionId}/schemas Configures a Connection Schema for a new connection before the schema is captured from the source. > Note: ... |
fivetran.fivetran_modify_connection_schema_config | Write write | 0 | Update a Connection Schema Config Official Fivetran endpoint: PATCH /v1/connections/{connectionId}/schemas Updates the schema config for an existing connection within your Fivetran account. > NOTE: For backward compat... |
fivetran.fivetran_get_destination_certificates_list | Read read | 0 | List Certificates Approved for the Destination Official Fivetran endpoint: GET /v1/destinations/{destinationId}/certificates Returns the list of approved certificates for the specified destination. |
fivetran.fivetran_approve_destination_certificate | Write write | 0 | Approve a Certificate for the Destination Official Fivetran endpoint: POST /v1/destinations/{destinationId}/certificates Approves a certificate, so Fivetran trusts this certificate for a destination database connectio... |
fivetran.fivetran_regenerate_secrets_proxy_agent | Write write | 0 | Regenerate Secrets for Proxy Agent Official Fivetran endpoint: POST /v1/proxy/{agentId}/regenerate-secrets Regenerate secrets for proxy agent within your Fivetran account. |
fivetran.fivetran_list_connector_sdk_packages | Read read | 0 | List All Connector SDK Packages Official Fivetran endpoint: GET /v1/connector-sdk/packages Returns a list of all Connector SDK packages in your Fivetran account. |
fivetran.fivetran_create_connector_sdk_package | Write write | 0 | Create Connector SDK Package Official Fivetran endpoint: POST /v1/connector-sdk/packages Uploads a new Connector SDK package to your Fivetran account. The package must be a ZIP file containing your custom connector co... |
fivetran.fivetran_list_connections | Read read | 0 | List All Connections Official Fivetran endpoint: GET /v1/connections Returns a list of all accessible connections within your Fivetran account. |
fivetran.fivetran_create_connection | Write write | 0 | Create a Connection Official Fivetran endpoint: POST /v1/connections Creates a new connection within a specified group in your Fivetran account. Runs setup tests and returns testing results. > IMPORTANT: The `destinat... |
fivetran.fivetran_list_all_webhooks | Read read | 0 | List all Webhooks Official Fivetran endpoint: GET /v1/webhooks The endpoint allows you to retrieve the list of existing webhooks available for the current account |
fivetran.fivetran_approve_certificate | Write write | 0 | (Deprecated) Approve a Certificate Official Fivetran endpoint: POST /v1/certificates Approves a certificate for a connection/destination, so Fivetran trusts this certificate for a source/destination database. The conn... |
fivetran.fivetran_group_ssh_public_key | Read read | 0 | Retrieve Group Public SSH Key Official Fivetran endpoint: GET /v1/groups/{groupId}/public-key Returns public key from SSH key pair associated with the group. |
fivetran.fivetran_transformation_package_metadata_details | Read read | 0 | Retrieve a Quickstart Package Metadata Details Official Fivetran endpoint: GET /v1/transformations/package-metadata/{package_definition_id} Returns the metadata details of the Quickstart transformation package if a va... |
fivetran.fivetran_get_proxy_agent_connections | Read read | 0 | List All Connections Attached to the Proxy Agent Official Fivetran endpoint: GET /v1/proxy/{agentId}/connections Returns all connections attached to the specified proxy agent within your Fivetran account. |
fivetran.fivetran_list_all_groups | Read read | 0 | List All Destinations within Account Official Fivetran endpoint: GET /v1/groups Returns a list of all groups within your Fivetran account. |
fivetran.fivetran_create_group | Write write | 0 | Create a Group Official Fivetran endpoint: POST /v1/groups Creates a new group in your Fivetran account. > IMPORTANT: Groups and destinations are mapped 1:1 to each other. We do this mapping using the group's `id` val... |
fivetran.fivetran_reset_hybrid_deployment_agent_credentials | Write write | 0 | Reset Agent Credentials Official Fivetran endpoint: POST /v1/hybrid-deployment-agents/{agentId}/reset-credentials Reset credentials for a Hybrid Deployment Agent. |
fivetran.fivetran_run_setup_tests_log_service | Write write | 0 | Run Group Log Service Setup Tests Official Fivetran endpoint: POST /v1/external-logging/{logId}/test Runs the setup tests for an existing group-level [logging service](/docs/logs/external-logs) within your Fivetran ac... |
fivetran.fivetran_delete_column_connection_config | Write write | 0 | Drop a Blocked Column From the Destination Official Fivetran endpoint: DELETE /v1/connections/{connectionId}/schemas/{schemaName}/tables/{tableName}/columns/{columnName} Marks a blocked column for deletion from your d... |
fivetran.fivetran_modify_connection_column_config | Write write | 0 | Update a Connection Column Config Official Fivetran endpoint: PATCH /v1/connections/{connectionId}/schemas/{schemaName}/tables/{tableName}/columns/{columnName} Updates the column config within your table for an existi... |
fivetran.fivetran_get_connection_fingerprint_details | Read read | 0 | Retrieve Connection Fingerprint Details Official Fivetran endpoint: GET /v1/connections/{connectionId}/fingerprints/{hash} Returns SSH fingerprint details approved for specified connection with specified hash |
fivetran.fivetran_revoke_connection_fingerprint | Write write | 0 | Revoke Connection Fingerprint Official Fivetran endpoint: DELETE /v1/connections/{connectionId}/fingerprints/{hash} Revokes a fingerprint, so Fivetran no longer trusts it while connecting to the source database throug... |
fivetran.fivetran_get_private_link_details | Read read | 0 | Retrieve Private Link Details Official Fivetran endpoint: GET /v1/private-links/{privateLinkId} Returns a private link object if a valid identifier was provided. |
fivetran.fivetran_delete_private_link | Write write | 0 | Delete a Private Link Official Fivetran endpoint: DELETE /v1/private-links/{privateLinkId} Deletes a private link from your Fivetran account. |
fivetran.fivetran_modify_private_link | Write write | 0 | Update a Private Link Official Fivetran endpoint: PATCH /v1/private-links/{privateLinkId} Updates information for an existing private link within your Fivetran account. |
fivetran.fivetran_get_system_keys | Read read | 0 | List All System Keys Official Fivetran endpoint: GET /v1/system-keys Returns a list of system keys within your Fivetran account. |
fivetran.fivetran_create_system_key | Write write | 0 | Create a System Key Official Fivetran endpoint: POST /v1/system-keys Creates a new system key with your Fivetran account. |
fivetran.fivetran_list_all_roles | Read read | 0 | List all roles Official Fivetran endpoint: GET /v1/roles Returns a list of all predefined and custom roles within your Fivetran account. |
fivetran.fivetran_metadata_public_connectors | Read read | 0 | Retrieve Source Metadata Public Endpoint Official Fivetran endpoint: GET /public/connector-types Returns all available source types. This endpoint provides metadata including the proper source name (‘Facebook Ads’... |
fivetran.fivetran_get_connection_certificates_list | Read read | 0 | List Certificates Approved for the Connection Official Fivetran endpoint: GET /v1/connections/{connectionId}/certificates Returns the list of approved certificates for the specified connection. |
fivetran.fivetran_approve_connection_certificate | Write write | 0 | Approve a Certificate for the Connection Official Fivetran endpoint: POST /v1/connections/{connectionId}/certificates Approves a certificate, so Fivetran trusts this certificate for a source database connection. The c... |
fivetran.fivetran_list_destinations | Read read | 0 | List All Destinations Within Account Official Fivetran endpoint: GET /v1/destinations Returns a list of all accessible destinations within your Fivetran account. |
fivetran.fivetran_create_destination | Write write | 0 | Create a Destination Official Fivetran endpoint: POST /v1/destinations Creates a new destination within a specified group in your Fivetran account. > IMPORTANT: Groups and destinations are mapped 1:1 to each other. We... |
fivetran.fivetran_get_user_memberships_in_connections | Read read | 0 | List All Connection Memberships Official Fivetran endpoint: GET /v1/users/{userId}/connections Returns all connection membership for a user within your Fivetran account. |
fivetran.fivetran_add_user_membership_in_connection | Write write | 0 | Add a Connection Membership Official Fivetran endpoint: POST /v1/users/{userId}/connections Adds a connection membership |
fivetran.fivetran_get_destination_fingerprint_details | Read read | 0 | Retrieve Destination Fingerprint Details Official Fivetran endpoint: GET /v1/destinations/{destinationId}/fingerprints/{hash} Returns SSH fingerprint details approved for specified destination with specified hash |
fivetran.fivetran_revoke_destination_fingerprint | Write write | 0 | Revoke Destination Fingerprint Official Fivetran endpoint: DELETE /v1/destinations/{destinationId}/fingerprints/{hash} Revokes a fingerprint, so Fivetran no longer trusts it while connecting to the destination databas... |
fivetran.fivetran_sync_connection | Write write | 0 | Sync Connection Data Official Fivetran endpoint: POST /v1/connections/{connectionId}/sync Triggers a data sync for an existing connection within your Fivetran account without waiting for the next scheduled sync. This ... |
fivetran.fivetran_modify_connection_database_schema_config | Write write | 0 | Update a Connection Database Schema Config Official Fivetran endpoint: PATCH /v1/connections/{connectionId}/schemas/{schemaName} Updates the database schema config for an existing connection within your Fivetran accou... |
fivetran.fivetran_get_system_key_details | Read read | 0 | Retrieve System Key Details Official Fivetran endpoint: GET /v1/system-keys/{keyId} Retrieves a system key object within your Fivetran account. |
fivetran.fivetran_delete_system_key | Write write | 0 | Delete a System Key Official Fivetran endpoint: DELETE /v1/system-keys/{keyId} Deletes a system key from your Fivetran account. |
fivetran.fivetran_update_system_key | Write write | 0 | Update a System Key Official Fivetran endpoint: PATCH /v1/system-keys/{keyId} Updates an existing system key within your Fivetran account. |
fivetran.fivetran_resync_connection | Write write | 0 | Re-sync Connection Data (Historical Sync) Official Fivetran endpoint: POST /v1/connections/{connectionId}/resync Triggers a full historical sync of a connection or multiple schema tables within a connection. If the co... |
fivetran.fivetran_get_log_service_details | Read read | 0 | Retrieve Group Log Service Details Official Fivetran endpoint: GET /v1/external-logging/{logId} Returns a group-level [logging service](/docs/logs/external-logs) object if a valid identifier was provided. |
fivetran.fivetran_delete_log_service | Write write | 0 | Delete a Group Log Service Official Fivetran endpoint: DELETE /v1/external-logging/{logId} Deletes a group-level [logging service](/docs/logs/external-logs) from your Fivetran account. |
fivetran.fivetran_update_log_service | Write write | 0 | Update a Group Log Service Official Fivetran endpoint: PATCH /v1/external-logging/{logId} Updates information for an existing group-level [logging service](/docs/logs/external-logs) within your Fivetran account. |
fivetran.fivetran_list_all_transformation_projects | Read read | 0 | List all Transformation Projects Official Fivetran endpoint: GET /v1/transformation-projects Returns a list of all transformation projects available via API within your Fivetran account. |
fivetran.fivetran_create_transformation_project | Write write | 0 | Create Transformation Project Official Fivetran endpoint: POST /v1/transformation-projects Creates a new transformation project. |
fivetran.fivetran_get_user_in_team | Read read | 0 | Retrieve User Membership in a Team Official Fivetran endpoint: GET /v1/teams/{teamId}/users/{userId} Returns the membership details for a user in a team. |
fivetran.fivetran_delete_user_from_team | Write write | 0 | Delete a User from a Team Official Fivetran endpoint: DELETE /v1/teams/{teamId}/users/{userId} Removes a user from a team. |
fivetran.fivetran_update_user_membership | Write write | 0 | Update a User Membership Official Fivetran endpoint: PATCH /v1/teams/{teamId}/users/{userId} Updates a user membership in a team. |
fivetran.fivetran_team_details | Read read | 0 | Retrieve Team Details Official Fivetran endpoint: GET /v1/teams/{teamId} Returns information for a given team within your Fivetran account |
fivetran.fivetran_delete_team | Write write | 0 | Delete a Team Official Fivetran endpoint: DELETE /v1/teams/{teamId} Deletes a team from your Fivetran account |
fivetran.fivetran_modify_team | Write write | 0 | Update a Team Official Fivetran endpoint: PATCH /v1/teams/{teamId} Updates information for an existing team within your Fivetran account |
fivetran.fivetran_transformation_details | Read read | 0 | Retrieve Transformation Details Official Fivetran endpoint: GET /v1/transformations/{transformationId} Returns a transformation details if a valid identifier is provided. |
fivetran.fivetran_delete_transformation | Write write | 0 | Delete a Transformation Official Fivetran endpoint: DELETE /v1/transformations/{transformationId} Deletes a transformation if a valid identifier is provided. |
fivetran.fivetran_update_transformation | Write write | 0 | Update a Transformation Official Fivetran endpoint: PATCH /v1/transformations/{transformationId} Updates the transformation if a valid identifier is provided. |
fivetran.fivetran_create_account_webhook | Write write | 0 | Create an Account Webhook Official Fivetran endpoint: POST /v1/webhooks/account This endpoint allows you to create a new webhook for the current account. |
fivetran.fivetran_get_connector_sdk_package | Read read | 0 | Retrieve Connector SDK Package Details Official Fivetran endpoint: GET /v1/connector-sdk/packages/{package_id} Returns details for a specific Connector SDK package. |
fivetran.fivetran_delete_connector_sdk_package | Write write | 0 | Delete Connector SDK Package Official Fivetran endpoint: DELETE /v1/connector-sdk/packages/{package_id} Permanently deletes a Connector SDK package from your Fivetran account. > **Warning:** Packages that are associat... |
fivetran.fivetran_update_connector_sdk_package | Write write | 0 | Update Connector SDK Package Official Fivetran endpoint: PATCH /v1/connector-sdk/packages/{package_id} Updates an existing Connector SDK package by uploading a new version of the connector code. All connections using ... |
fivetran.fivetran_get_account_log_service_details | Read read | 0 | Retrieve Account Log Service Official Fivetran endpoint: GET /v1/external-logging/account Returns the account-level [logging service](/docs/logs/external-logs) if it exists. |
fivetran.fivetran_add_account_log_service | Write write | 0 | Create Account Log Service Official Fivetran endpoint: POST /v1/external-logging/account Creates an account-level [logging service](/docs/logs/external-logs). |
fivetran.fivetran_delete_account_log_service | Write write | 0 | Delete Account Log Service Official Fivetran endpoint: DELETE /v1/external-logging/account Deletes the account-level [logging service](/docs/logs/external-logs). |
fivetran.fivetran_update_account_log_service | Write write | 0 | Update Account Log Service Official Fivetran endpoint: PATCH /v1/external-logging/account Updates information for the account-level [logging service](/docs/logs/external-logs). |
fivetran.fivetran_upgrade_transformation_package | Write write | 0 | Upgrade Transformation Package Official Fivetran endpoint: POST /v1/transformations/{transformationId}/upgrade Upgrades the Quickstart transformation package to latest version if a valid identifier is provided. |
fivetran.fivetran_get_proxy_agent_details | Read read | 0 | Retrieve Proxy Agent Details Official Fivetran endpoint: GET /v1/proxy/{agentId} Retrieves the details of the specified proxy agent. |
fivetran.fivetran_delete_proxy_agent | Write write | 0 | Delete a Proxy Agent Official Fivetran endpoint: DELETE /v1/proxy/{agentId} Deletes the specified proxy agent from your Fivetran account. |
fivetran.fivetran_connect_card | Write write | 0 | Create a Connect Card Official Fivetran endpoint: POST /v1/connections/{connectionId}/connect-card Generates the Connect Card URI for the connection |
fivetran.fivetran_list_all_users_in_group | Read read | 0 | List All Users within a Group Official Fivetran endpoint: GET /v1/groups/{groupId}/users Returns a list of information about all users within a group in your Fivetran account. |
fivetran.fivetran_add_user_to_group | Write write | 0 | Add a User to a Group Official Fivetran endpoint: POST /v1/groups/{groupId}/users Adds an existing user to a group in your Fivetran account. |
fivetran.fivetran_user_details | Read read | 0 | Retrieve a User Details Official Fivetran endpoint: GET /v1/users/{userId} Returns a user object if a valid identifier was provided. |
fivetran.fivetran_modify_user | Write write | 0 | Update a User Official Fivetran endpoint: PATCH /v1/users/{userId} Updates information for an existing user within your Fivetran account. |
fivetran.fivetran_list_all_teams | Read read | 0 | List All Teams Official Fivetran endpoint: GET /v1/teams Returns a list of all teams within your Fivetran account |
fivetran.fivetran_create_team | Write write | 0 | Create a Team Official Fivetran endpoint: POST /v1/teams Creates a new team in your Fivetran account |
fivetran.fivetran_list_log_services | Read read | 0 | List All Log Services within Account Official Fivetran endpoint: GET /v1/external-logging Returns a list of all accessible [logging services](/docs/logs/external-logs) within your Fivetran account. |
fivetran.fivetran_add_log_service | Write write | 0 | Create a Group Log Service Official Fivetran endpoint: POST /v1/external-logging Creates a new group-level [logging service](/docs/logs/external-logs) within a specified group in your Fivetran account. |
fivetran.fivetran_connection_state | Read read | 0 | Retrieve Connection State Official Fivetran endpoint: GET /v1/connections/{connectionId}/state Returns the connection state. This endpoint is only supported for Function and Connection SDK connectors. |
fivetran.fivetran_modify_connection_state | Write write | 0 | Update a Connection State Official Fivetran endpoint: PATCH /v1/connections/{connectionId}/state Updates the connection state. To update the state, you should pause your connection first. To update the connection stat... |
fivetran.fivetran_list_all_users | Read read | 0 | List All Users Official Fivetran endpoint: GET /v1/users Returns a list of all users within your Fivetran account. |
fivetran.fivetran_create_user | Write write | 0 | Invite a User Official Fivetran endpoint: POST /v1/users Invites a new user to your Fivetran account. The invited user will have access to the account only after accepting the invitation. Invited user details are stil... |
fivetran.fivetran_delete_user_membership_in_account | Write write | 0 | Delete Account Role Official Fivetran endpoint: DELETE /v1/users/{userId}/role Removes a user's role from an account, but the user remains a member of the account. |
fivetran.fivetran_download_connector_sdk_package | Read read | 0 | Download Connector SDK Package Official Fivetran endpoint: GET /v1/connector-sdk/packages/{package_id}/download Downloads the connector code package file (code.zip) for a specific Connector SDK package. This endpoint ... |
fivetran.fivetran_test_webhook | Write write | 0 | Test a Webhook Official Fivetran endpoint: POST /v1/webhooks/{webhookId}/test The endpoint allows you to test an existing webhook. It sends a webhook with a given identifier for a dummy connection with identifier _con... |
fivetran.fivetran_run_transformation | Write write | 0 | Run Transformation Official Fivetran endpoint: POST /v1/transformations/{transformationId}/run Runs the transformation if a valid identifier is provided. |
fivetran.fivetran_get_team_memberships_in_connections | Read read | 0 | List All Connection Memberships Official Fivetran endpoint: GET /v1/teams/{teamId}/connections Returns all connections a team has membership in. |
fivetran.fivetran_add_team_membership_in_connection | Write write | 0 | Add Connection Membership Official Fivetran endpoint: POST /v1/teams/{teamId}/connections Adds a team as a member of a connection. |
fivetran.fivetran_resync_tables | Write write | 0 | Re-sync Connection Table Data Official Fivetran endpoint: POST /v1/connections/{connectionId}/schemas/tables/resync Triggers a historical sync of all data for multiple schema tables within a connection. This action do... |
fivetran.fivetran_reload_connection_schema_config | Write write | 0 | Reload a Connection Schema Config Official Fivetran endpoint: POST /v1/connections/{connectionId}/schemas/reload Reloads the connection schema config for an existing connection within your Fivetran account. > NOTE: Th... |
fivetran.fivetran_transformations_list | Read read | 0 | List all Transformations Official Fivetran endpoint: GET /v1/transformations Returns a list of all transformations within your Fivetran account. |
fivetran.fivetran_create_transformation | Write write | 0 | Create a Transformation Official Fivetran endpoint: POST /v1/transformations Creates a new transformation. |
fivetran.fivetran_hvr_register_hub | Write write | 0 | Register Hub Official Fivetran endpoint: POST /v1/hvr/register-hub Register a new hub within your Fivetran account. |
fivetran.fivetran_cancel_transformation | Write write | 0 | Cancel Running Transformation Official Fivetran endpoint: POST /v1/transformations/{transformationId}/cancel Cancels the execution of the transformation if a valid identifier is provided. |
fivetran.fivetran_transformation_project_details | Read read | 0 | Retrieve Transformation Project Details Official Fivetran endpoint: GET /v1/transformation-projects/{projectId} Returns transformation project details if a valid identifier was provided. |
fivetran.fivetran_delete_transformation_project | Write write | 0 | Delete Transformation Project Official Fivetran endpoint: DELETE /v1/transformation-projects/{projectId} Deletes transformation project if a valid identifier was provided. |
fivetran.fivetran_modify_transformation_project | Write write | 0 | Update Transformation Project Official Fivetran endpoint: PATCH /v1/transformation-projects/{projectId} Updates transformation project if a valid identifier was provided. |
fivetran.fivetran_group_service_account | Read read | 0 | Retrieve Group Service Account Official Fivetran endpoint: GET /v1/groups/{groupId}/service-account Returns Fivetran service account associated with the group. |
fivetran.fivetran_webhook_details | Read read | 0 | Retrieve Webhook Details Official Fivetran endpoint: GET /v1/webhooks/{webhookId} This endpoint allows you to retrieve details of the existing webhook for a given identifier |
fivetran.fivetran_delete_webhook | Write write | 0 | Delete a Webhook Official Fivetran endpoint: DELETE /v1/webhooks/{webhookId} This endpoint allows you to delete an existing webhook with a given identifier |
fivetran.fivetran_modify_webhook | Write write | 0 | Update a Webhook Official Fivetran endpoint: PATCH /v1/webhooks/{webhookId} The endpoint allows you to update the existing webhook with a given identifier |
fivetran.fivetran_get_user_membership_in_group | Read read | 0 | Retrieve Group Membership Details Official Fivetran endpoint: GET /v1/users/{userId}/groups/{groupId} Returns details of a user membership in group. |
fivetran.fivetran_delete_user_membership_in_group | Write write | 0 | Delete Group Membership Official Fivetran endpoint: DELETE /v1/users/{userId}/groups/{groupId} Removes user from a group. |
fivetran.fivetran_update_user_membership_in_group | Write write | 0 | Update Group Membership Official Fivetran endpoint: PATCH /v1/users/{userId}/groups/{groupId} Updates user group membership. |
fivetran.fivetran_run_setup_tests | Write write | 0 | Run Connection Setup Tests Official Fivetran endpoint: POST /v1/connections/{connectionId}/test Runs the setup tests for an existing connection within your Fivetran account. Use this parameter to test the connection w... |
fivetran.fivetran_get_hybrid_deployment_agent | Read read | 0 | Returns Hybrid Deployment Agent Details Official Fivetran endpoint: GET /v1/hybrid-deployment-agents/{agentId} Returns Hybrid Deployment Agent Details. |
fivetran.fivetran_delete_hybrid_deployment_agent | Write write | 0 | Delete a Hybrid Deployment Agent Official Fivetran endpoint: DELETE /v1/hybrid-deployment-agents/{agentId} Delete a Hybrid Deployment Agent. |
fivetran.fivetran_get_proxy_agent | Read read | 0 | List all Proxy Agents Official Fivetran endpoint: GET /v1/proxy Returns a list of all proxy agents within your Fivetran account. |
fivetran.fivetran_create_proxy_agent | Write write | 0 | Create a Proxy Agent Official Fivetran endpoint: POST /v1/proxy Creates a new proxy agent within your Fivetran account. |
fivetran.fivetran_run_destination_setup_tests | Write write | 0 | Run Destination Setup Tests Official Fivetran endpoint: POST /v1/destinations/{destinationId}/test Runs the setup tests for an existing destination within your Fivetran account. |
fivetran.fivetran_get_private_links | Read read | 0 | List All Private Links Official Fivetran endpoint: GET /v1/private-links Returns a list of all private links. |
fivetran.fivetran_create_private_link | Write write | 0 | Create a Private Link Official Fivetran endpoint: POST /v1/private-links Creates a new private link in your Fivetran account. > NOTE: See the [Set Up a Connection With Private Links tutorial](/docs/rest-api/tutorials/... |
fivetran.fivetran_list_users_in_team | Read read | 0 | List All User Memberships Official Fivetran endpoint: GET /v1/teams/{teamId}/users Returns a list of users and their roles within a team in your Fivetran account |
fivetran.fivetran_add_user_to_team | Write write | 0 | Add a User to the Team Official Fivetran endpoint: POST /v1/teams/{teamId}/users Assigns a role for a user in a team. |
fivetran.fivetran_get_user_membership_in_connections | Read read | 0 | Retrieve Connection Membership Official Fivetran endpoint: GET /v1/users/{userId}/connections/{connectionId} Returns the details of a user's membership in a connection. |
fivetran.fivetran_delete_user_membership_in_connection | Write write | 0 | Delete Connection Membership Official Fivetran endpoint: DELETE /v1/users/{userId}/connections/{connectionId} Removes user membership in a connection. |
fivetran.fivetran_update_user_membership_in_connection | Write write | 0 | Update Connection Membership Official Fivetran endpoint: PATCH /v1/users/{userId}/connections/{connectionId} Updates user membership in a connection. |
fivetran.fivetran_destination_details | Read read | 0 | Retrieve Destination Details Official Fivetran endpoint: GET /v1/destinations/{destinationId} Returns a destination object if a valid identifier was provided. |
fivetran.fivetran_delete_destination | Write write | 0 | Delete a Destination Official Fivetran endpoint: DELETE /v1/destinations/{destinationId} Deletes a destination from your Fivetran account. |
fivetran.fivetran_modify_destination | Write write | 0 | Update a Destination Official Fivetran endpoint: PATCH /v1/destinations/{destinationId} Updates information for an existing destination within your Fivetran account. |
fivetran.fivetran_metadata_connector_config | Read read | 0 | Retrieve Connector Configuration Metadata Official Fivetran endpoint: GET /v1/metadata/connector-types/{service} Returns metadata of configuration parameters and authorization parameters for a specified connector type. |
fivetran.fivetran_delete_team_membership_in_account | Write write | 0 | Delete Team from Account Official Fivetran endpoint: DELETE /v1/teams/{teamId}/role Removes a team from your Fivetran account |