Triggers an interaction for a custom MCP model using the provided input and operation ID. Returns the MCP-generated response.
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
The name of the GenAI app.
The type of the app ('mcp' or 'agent').
Input payload for triggering a MCP action. Contains the user's input and operation ID.
The identifier of the App to invoke.
The natural language input describing the desired action.
Contextual parameters for the action, including operationId and any required inputs.
Response format: 'raw' (default) or 'formatted_md'.
Customer-specific context data for correlation and tracking in customer execution mode
Successful Response
Response model for a MCP action. Contains the message or result returned by the MCP action.
The response message or result from the MCP action