Oracle WebLogic Server · Capability

Oracle WebLogic Server Oracle WebLogic Deployment API — Library Deployments

Oracle WebLogic Server Oracle WebLogic Deployment API — Library Deployments. 4 operations. Lead operation: Oracle WebLogic Server List all shared library deployments. Self-contained Naftiko capability covering one Oracle Weblogic business surface.

Run with Naftiko Oracle WeblogicLibrary Deployments

What You Can Do

GET
Listlibdeployments — Oracle WebLogic Server List all shared library deployments
/v1/edit/libdeployments
POST
Deploylibrary — Oracle WebLogic Server Deploy a shared library
/v1/edit/libdeployments
GET
Getlibdeployment — Oracle WebLogic Server Get shared library deployment details
/v1/edit/libdeployments/{libname}
DELETE
Undeploylibrary — Oracle WebLogic Server Remove a shared library deployment
/v1/edit/libdeployments/{libname}

MCP Tools

oracle-weblogic-server-list-all

Oracle WebLogic Server List all shared library deployments

read-only idempotent
oracle-weblogic-server-deploy-shared

Oracle WebLogic Server Deploy a shared library

oracle-weblogic-server-get-shared

Oracle WebLogic Server Get shared library deployment details

read-only idempotent
oracle-weblogic-server-remove-shared

Oracle WebLogic Server Remove a shared library deployment

idempotent

Capability Spec

deployment-library-deployments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server Oracle WebLogic Deployment API — Library Deployments
  description: 'Oracle WebLogic Server Oracle WebLogic Deployment API — Library Deployments. 4 operations. Lead operation:
    Oracle WebLogic Server List all shared library deployments. Self-contained Naftiko capability covering one Oracle Weblogic
    business surface.'
  tags:
  - Oracle Weblogic
  - Library Deployments
  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: deployment-library-deployments
    baseUri: http://localhost:7001/management/weblogic/latest
    description: Oracle WebLogic Server Oracle WebLogic Deployment API — Library Deployments business capability. Self-contained,
      no shared references.
    resources:
    - name: edit-libDeployments
      path: /edit/libDeployments
      operations:
      - name: listlibdeployments
        method: GET
        description: Oracle WebLogic Server List all shared library deployments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deploylibrary
        method: POST
        description: Oracle WebLogic Server Deploy a shared library
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: edit-libDeployments-libName
      path: /edit/libDeployments/{libName}
      operations:
      - name: getlibdeployment
        method: GET
        description: Oracle WebLogic Server Get shared library deployment details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: undeploylibrary
        method: DELETE
        description: Oracle WebLogic Server Remove a shared library deployment
        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: deployment-library-deployments-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server Oracle WebLogic Deployment API — Library Deployments. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/edit/libdeployments
      name: edit-libdeployments
      description: REST surface for edit-libDeployments.
      operations:
      - method: GET
        name: listlibdeployments
        description: Oracle WebLogic Server List all shared library deployments
        call: deployment-library-deployments.listlibdeployments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: deploylibrary
        description: Oracle WebLogic Server Deploy a shared library
        call: deployment-library-deployments.deploylibrary
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/edit/libdeployments/{libname}
      name: edit-libdeployments-libname
      description: REST surface for edit-libDeployments-libName.
      operations:
      - method: GET
        name: getlibdeployment
        description: Oracle WebLogic Server Get shared library deployment details
        call: deployment-library-deployments.getlibdeployment
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: undeploylibrary
        description: Oracle WebLogic Server Remove a shared library deployment
        call: deployment-library-deployments.undeploylibrary
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: deployment-library-deployments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server Oracle WebLogic Deployment API — Library Deployments. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-list-all
      description: Oracle WebLogic Server List all shared library deployments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deployment-library-deployments.listlibdeployments
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-deploy-shared
      description: Oracle WebLogic Server Deploy a shared library
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-library-deployments.deploylibrary
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-get-shared
      description: Oracle WebLogic Server Get shared library deployment details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deployment-library-deployments.getlibdeployment
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-remove-shared
      description: Oracle WebLogic Server Remove a shared library deployment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: deployment-library-deployments.undeploylibrary
      outputParameters:
      - type: object
        mapping: $.