describe_live_connector
Describe a live Power Platform connector/API and its operations. Aligned with Canvas MCP describe_api. Use mode=summary (default) to get a compact operation catalog. Use operationId to describe one operation, including inputs, outputs, dynamic parameter metadata, nextTool hints to call get_live_dynamic_options, and an authored hint + canonical example shape (when one exists) to copy into update_live_flow. Use search without connectorName/apiName to search operations across connectors and get connection-aware suggestions. Use mode=full only when raw OpenAPI connector metadata is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max operations to return in connector summary mode, or max top search results to show in cross-connector search. Default 250 for summary, 10 for search display. | |
| mode | No | summary (default): compact operation catalog. full: raw OpenAPI metadata. | |
| type | No | Operation usage to include in summary mode. Default Action. | |
| search | No | Optional operation search text. With connectorName, filters that connector summary. Without connectorName, searches operations across connectors. | |
| apiName | No | Alias for connectorName, matching Canvas MCP describe_api naming. | |
| variant | No | When an operation has multiple authored variants (e.g. shared_teams/PostMessageToConversation has channel/groupchat/flowbot_chat), pass a specific variantKey to get that variant's hint and exampleDefinition. Omit to receive a hint listing the available variants. | |
| operationId | No | Optional operation ID to describe with expanded inputs and outputs. | |
| connectorName | No | Connector logical name, for example shared_teams. Either connectorName/apiName is required, unless search is provided for cross-connector operation search. | |
| environmentName | Yes | Name of the Power Platform environment. |