Scout RFP · Capability

Workday Strategic Sourcing Events API — Event Suppliers

Workday Strategic Sourcing Events API — Event Suppliers. 4 operations. Lead operation: Add Supplier Companies. Self-contained Naftiko capability covering one Scout Rfp business surface.

Run with Naftiko Scout RfpEvent Suppliers

What You Can Do

POST
Addsuppliercompanies — Add Supplier Companies
/v1/events/{event-id}/relationships/supplier-companies
DELETE
Removesuppliercompanies — Remove Supplier Companies
/v1/events/{event-id}/relationships/supplier-companies
POST
Addsuppliercontacts — Add Supplier Contacts
/v1/events/{event-id}/relationships/supplier-contacts
DELETE
Removesuppliercontacts — Remove Supplier Contacts
/v1/events/{event-id}/relationships/supplier-contacts

MCP Tools

add-supplier-companies

Add Supplier Companies

remove-supplier-companies

Remove Supplier Companies

idempotent
add-supplier-contacts

Add Supplier Contacts

remove-supplier-contacts

Remove Supplier Contacts

idempotent

Capability Spec

events-event-suppliers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Strategic Sourcing Events API — Event Suppliers
  description: 'Workday Strategic Sourcing Events API — Event Suppliers. 4 operations. Lead operation: Add Supplier Companies.
    Self-contained Naftiko capability covering one Scout Rfp business surface.'
  tags:
  - Scout Rfp
  - Event Suppliers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SCOUT_RFP_API_KEY: SCOUT_RFP_API_KEY
capability:
  consumes:
  - type: http
    namespace: events-event-suppliers
    baseUri: https://api.us.workdayspend.com/services/events/v1
    description: Workday Strategic Sourcing Events API — Event Suppliers business capability. Self-contained, no shared references.
    resources:
    - name: events-event_id-relationships-supplier_companies
      path: /events/{event_id}/relationships/supplier_companies
      operations:
      - name: addsuppliercompanies
        method: POST
        description: Add Supplier Companies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: event_id
          in: path
          type: string
          description: Event identifier
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: removesuppliercompanies
        method: DELETE
        description: Remove Supplier Companies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: event_id
          in: path
          type: string
          description: Event identifier
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: events-event_id-relationships-supplier_contacts
      path: /events/{event_id}/relationships/supplier_contacts
      operations:
      - name: addsuppliercontacts
        method: POST
        description: Add Supplier Contacts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: event_id
          in: path
          type: string
          description: Event identifier
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: removesuppliercontacts
        method: DELETE
        description: Remove Supplier Contacts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: event_id
          in: path
          type: string
          description: Event identifier
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-Api-Key
      value: '{{env.SCOUT_RFP_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: events-event-suppliers-rest
    port: 8080
    description: REST adapter for Workday Strategic Sourcing Events API — Event Suppliers. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/events/{event-id}/relationships/supplier-companies
      name: events-event-id-relationships-supplier-companies
      description: REST surface for events-event_id-relationships-supplier_companies.
      operations:
      - method: POST
        name: addsuppliercompanies
        description: Add Supplier Companies
        call: events-event-suppliers.addsuppliercompanies
        with:
          event_id: rest.event_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: removesuppliercompanies
        description: Remove Supplier Companies
        call: events-event-suppliers.removesuppliercompanies
        with:
          event_id: rest.event_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/events/{event-id}/relationships/supplier-contacts
      name: events-event-id-relationships-supplier-contacts
      description: REST surface for events-event_id-relationships-supplier_contacts.
      operations:
      - method: POST
        name: addsuppliercontacts
        description: Add Supplier Contacts
        call: events-event-suppliers.addsuppliercontacts
        with:
          event_id: rest.event_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: removesuppliercontacts
        description: Remove Supplier Contacts
        call: events-event-suppliers.removesuppliercontacts
        with:
          event_id: rest.event_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: events-event-suppliers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Strategic Sourcing Events API — Event Suppliers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: add-supplier-companies
      description: Add Supplier Companies
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: events-event-suppliers.addsuppliercompanies
      with:
        event_id: tools.event_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-supplier-companies
      description: Remove Supplier Companies
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: events-event-suppliers.removesuppliercompanies
      with:
        event_id: tools.event_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: add-supplier-contacts
      description: Add Supplier Contacts
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: events-event-suppliers.addsuppliercontacts
      with:
        event_id: tools.event_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-supplier-contacts
      description: Remove Supplier Contacts
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: events-event-suppliers.removesuppliercontacts
      with:
        event_id: tools.event_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.