Oracle Cloud Object Storage API — Namespaces

Oracle Cloud Object Storage API — Namespaces. 1 operations. Lead operation: Oracle Cloud Get Namespace. Self-contained Naftiko capability covering one Oracle Cloud business surface.

Run with Naftiko Oracle CloudNamespaces

What You Can Do

GET
Getnamespace — Oracle Cloud Get Namespace
/v1/n

MCP Tools

oracle-cloud-get-namespace

Oracle Cloud Get Namespace

read-only idempotent

Capability Spec

object-storage-namespaces.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Cloud Object Storage API — Namespaces
  description: 'Oracle Cloud Object Storage API — Namespaces. 1 operations. Lead operation: Oracle Cloud Get Namespace. Self-contained
    Naftiko capability covering one Oracle Cloud business surface.'
  tags:
  - Oracle Cloud
  - Namespaces
  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-namespaces
    baseUri: https://objectstorage.{region}.oraclecloud.com
    description: Oracle Cloud Object Storage API — Namespaces business capability. Self-contained, no shared references.
    resources:
    - name: n
      path: /n
      operations:
      - name: getnamespace
        method: GET
        description: Oracle Cloud Get Namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ORACLE_CLOUD_API_KEY}}'
  exposes:
  - type: rest
    namespace: object-storage-namespaces-rest
    port: 8080
    description: REST adapter for Oracle Cloud Object Storage API — Namespaces. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/n
      name: n
      description: REST surface for n.
      operations:
      - method: GET
        name: getnamespace
        description: Oracle Cloud Get Namespace
        call: object-storage-namespaces.getnamespace
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: object-storage-namespaces-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Cloud Object Storage API — Namespaces. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: oracle-cloud-get-namespace
      description: Oracle Cloud Get Namespace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: object-storage-namespaces.getnamespace
      outputParameters:
      - type: object
        mapping: $.