get_connector_swagger
Retrieve the OpenAPI/Swagger definition for an Azure managed connector to discover its available operations, paths, and schemas for workflow creation.
Instructions
Get the OpenAPI/Swagger definition for a managed connector (e.g., msnweather, sql, servicebus, office365). Returns available operations, paths, and schemas. ESSENTIAL for discovering correct action paths when creating or updating workflows with connector actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscriptionId | Yes | Azure subscription ID | |
| location | Yes | Azure region where the connector is available (e.g., 'westus2', 'eastus') | |
| connectorName | Yes | Connector name (e.g., 'msnweather', 'sql', 'servicebus', 'office365', 'azureblob') |