Oracle WebLogic Server · Capability

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

Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Runtime Search. 2 operations. Lead operation: Oracle WebLogic Server Search the domain runtime tree. Self-contained Naftiko capability covering one Oracle Weblogic business surface.

Run with Naftiko Oracle WeblogicRuntime Search

What You Can Do

POST
Searchdomainruntime — Oracle WebLogic Server Search the domain runtime tree
/v1/domainruntime/search
POST
Searchserverruntime — Oracle WebLogic Server Search the server runtime tree
/v1/serverruntime/search

MCP Tools

oracle-weblogic-server-search-domain

Oracle WebLogic Server Search the domain runtime tree

read-only
oracle-weblogic-server-search-server

Oracle WebLogic Server Search the server runtime tree

read-only

Capability Spec

monitoring-runtime-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Runtime Search
  description: 'Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Runtime Search. 2 operations. Lead
    operation: Oracle WebLogic Server Search the domain runtime tree. Self-contained Naftiko capability covering one Oracle
    Weblogic business surface.'
  tags:
  - Oracle Weblogic
  - Runtime Search
  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-runtime-search
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Runtime Search business capability.
      Self-contained, no shared references.
    resources:
    - name: domainRuntime-search
      path: /domainRuntime/search
      operations:
      - name: searchdomainruntime
        method: POST
        description: Oracle WebLogic Server Search the domain runtime tree
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: requestMaxWaitMillis
          in: query
          type: integer
          description: Maximum time in milliseconds to wait for search results
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: serverRuntime-search
      path: /serverRuntime/search
      operations:
      - name: searchserverruntime
        method: POST
        description: Oracle WebLogic Server Search the server runtime tree
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.ORACLE_WEBLOGIC_USER}}'
      password: '{{env.ORACLE_WEBLOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: monitoring-runtime-search-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Runtime Search.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domainruntime/search
      name: domainruntime-search
      description: REST surface for domainRuntime-search.
      operations:
      - method: POST
        name: searchdomainruntime
        description: Oracle WebLogic Server Search the domain runtime tree
        call: monitoring-runtime-search.searchdomainruntime
        with:
          requestMaxWaitMillis: rest.requestMaxWaitMillis
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/serverruntime/search
      name: serverruntime-search
      description: REST surface for serverRuntime-search.
      operations:
      - method: POST
        name: searchserverruntime
        description: Oracle WebLogic Server Search the server runtime tree
        call: monitoring-runtime-search.searchserverruntime
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: monitoring-runtime-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Runtime Search. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-search-domain
      description: Oracle WebLogic Server Search the domain runtime tree
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: monitoring-runtime-search.searchdomainruntime
      with:
        requestMaxWaitMillis: tools.requestMaxWaitMillis
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-search-server
      description: Oracle WebLogic Server Search the server runtime tree
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: monitoring-runtime-search.searchserverruntime
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.