Prosci · Capability

Prosci Change Management API — PCT Assessments

Prosci Change Management API — PCT Assessments. 2 operations. Lead operation: Prosci List PCT assessments. Self-contained Naftiko capability covering one Prosci business surface.

Run with Naftiko ProsciPCT Assessments

What You Can Do

GET
Listpctassessments — Prosci List PCT assessments
/v1/projects/{projectid}/pct-assessments
POST
Createpctassessment — Prosci Create a PCT assessment
/v1/projects/{projectid}/pct-assessments

MCP Tools

prosci-list-pct-assessments

Prosci List PCT assessments

read-only idempotent
prosci-create-pct-assessment

Prosci Create a PCT assessment

Capability Spec

change-management-pct-assessments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Prosci Change Management API — PCT Assessments
  description: 'Prosci Change Management API — PCT Assessments. 2 operations. Lead operation: Prosci List PCT assessments.
    Self-contained Naftiko capability covering one Prosci business surface.'
  tags:
  - Prosci
  - PCT Assessments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PROSCI_API_KEY: PROSCI_API_KEY
capability:
  consumes:
  - type: http
    namespace: change-management-pct-assessments
    baseUri: https://api.prosci.com/v1
    description: Prosci Change Management API — PCT Assessments business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-pct-assessments
      path: /projects/{projectId}/pct-assessments
      operations:
      - name: listpctassessments
        method: GET
        description: Prosci List PCT assessments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createpctassessment
        method: POST
        description: Prosci Create a PCT assessment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.PROSCI_API_KEY}}'
  exposes:
  - type: rest
    namespace: change-management-pct-assessments-rest
    port: 8080
    description: REST adapter for Prosci Change Management API — PCT Assessments. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/pct-assessments
      name: projects-projectid-pct-assessments
      description: REST surface for projects-projectId-pct-assessments.
      operations:
      - method: GET
        name: listpctassessments
        description: Prosci List PCT assessments
        call: change-management-pct-assessments.listpctassessments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createpctassessment
        description: Prosci Create a PCT assessment
        call: change-management-pct-assessments.createpctassessment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: change-management-pct-assessments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Prosci Change Management API — PCT Assessments. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: prosci-list-pct-assessments
      description: Prosci List PCT assessments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: change-management-pct-assessments.listpctassessments
      outputParameters:
      - type: object
        mapping: $.
    - name: prosci-create-pct-assessment
      description: Prosci Create a PCT assessment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: change-management-pct-assessments.createpctassessment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.