Synchronous SQL generation via the Text2SQL agent.
Creates a throwaway session (identity carrier for the pipeline), calls the Text2SQL A2A agent directly, and collects the final result. Used by the MCP gateway — not by the chat UI.
Documentation Index
Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for synchronous SQL generation.
Natural language question to convert to SQL
1Resource URI of the data connection (e.g. data:org:project:name)
1Schema to scope the query. schema_fqn must be a 3-segment FQN: connection.database.schema.