get_schema
Returns the full schema for a Fivetran endpoint, including parameters, request body, and response structure. Specify a service to view configuration details for create or modify endpoints.
Instructions
Return the full schema for a Fivetran endpoint — description, parameters, request body schema, response schema. Provide service (e.g. 'postgres') on create_connection / modify_connection / create_destination / modify_destination to splice in the per-service config shape.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Endpoint name (e.g. 'create_connection'). Discover via list_endpoints. | |
| service | No | Service identifier (e.g., 'postgres', 'salesforce'). Only meaningful for create/modify connection or destination endpoints. |