Oracle WebLogic Server · Capability

Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JDBC Runtime

Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JDBC Runtime. 3 operations. Lead operation: Oracle WebLogic Server Get JDBC service runtime for a server. Self-contained Naftiko capability covering one Oracle Weblogic business surface.

Run with Naftiko Oracle WeblogicJDBC Runtime

What You Can Do

GET
Getjdbcserviceruntime — Oracle WebLogic Server Get JDBC service runtime for a server
/v1/domainruntime/serverruntimes/{servername}/jdbcserviceruntime
GET
Listjdbcdatasourceruntimes — Oracle WebLogic Server List JDBC data source runtimes
/v1/domainruntime/serverruntimes/{servername}/jdbcserviceruntime/jdbcdatasourceruntimembeans
GET
Getjdbcdatasourceruntime — Oracle WebLogic Server Get runtime for a specific data source
/v1/domainruntime/serverruntimes/{servername}/jdbcserviceruntime/jdbcdatasourceruntimembeans/{datasourcename}

MCP Tools

oracle-weblogic-server-get-jdbc

Oracle WebLogic Server Get JDBC service runtime for a server

read-only idempotent
oracle-weblogic-server-list-jdbc

Oracle WebLogic Server List JDBC data source runtimes

read-only idempotent
oracle-weblogic-server-get-runtime

Oracle WebLogic Server Get runtime for a specific data source

read-only idempotent

Capability Spec

monitoring-jdbc-runtime.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JDBC Runtime
  description: 'Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JDBC Runtime. 3 operations. Lead operation:
    Oracle WebLogic Server Get JDBC service runtime for a server. Self-contained Naftiko capability covering one Oracle Weblogic
    business surface.'
  tags:
  - Oracle Weblogic
  - JDBC Runtime
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_WEBLOGIC_API_KEY: ORACLE_WEBLOGIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: monitoring-jdbc-runtime
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JDBC Runtime business capability.
      Self-contained, no shared references.
    resources:
    - name: domainRuntime-serverRuntimes-serverName-JDBCServiceRuntime
      path: /domainRuntime/serverRuntimes/{serverName}/JDBCServiceRuntime
      operations:
      - name: getjdbcserviceruntime
        method: GET
        description: Oracle WebLogic Server Get JDBC service runtime for a server
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainRuntime-serverRuntimes-serverName-JDBCServiceRuntime-JDBCDataSourceRuntime
      path: /domainRuntime/serverRuntimes/{serverName}/JDBCServiceRuntime/JDBCDataSourceRuntimeMBeans
      operations:
      - name: listjdbcdatasourceruntimes
        method: GET
        description: Oracle WebLogic Server List JDBC data source runtimes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainRuntime-serverRuntimes-serverName-JDBCServiceRuntime-JDBCDataSourceRuntime
      path: /domainRuntime/serverRuntimes/{serverName}/JDBCServiceRuntime/JDBCDataSourceRuntimeMBeans/{dataSourceName}
      operations:
      - name: getjdbcdatasourceruntime
        method: GET
        description: Oracle WebLogic Server Get runtime for a specific data source
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataSourceName
          in: path
          type: string
          required: true
    authentication:
      type: basic
      username: '{{env.ORACLE_WEBLOGIC_USER}}'
      password: '{{env.ORACLE_WEBLOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: monitoring-jdbc-runtime-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JDBC Runtime. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domainruntime/serverruntimes/{servername}/jdbcserviceruntime
      name: domainruntime-serverruntimes-servername-jdbcserviceruntime
      description: REST surface for domainRuntime-serverRuntimes-serverName-JDBCServiceRuntime.
      operations:
      - method: GET
        name: getjdbcserviceruntime
        description: Oracle WebLogic Server Get JDBC service runtime for a server
        call: monitoring-jdbc-runtime.getjdbcserviceruntime
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/serverruntimes/{servername}/jdbcserviceruntime/jdbcdatasourceruntimembeans
      name: domainruntime-serverruntimes-servername-jdbcserviceruntime-jdbcdatasourceruntime
      description: REST surface for domainRuntime-serverRuntimes-serverName-JDBCServiceRuntime-JDBCDataSourceRuntime.
      operations:
      - method: GET
        name: listjdbcdatasourceruntimes
        description: Oracle WebLogic Server List JDBC data source runtimes
        call: monitoring-jdbc-runtime.listjdbcdatasourceruntimes
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/serverruntimes/{servername}/jdbcserviceruntime/jdbcdatasourceruntimembeans/{datasourcename}
      name: domainruntime-serverruntimes-servername-jdbcserviceruntime-jdbcdatasourceruntime
      description: REST surface for domainRuntime-serverRuntimes-serverName-JDBCServiceRuntime-JDBCDataSourceRuntime.
      operations:
      - method: GET
        name: getjdbcdatasourceruntime
        description: Oracle WebLogic Server Get runtime for a specific data source
        call: monitoring-jdbc-runtime.getjdbcdatasourceruntime
        with:
          dataSourceName: rest.dataSourceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: monitoring-jdbc-runtime-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JDBC Runtime. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-get-jdbc
      description: Oracle WebLogic Server Get JDBC service runtime for a server
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-jdbc-runtime.getjdbcserviceruntime
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-list-jdbc
      description: Oracle WebLogic Server List JDBC data source runtimes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-jdbc-runtime.listjdbcdatasourceruntimes
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-get-runtime
      description: Oracle WebLogic Server Get runtime for a specific data source
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-jdbc-runtime.getjdbcdatasourceruntime
      with:
        dataSourceName: tools.dataSourceName
      outputParameters:
      - type: object
        mapping: $.