Oracle Primavera · Capability

Oracle Primavera P6 EPPM REST API — WBS

Oracle Primavera P6 EPPM REST API — WBS. 1 operations. Lead operation: List WBS elements. Self-contained Naftiko capability covering one Oracle Primavera business surface.

Run with Naftiko Oracle PrimaveraWBS

What You Can Do

GET
Listwbs — List WBS elements
/v1/wbss

MCP Tools

list-wbs-elements

List WBS elements

read-only idempotent

Capability Spec

p6-eppm-wbs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Oracle Primavera P6 EPPM REST API — WBS
  description: 'Oracle Primavera P6 EPPM REST API — WBS. 1 operations. Lead operation: List WBS elements. Self-contained Naftiko
    capability covering one Oracle Primavera business surface.'
  tags:
  - Oracle Primavera
  - WBS
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ORACLE_PRIMAVERA_API_KEY: ORACLE_PRIMAVERA_API_KEY
capability:
  consumes:
  - type: http
    namespace: p6-eppm-wbs
    baseUri: https://{host}/p6ws/rest/v1
    description: Oracle Primavera P6 EPPM REST API — WBS business capability. Self-contained, no shared references.
    resources:
    - name: wbss
      path: /wbss
      operations:
      - name: listwbs
        method: GET
        description: List WBS elements
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Fields
          in: query
          type: string
        - name: Filter
          in: query
          type: string
        - name: offset
          in: query
          type: integer
        - name: limit
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.ORACLE_PRIMAVERA_API_KEY}}'
  exposes:
  - type: rest
    namespace: p6-eppm-wbs-rest
    port: 8080
    description: REST adapter for Oracle Primavera P6 EPPM REST API — WBS. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/wbss
      name: wbss
      description: REST surface for wbss.
      operations:
      - method: GET
        name: listwbs
        description: List WBS elements
        call: p6-eppm-wbs.listwbs
        with:
          Fields: rest.Fields
          Filter: rest.Filter
          offset: rest.offset
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: p6-eppm-wbs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Oracle Primavera P6 EPPM REST API — WBS. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-wbs-elements
      description: List WBS elements
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: p6-eppm-wbs.listwbs
      with:
        Fields: tools.Fields
        Filter: tools.Filter
        offset: tools.offset
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.