External Publication
Visit Post

MCP Tool Only Returns First Row via - Responses API

OpenAI Developer Community February 6, 2026
Source

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

Loading comments...