{
  "Entries": [
    {
      "RequestUri": "https://api.openai.com/v1/responses",
      "RequestMethod": "POST",
      "RequestHeaders": {
        "Accept": "application/json, text/event-stream",
        "Authorization": "Sanitized",
        "Content-Length": "348",
        "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": {
                "tool_names": [
                  "roll"
                ]
              }
            }
          }
        ],
        "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": "984f18f06ac876a0-SEA",
        "Connection": "keep-alive",
        "Content-Length": "3142",
        "Content-Type": "application/json",
        "Date": "Fri, 26 Sep 2025 01:48:13 GMT",
        "openai-organization": "Sanitized",
        "openai-processing-ms": "3917",
        "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": "3921",
        "X-Request-ID": "Sanitized"
      },
      "ResponseBody": {
        "id": "resp_68d5f0d9bb04819498889934a5eccc1a04c85e6a06101da7",
        "object": "response",
        "created_at": 1758851289,
        "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_68d5f0d9d37881948c6d66cfc802964c04c85e6a06101da7",
            "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_68d5f0db1e648194b1a8a65b8b5d49b204c85e6a06101da7",
            "type": "reasoning",
            "summary": []
          },
          {
            "id": "mcp_68d5f0dc43a08194ad00cfea401db73c04c85e6a06101da7",
            "type": "mcp_call",
            "approval_request_id": null,
            "arguments": "{\"diceRollExpression\":\"2d4+1\"}",
            "error": null,
            "name": "roll",
            "output": "6",
            "server_label": "dmcp"
          },
          {
            "id": "msg_68d5f0dd50e88194a4396b6c5a25c5f804c85e6a06101da7",
            "type": "message",
            "status": "completed",
            "content": [
              {
                "type": "output_text",
                "annotations": [],
                "logprobs": [],
                "text": "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": {
              "always": null,
              "never": {
                "read_only": null,
                "tool_names": [
                  "roll"
                ]
              }
            },
            "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": 491,
          "input_tokens_details": {
            "cached_tokens": 0
          },
          "output_tokens": 96,
          "output_tokens_details": {
            "reasoning_tokens": 64
          },
          "total_tokens": 587
        },
        "user": null,
        "metadata": {}
      }
    }
  ],
  "Variables": {
    "OPEN-API-KEY": "api-key"
  }
}
