Oracle Database 19c · Capability

Oracle Database 19c - Oracle REST Data Services (ORDS) API — Metadata

Oracle Database 19c - Oracle REST Data Services (ORDS) API — Metadata. 1 operations. Lead operation: List the schema's REST endpoints catalog. Self-contained Naftiko capability covering one Oracle Database 19c business surface.

Run with Naftiko Oracle Database 19cMetadata

What You Can Do

GET
Getmetadatacatalog — List the schema's REST endpoints catalog
/v1/{schema}/metadata-catalog

MCP Tools

list-schema-s-rest-endpoints-catalog

List the schema's REST endpoints catalog

read-only idempotent

Capability Spec

ords-metadata.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Database 19c - Oracle REST Data Services (ORDS) API — Metadata
  description: 'Oracle Database 19c - Oracle REST Data Services (ORDS) API — Metadata. 1 operations. Lead operation: List
    the schema''s REST endpoints catalog. Self-contained Naftiko capability covering one Oracle Database 19c business surface.'
  tags:
  - Oracle Database 19c
  - Metadata
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_DATABASE_19C_API_KEY: ORACLE_DATABASE_19C_API_KEY
capability:
  consumes:
  - type: http
    namespace: ords-metadata
    baseUri: https://{host}:{port}/ords
    description: Oracle Database 19c - Oracle REST Data Services (ORDS) API — Metadata business capability. Self-contained,
      no shared references.
    resources:
    - name: schema-metadata-catalog
      path: /{schema}/metadata-catalog/
      operations:
      - name: getmetadatacatalog
        method: GET
        description: List the schema's REST endpoints catalog
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ORACLE_DATABASE_19C_API_KEY}}'
  exposes:
  - type: rest
    namespace: ords-metadata-rest
    port: 8080
    description: REST adapter for Oracle Database 19c - Oracle REST Data Services (ORDS) API — Metadata. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{schema}/metadata-catalog
      name: schema-metadata-catalog
      description: REST surface for schema-metadata-catalog.
      operations:
      - method: GET
        name: getmetadatacatalog
        description: List the schema's REST endpoints catalog
        call: ords-metadata.getmetadatacatalog
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ords-metadata-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Database 19c - Oracle REST Data Services (ORDS) API — Metadata. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: list-schema-s-rest-endpoints-catalog
      description: List the schema's REST endpoints catalog
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ords-metadata.getmetadatacatalog
      outputParameters:
      - type: object
        mapping: $.