naftiko: 1.0.0-alpha2 info: label: Salesforce — Related description: 'Salesforce — Related. 2 operations. Lead operation: Salesforce Get Related List Record Actions. Self-contained Naftiko capability covering one Salesforce business surface.' tags: - Salesforce - Related created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SALESFORCE_API_KEY: SALESFORCE_API_KEY capability: consumes: - type: http namespace: salesforce-related baseUri: https://login.salesforce.com description: Salesforce — Related business capability. Self-contained, no shared references. resources: - name: data-v64.0-ui-api-actions-record-RECORD_ID-related-list-record-RELATED_LIST_RECO path: /data/v64.0/ui-api/actions/record/{RECORD_ID}/related-list-record/{RELATED_LIST_RECORD_IDS} operations: - name: getrelatedlistrecordactions method: GET description: Salesforce Get Related List Record Actions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: RECORD_ID in: path type: string description: Record ID required: true - name: RELATED_LIST_RECORD_IDS in: path type: string description: A related list record ID, or a comma-delimited list of related list record IDs. required: true - name: data-v64.0-ui-api-actions-record-RECORD_ID-related-list-RELATED_LIST_IDS path: /data/v64.0/ui-api/actions/record/{RECORD_ID}/related-list/{RELATED_LIST_IDS} operations: - name: getrelatedlistactions method: GET description: Salesforce Get Related List Actions outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: RECORD_ID in: path type: string description: Record ID required: true - name: RELATED_LIST_IDS in: path type: string description: Optional. A related list name, or a comma-delimited list of related list names. required: true authentication: type: bearer token: '{{env.SALESFORCE_API_KEY}}' exposes: - type: rest namespace: salesforce-related-rest port: 8080 description: REST adapter for Salesforce — Related. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/data/v64-0/ui-api/actions/record/{record-id}/related-list-record/{related-list-record-ids} name: data-v64-0-ui-api-actions-record-record-id-related-list-record-related-list-reco description: REST surface for data-v64.0-ui-api-actions-record-RECORD_ID-related-list-record-RELATED_LIST_RECO. operations: - method: GET name: getrelatedlistrecordactions description: Salesforce Get Related List Record Actions call: salesforce-related.getrelatedlistrecordactions with: RECORD_ID: rest.RECORD_ID RELATED_LIST_RECORD_IDS: rest.RELATED_LIST_RECORD_IDS outputParameters: - type: object mapping: $. - path: /v1/data/v64-0/ui-api/actions/record/{record-id}/related-list/{related-list-ids} name: data-v64-0-ui-api-actions-record-record-id-related-list-related-list-ids description: REST surface for data-v64.0-ui-api-actions-record-RECORD_ID-related-list-RELATED_LIST_IDS. operations: - method: GET name: getrelatedlistactions description: Salesforce Get Related List Actions call: salesforce-related.getrelatedlistactions with: RECORD_ID: rest.RECORD_ID RELATED_LIST_IDS: rest.RELATED_LIST_IDS outputParameters: - type: object mapping: $. - type: mcp namespace: salesforce-related-mcp port: 9090 transport: http description: MCP adapter for Salesforce — Related. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: salesforce-get-related-list-record description: Salesforce Get Related List Record Actions hints: readOnly: true destructive: false idempotent: true call: salesforce-related.getrelatedlistrecordactions with: RECORD_ID: tools.RECORD_ID RELATED_LIST_RECORD_IDS: tools.RELATED_LIST_RECORD_IDS outputParameters: - type: object mapping: $. - name: salesforce-get-related-list-actions description: Salesforce Get Related List Actions hints: readOnly: true destructive: false idempotent: true call: salesforce-related.getrelatedlistactions with: RECORD_ID: tools.RECORD_ID RELATED_LIST_IDS: tools.RELATED_LIST_IDS outputParameters: - type: object mapping: $.