Oracle Cloud Object Storage API — Preauthenticated Requests

Oracle Cloud Object Storage API — Preauthenticated Requests. 2 operations. Lead operation: Oracle Cloud List Preauthenticated Requests. Self-contained Naftiko capability covering one Oracle Cloud business surface.

Run with Naftiko Oracle CloudPreauthenticated Requests

What You Can Do

GET
Listpreauthenticatedrequests — Oracle Cloud List Preauthenticated Requests
/v1/n/{namespacename}/b/{bucketname}/p
POST
Createpreauthenticatedrequest — Oracle Cloud Create Preauthenticated Request
/v1/n/{namespacename}/b/{bucketname}/p

MCP Tools

oracle-cloud-list-preauthenticated-requests

Oracle Cloud List Preauthenticated Requests

read-only idempotent
oracle-cloud-create-preauthenticated-request

Oracle Cloud Create Preauthenticated Request

Capability Spec

object-storage-preauthenticated-requests.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Cloud Object Storage API — Preauthenticated Requests
  description: 'Oracle Cloud Object Storage API — Preauthenticated Requests. 2 operations. Lead operation: Oracle Cloud List
    Preauthenticated Requests. Self-contained Naftiko capability covering one Oracle Cloud business surface.'
  tags:
  - Oracle Cloud
  - Preauthenticated Requests
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_CLOUD_API_KEY: ORACLE_CLOUD_API_KEY
capability:
  consumes:
  - type: http
    namespace: object-storage-preauthenticated-requests
    baseUri: https://objectstorage.{region}.oraclecloud.com
    description: Oracle Cloud Object Storage API — Preauthenticated Requests business capability. Self-contained, no shared
      references.
    resources:
    - name: n-namespaceName-b-bucketName-p
      path: /n/{namespaceName}/b/{bucketName}/p
      operations:
      - name: listpreauthenticatedrequests
        method: GET
        description: Oracle Cloud List Preauthenticated Requests
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: namespaceName
          in: path
          type: string
          description: The Object Storage namespace.
          required: true
        - name: bucketName
          in: path
          type: string
          description: The name of the bucket.
          required: true
        - name: limit
          in: query
          type: integer
          description: Maximum number of items to return.
      - name: createpreauthenticatedrequest
        method: POST
        description: Oracle Cloud Create Preauthenticated Request
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: namespaceName
          in: path
          type: string
          description: The Object Storage namespace.
          required: true
        - name: bucketName
          in: path
          type: string
          description: The name of the bucket.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ORACLE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: object-storage-preauthenticated-requests-rest
    port: 8080
    description: REST adapter for Oracle Cloud Object Storage API — Preauthenticated Requests. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/n/{namespacename}/b/{bucketname}/p
      name: n-namespacename-b-bucketname-p
      description: REST surface for n-namespaceName-b-bucketName-p.
      operations:
      - method: GET
        name: listpreauthenticatedrequests
        description: Oracle Cloud List Preauthenticated Requests
        call: object-storage-preauthenticated-requests.listpreauthenticatedrequests
        with:
          namespaceName: rest.namespaceName
          bucketName: rest.bucketName
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createpreauthenticatedrequest
        description: Oracle Cloud Create Preauthenticated Request
        call: object-storage-preauthenticated-requests.createpreauthenticatedrequest
        with:
          namespaceName: rest.namespaceName
          bucketName: rest.bucketName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: object-storage-preauthenticated-requests-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Cloud Object Storage API — Preauthenticated Requests. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: oracle-cloud-list-preauthenticated-requests
      description: Oracle Cloud List Preauthenticated Requests
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: object-storage-preauthenticated-requests.listpreauthenticatedrequests
      with:
        namespaceName: tools.namespaceName
        bucketName: tools.bucketName
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-cloud-create-preauthenticated-request
      description: Oracle Cloud Create Preauthenticated Request
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: object-storage-preauthenticated-requests.createpreauthenticatedrequest
      with:
        namespaceName: tools.namespaceName
        bucketName: tools.bucketName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.