Oracle WebLogic Server · Capability

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

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

Run with Naftiko Oracle WeblogicThread Pool Runtime

What You Can Do

GET
Getthreadpoolruntime — Oracle WebLogic Server Get thread pool runtime for a server
/v1/domainruntime/serverruntimes/{servername}/threadpoolruntime

MCP Tools

oracle-weblogic-server-get-thread

Oracle WebLogic Server Get thread pool runtime for a server

read-only idempotent

Capability Spec

monitoring-thread-pool-runtime.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Thread Pool Runtime
  description: 'Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Thread Pool Runtime. 1 operations.
    Lead operation: Oracle WebLogic Server Get thread pool runtime for a server. Self-contained Naftiko capability covering
    one Oracle Weblogic business surface.'
  tags:
  - Oracle Weblogic
  - Thread Pool 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-thread-pool-runtime
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Thread Pool Runtime business capability.
      Self-contained, no shared references.
    resources:
    - name: domainRuntime-serverRuntimes-serverName-threadPoolRuntime
      path: /domainRuntime/serverRuntimes/{serverName}/threadPoolRuntime
      operations:
      - name: getthreadpoolruntime
        method: GET
        description: Oracle WebLogic Server Get thread pool runtime for a server
        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-thread-pool-runtime-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Thread Pool Runtime.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/domainruntime/serverruntimes/{servername}/threadpoolruntime
      name: domainruntime-serverruntimes-servername-threadpoolruntime
      description: REST surface for domainRuntime-serverRuntimes-serverName-threadPoolRuntime.
      operations:
      - method: GET
        name: getthreadpoolruntime
        description: Oracle WebLogic Server Get thread pool runtime for a server
        call: monitoring-thread-pool-runtime.getthreadpoolruntime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: monitoring-thread-pool-runtime-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Monitoring and Diagnostics API — Thread Pool Runtime.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-get-thread
      description: Oracle WebLogic Server Get thread pool runtime for a server
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitoring-thread-pool-runtime.getthreadpoolruntime
      outputParameters:
      - type: object
        mapping: $.