naftiko: 1.0.0-alpha2 info: label: Prosci Change Management API — ADKAR Assessments description: 'Prosci Change Management API — ADKAR Assessments. 4 operations. Lead operation: Prosci List ADKAR assessments. Self-contained Naftiko capability covering one Prosci business surface.' tags: - Prosci - ADKAR 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-adkar-assessments baseUri: https://api.prosci.com/v1 description: Prosci Change Management API — ADKAR Assessments business capability. Self-contained, no shared references. resources: - name: projects-projectId-adkar-assessments path: /projects/{projectId}/adkar-assessments operations: - name: listadkarassessments method: GET description: Prosci List ADKAR assessments outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: stakeholderId in: query type: string description: Filter assessments by stakeholder identifier - name: groupId in: query type: string description: Filter assessments by impacted group identifier - name: createadkarassessment method: POST description: Prosci Create an ADKAR assessment outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: projects-projectId-adkar-assessments-assessmentId path: /projects/{projectId}/adkar-assessments/{assessmentId} operations: - name: getadkarassessment method: GET description: Prosci Get an ADKAR assessment outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updateadkarassessment method: PUT description: Prosci Update an ADKAR 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-adkar-assessments-rest port: 8080 description: REST adapter for Prosci Change Management API — ADKAR Assessments. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/projects/{projectid}/adkar-assessments name: projects-projectid-adkar-assessments description: REST surface for projects-projectId-adkar-assessments. operations: - method: GET name: listadkarassessments description: Prosci List ADKAR assessments call: change-management-adkar-assessments.listadkarassessments with: stakeholderId: rest.stakeholderId groupId: rest.groupId outputParameters: - type: object mapping: $. - method: POST name: createadkarassessment description: Prosci Create an ADKAR assessment call: change-management-adkar-assessments.createadkarassessment with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/projects/{projectid}/adkar-assessments/{assessmentid} name: projects-projectid-adkar-assessments-assessmentid description: REST surface for projects-projectId-adkar-assessments-assessmentId. operations: - method: GET name: getadkarassessment description: Prosci Get an ADKAR assessment call: change-management-adkar-assessments.getadkarassessment outputParameters: - type: object mapping: $. - method: PUT name: updateadkarassessment description: Prosci Update an ADKAR assessment call: change-management-adkar-assessments.updateadkarassessment with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: change-management-adkar-assessments-mcp port: 9090 transport: http description: MCP adapter for Prosci Change Management API — ADKAR Assessments. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: prosci-list-adkar-assessments description: Prosci List ADKAR assessments hints: readOnly: true destructive: false idempotent: true call: change-management-adkar-assessments.listadkarassessments with: stakeholderId: tools.stakeholderId groupId: tools.groupId outputParameters: - type: object mapping: $. - name: prosci-create-adkar-assessment description: Prosci Create an ADKAR assessment hints: readOnly: false destructive: false idempotent: false call: change-management-adkar-assessments.createadkarassessment with: body: tools.body outputParameters: - type: object mapping: $. - name: prosci-get-adkar-assessment description: Prosci Get an ADKAR assessment hints: readOnly: true destructive: false idempotent: true call: change-management-adkar-assessments.getadkarassessment outputParameters: - type: object mapping: $. - name: prosci-update-adkar-assessment description: Prosci Update an ADKAR assessment hints: readOnly: false destructive: false idempotent: true call: change-management-adkar-assessments.updateadkarassessment with: body: tools.body outputParameters: - type: object mapping: $.