Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Library Deployments

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

Run with Naftiko WeblogicLibrary Deployments

What You Can Do

GET
Listlibraries — Oracle WebLogic Server APIs List all shared library deployments
/v1/edit/libraries
POST
Createlibrary — Oracle WebLogic Server APIs Create a shared library deployment
/v1/edit/libraries
GET
Getlibrary — Oracle WebLogic Server APIs Get a shared library deployment
/v1/edit/libraries/{libraryname}
DELETE
Deletelibrary — Oracle WebLogic Server APIs Remove a shared library deployment
/v1/edit/libraries/{libraryname}

MCP Tools

oracle-weblogic-server-apis-list

Oracle WebLogic Server APIs List all shared library deployments

read-only idempotent
oracle-weblogic-server-apis-create

Oracle WebLogic Server APIs Create a shared library deployment

oracle-weblogic-server-apis-get

Oracle WebLogic Server APIs Get a shared library deployment

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

Oracle WebLogic Server APIs Remove a shared library deployment

idempotent

Capability Spec

deployment-library-deployments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Library Deployments
  description: 'Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Library Deployments. 4 operations. Lead
    operation: Oracle WebLogic Server APIs List all shared library deployments. Self-contained Naftiko capability covering
    one Weblogic business surface.'
  tags:
  - Weblogic
  - Library Deployments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBLOGIC_API_KEY: WEBLOGIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: deployment-library-deployments
    baseUri: https://{host}:{port}/management/weblogic/latest
    description: Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Library Deployments business capability.
      Self-contained, no shared references.
    resources:
    - name: edit-libraries
      path: /edit/libraries
      operations:
      - name: listlibraries
        method: GET
        description: Oracle WebLogic Server APIs List all shared library deployments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createlibrary
        method: POST
        description: Oracle WebLogic Server APIs Create a shared library deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: edit-libraries-libraryName
      path: /edit/libraries/{libraryName}
      operations:
      - name: getlibrary
        method: GET
        description: Oracle WebLogic Server APIs Get a shared library deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deletelibrary
        method: DELETE
        description: Oracle WebLogic Server APIs Remove a shared library deployment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.WEBLOGIC_USER}}'
      password: '{{env.WEBLOGIC_PASS}}'
  exposes:
  - type: rest
    namespace: deployment-library-deployments-rest
    port: 8080
    description: REST adapter for Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Library Deployments.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/edit/libraries
      name: edit-libraries
      description: REST surface for edit-libraries.
      operations:
      - method: GET
        name: listlibraries
        description: Oracle WebLogic Server APIs List all shared library deployments
        call: deployment-library-deployments.listlibraries
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createlibrary
        description: Oracle WebLogic Server APIs Create a shared library deployment
        call: deployment-library-deployments.createlibrary
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/edit/libraries/{libraryname}
      name: edit-libraries-libraryname
      description: REST surface for edit-libraries-libraryName.
      operations:
      - method: GET
        name: getlibrary
        description: Oracle WebLogic Server APIs Get a shared library deployment
        call: deployment-library-deployments.getlibrary
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletelibrary
        description: Oracle WebLogic Server APIs Remove a shared library deployment
        call: deployment-library-deployments.deletelibrary
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: deployment-library-deployments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle WebLogic Server APIs Oracle WebLogic Server Deployment API — Library Deployments.
      One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: oracle-weblogic-server-apis-list
      description: Oracle WebLogic Server APIs List all shared library deployments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deployment-library-deployments.listlibraries
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-create
      description: Oracle WebLogic Server APIs Create a shared library deployment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: deployment-library-deployments.createlibrary
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-get
      description: Oracle WebLogic Server APIs Get a shared library deployment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: deployment-library-deployments.getlibrary
      outputParameters:
      - type: object
        mapping: $.
    - name: oracle-weblogic-server-apis-remove
      description: Oracle WebLogic Server APIs Remove a shared library deployment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: deployment-library-deployments.deletelibrary
      outputParameters:
      - type: object
        mapping: $.