{
  "Entries": [
    {
      "RequestUri": "https://api.openai.com/v1/responses",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json, text/event-stream",
        "Authorization": "Sanitized",
        "Content-Length": "322",
        "Content-Type": "application/json",
        "User-Agent": "OpenAI/2.5.0 (.NET 9.0.9; Microsoft Windows 10.0.26100)"
      },
      "RequestBody": {
        "model": "gpt-5",
        "tools": [
          {
            "type": "mcp",
            "server_label": "dmcp",
            "server_url": "https://dmcp-server.deno.dev/sse",
            "server_description": "A Dungeons and Dragons MCP server to assist with dice rolling.",
            "require_approval": "never"
          }
        ],
        "input": [
          {
            "type": "message",
            "role": "user",
            "content": [
              {
                "type": "input_text",
                "text": "Roll 2d4+1"
              }
            ]
          }
        ]
      },
      "StatusCode": 200,
      "ResponseHeaders": {
        "Alt-Svc": "h3=\":443\"",
        "cf-cache-status": "DYNAMIC",
        "CF-RAY": "984f21e20ccac22a-SEA",
        "Connection": "keep-alive",
        "Content-Length": "3017",
        "Content-Type": "application/json",
        "Date": "Fri, 26 Sep 2025 01:54:23 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "7745",
        "openai-project": "Sanitized",
        "openai-version": "2020-10-01",
        "Server": "cloudflare",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
        "X-Content-Type-Options": "nosniff",
        "x-envoy-upstream-service-time": "7757",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "resp_68d5f24813848197a3089043bed25a5c0671a87815ac1d92",
        "object": "response",
        "created_at": 1758851656,
        "status": "completed",
        "background": false,
        "billing": {
          "payer": "developer"
        },
        "error": null,
        "incomplete_details": null,
        "instructions": null,
        "max_output_tokens": null,
        "max_tool_calls": null,
        "model": "gpt-5-2025-08-07",
        "output": [
          {
            "id": "mcpl_68d5f24833588197953578704bd6a7f90671a87815ac1d92",
            "type": "mcp_list_tools",
            "server_label": "dmcp",
            "tools": [
              {
                "annotations": {
                  "read_only": false
                },
                "description": "\n  Given a string of text describing a dice roll in \n  Dungeons and Dragons, provide a result of the roll.\n\n  Example input: 2d6 + 1d4\n  Example output: 14\n",
                "input_schema": {
                  "$schema": "https://json-schema.org/draft/2020-12/schema",
                  "type": "object",
                  "properties": {
                    "diceRollExpression": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "diceRollExpression"
                  ],
                  "additionalProperties": false
                },
                "name": "roll"
              }
            ]
          },
          {
            "id": "rs_68d5f2497614819799f2812976e653170671a87815ac1d92",
            "type": "reasoning",
            "summary": []
          },
          {
            "id": "mcp_68d5f24ddc7881978417dd9b3ea90ae60671a87815ac1d92",
            "type": "mcp_call",
            "approval_request_id": null,
            "arguments": "{\"diceRollExpression\":\"2d4 + 1\"}",
            "error": null,
            "name": "roll",
            "output": "6",
            "server_label": "dmcp"
          },
          {
            "id": "msg_68d5f24f40fc8197adf8b1cb3906621d0671a87815ac1d92",
            "type": "message",
            "status": "completed",
            "content": [
              {
                "type": "output_text",
                "annotations": [],
                "logprobs": [],
                "text": "You rolled: 6"
              }
            ],
            "role": "assistant"
          }
        ],
        "parallel_tool_calls": true,
        "previous_response_id": null,
        "prompt_cache_key": null,
        "reasoning": {
          "effort": "medium",
          "summary": null
        },
        "safety_identifier": null,
        "service_tier": "default",
        "store": true,
        "temperature": 1.0,
        "text": {
          "format": {
            "type": "text"
          },
          "verbosity": "medium"
        },
        "tool_choice": "auto",
        "tools": [
          {
            "type": "mcp",
            "allowed_tools": null,
            "headers": null,
            "require_approval": "never",
            "server_description": "A Dungeons and Dragons MCP server to assist with dice rolling.",
            "server_label": "dmcp",
            "server_url": "https://dmcp-server.deno.dev/<redacted>"
          }
        ],
        "top_logprobs": 0,
        "top_p": 1.0,
        "truncation": "disabled",
        "usage": {
          "input_tokens": 657,
          "input_tokens_details": {
            "cached_tokens": 0
          },
          "output_tokens": 229,
          "output_tokens_details": {
            "reasoning_tokens": 192
          },
          "total_tokens": 886
        },
        "user": null,
        "metadata": {}
      }
    }
  ],
  "Variables": {
    "OPEN-API-KEY": "api-key"
  }
}
