Oracle WebLogic Server · Capability

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

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

Run with Naftiko Oracle WeblogicServer Runtime

What You Can Do

POST
Getserverurl — Oracle WebLogic Server Get the URL for a server
/v1/domainruntime/serverruntimes/{servername}/geturl
GET
Getserverruntime — Oracle WebLogic Server Get current server runtime
/v1/serverruntime

MCP Tools

oracle-weblogic-server-get-url

Oracle WebLogic Server Get the URL for a server

read-only
oracle-weblogic-server-get-current

Oracle WebLogic Server Get current server runtime

read-only idempotent

Capability Spec

monitoring-server-runtime.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Server Runtime
  description: 'Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Server Runtime. 2 operations. Lead
    operation: Oracle WebLogic Server Get the URL for a server. Self-contained Naftiko capability covering one Oracle Weblogic
    business surface.'
  tags:
  - Oracle Weblogic
  - Server 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-server-runtime
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Server Runtime business capability.
      Self-contained, no shared references.
    resources:
    - name: domainRuntime-serverRuntimes-serverName-getURL
      path: /domainRuntime/serverRuntimes/{serverName}/getURL
      operations:
      - name: getserverurl
        method: POST
        description: Oracle WebLogic Server Get the URL for a server
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: serverRuntime
      path: /serverRuntime
      operations:
      - name: getserverruntime
        method: GET
        description: Oracle WebLogic Server Get current server runtime
        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-server-runtime-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Server Runtime.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domainruntime/serverruntimes/{servername}/geturl
      name: domainruntime-serverruntimes-servername-geturl
      description: REST surface for domainRuntime-serverRuntimes-serverName-getURL.
      operations:
      - method: POST
        name: getserverurl
        description: Oracle WebLogic Server Get the URL for a server
        call: monitoring-server-runtime.getserverurl
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/serverruntime
      name: serverruntime
      description: REST surface for serverRuntime.
      operations:
      - method: GET
        name: getserverruntime
        description: Oracle WebLogic Server Get current server runtime
        call: monitoring-server-runtime.getserverruntime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: monitoring-server-runtime-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Server Runtime. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-get-url
      description: Oracle WebLogic Server Get the URL for a server
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: monitoring-server-runtime.getserverurl
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-get-current
      description: Oracle WebLogic Server Get current server runtime
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-server-runtime.getserverruntime
      outputParameters:
      - type: object
        mapping: $.