{
  "schema": "kallipolis.resource-quality.v1",
  "id": "resource.platform.openai-responses-api-tools",
  "version": "1.0.1",
  "title": "OpenAI Responses API tool integration profile",
  "summary": "Official-source integration facts for creating Responses API calls and attaching built-in or application-defined tools without implying a live Plato's Kallipolis connection.",
  "content": {
    "kind": "implementation-checklist",
    "facts": [
      {
        "id": "fact.openai.responses.responses",
        "statement": "The Responses API creates model output through POST /responses, while official SDKs expose the corresponding responses.create operation with a selected model and input.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.openai.responses"
        ]
      },
      {
        "id": "fact.openai.responses.tools",
        "statement": "A Responses create request can attach built-in tools, MCP tools, and custom function calls, with tool_choice controlling how the model selects them.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.openai.responses"
        ]
      },
      {
        "id": "fact.openai.responses.boundary",
        "statement": "Documentation of a tool type does not prove that Plato's Kallipolis has authenticated, invoked, or passed conformance tests against that tool.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.openai.responses"
        ]
      }
    ]
  },
  "language": "en",
  "category": "platform-integration",
  "state": "prepared",
  "canonicalUrl": "https://platoskallipolis.com/resources/platform-integration/openai-responses-api-tools.json",
  "contentHash": "sha256:a42c58f1e658e65636af73f1766246015d6262b028a99cb2b5dd9a47a1d3e76b",
  "owner": {
    "id": "platos-kallipolis",
    "name": "Plato's Kallipolis",
    "type": "organization",
    "accountabilityUrl": "https://platoskallipolis.com/about"
  },
  "access": {
    "mode": "public",
    "url": "https://platoskallipolis.com/resources/platform-integration/openai-responses-api-tools.json",
    "authentication": "none",
    "robotsAllowed": true
  },
  "provenance": {
    "method": "primary-source",
    "sources": [
      {
        "id": "source.openai.responses",
        "url": "https://developers.openai.com/api/reference/cli/resources/responses/methods/create",
        "title": "Create a model response",
        "publisher": "OpenAI",
        "observedAt": "2026-08-28T03:20:13Z"
      }
    ]
  },
  "observedAt": "2026-08-28T03:20:13Z",
  "freshness": {
    "policy": "max-age",
    "state": "current",
    "nextReviewAt": "2026-09-04T03:20:13Z",
    "maxAgeSeconds": 604800
  },
  "license": {
    "id": "source-terms-apply",
    "url": "https://openai.com/policies/terms-of-use/",
    "redistributionAllowed": false
  },
  "evidence": [
    {
      "id": "evidence.openai.responses",
      "type": "source-claim",
      "url": "https://developers.openai.com/api/reference/cli/resources/responses/methods/create",
      "observedAt": "2026-08-28T03:20:13Z"
    }
  ]
}
