Oracle WebLogic Server · Capability

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

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

Run with Naftiko Oracle WeblogicJMS Runtime

What You Can Do

GET
Getjmsruntime — Oracle WebLogic Server Get JMS runtime for a server
/v1/domainruntime/serverruntimes/{servername}/jmsruntime
GET
Listjmsserverruntimes — Oracle WebLogic Server List JMS server runtimes
/v1/domainruntime/serverruntimes/{servername}/jmsruntime/jmsserversruntime

MCP Tools

oracle-weblogic-server-get-jms

Oracle WebLogic Server Get JMS runtime for a server

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

Oracle WebLogic Server List JMS server runtimes

read-only idempotent

Capability Spec

monitoring-jms-runtime.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JMS Runtime
  description: 'Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JMS Runtime. 2 operations. Lead operation:
    Oracle WebLogic Server Get JMS runtime for a server. Self-contained Naftiko capability covering one Oracle Weblogic business
    surface.'
  tags:
  - Oracle Weblogic
  - JMS 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-jms-runtime
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JMS Runtime business capability.
      Self-contained, no shared references.
    resources:
    - name: domainRuntime-serverRuntimes-serverName-JMSRuntime
      path: /domainRuntime/serverRuntimes/{serverName}/JMSRuntime
      operations:
      - name: getjmsruntime
        method: GET
        description: Oracle WebLogic Server Get JMS runtime for a server
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: domainRuntime-serverRuntimes-serverName-JMSRuntime-JMSServersRuntime
      path: /domainRuntime/serverRuntimes/{serverName}/JMSRuntime/JMSServersRuntime
      operations:
      - name: listjmsserverruntimes
        method: GET
        description: Oracle WebLogic Server List JMS server runtimes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.ORACLE_WEBLOGIC_USER}}'
      password: '{{env.ORACLE_WEBLOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: monitoring-jms-runtime-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JMS Runtime. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domainruntime/serverruntimes/{servername}/jmsruntime
      name: domainruntime-serverruntimes-servername-jmsruntime
      description: REST surface for domainRuntime-serverRuntimes-serverName-JMSRuntime.
      operations:
      - method: GET
        name: getjmsruntime
        description: Oracle WebLogic Server Get JMS runtime for a server
        call: monitoring-jms-runtime.getjmsruntime
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/domainruntime/serverruntimes/{servername}/jmsruntime/jmsserversruntime
      name: domainruntime-serverruntimes-servername-jmsruntime-jmsserversruntime
      description: REST surface for domainRuntime-serverRuntimes-serverName-JMSRuntime-JMSServersRuntime.
      operations:
      - method: GET
        name: listjmsserverruntimes
        description: Oracle WebLogic Server List JMS server runtimes
        call: monitoring-jms-runtime.listjmsserverruntimes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: monitoring-jms-runtime-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — JMS Runtime. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-get-jms
      description: Oracle WebLogic Server Get JMS runtime for a server
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-jms-runtime.getjmsruntime
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-list-jms
      description: Oracle WebLogic Server List JMS server runtimes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-jms-runtime.listjmsserverruntimes
      outputParameters:
      - type: object
        mapping: $.