MCP Tool Only Returns First Row via - Responses API
OpenAI Developer Community
February 6, 2026
I found a workaround inspired by the responses expected by the Apps SDK. The solution is to put the whole response in the structuredContent field. So the MCP response needs to look like this:
{
"structuredContent": {
"listOutput": [...]
}
}
Discussion in the ATmosphere