Probe an MCP tool (runs the real action)
⚠️ This runs the real action. An MCP tool has no output schema and no sandbox, so to learn which fields it returns (for choosing allowed_fields when you freeze it) we execute the tool once against your connected MCP endpoint with the args you supply. Because it performs a live action, you must set acknowledge_execution: true (422 otherwise). On success it returns the response flattened to dotted field paths with sample values and a PII class per field; on a provider failure it returns empty results with an error class instead of an HTTP error. Returns 409 if the connector isn’t connected.
Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.
Path Parameters
google_calendar, google_sheets, calendly, hubspot, square, opentable, shopify, postgres, mysql, zapier The equipped MCP tool name to probe.
Body
Response
The flattened response leaves (or an errorClass on a provider failure).