{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreibq4aqq4eurvyapu6jwumd4nyw7qti7jdaklvkgo6fe36fzzm7wpu",
    "uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3miboipa7rl42"
  },
  "path": "/t/chatgpt-mcp-apps-bridge-drops-custom-meta-from-tool-results-in-ui-notifications-tool-result/1378047#post_3",
  "publishedAt": "2026-03-30T12:34:16.000Z",
  "site": "https://community.openai.com",
  "tags": [
    "@nico9"
  ],
  "textContent": "Thanks @nico9\n\nAt the moment this seems to work for the UI widget as a workaround:\n\n\n    app.ontoolresult = params => {\n      loadPayload({\n        // Patch to get metadata from ChatGPT\n        _meta: { ...window.openai?.toolResponseMetadata },\n        ...params\n      });\n    };\n",
  "title": "ChatGPT MCP Apps bridge drops custom _meta from tool results in ui/notifications/tool-result"
}