naftiko: 1.0.0-alpha2 info: label: Salesforce Sales Cloud Salesforce Tooling API — Tooling SObjects description: 'Salesforce Sales Cloud Salesforce Tooling API — Tooling SObjects. 6 operations. Lead operation: Salesforce Sales Cloud List available Tooling API sObjects. Self-contained Naftiko capability covering one Salesforce Sales Cloud business surface.' tags: - Salesforce Sales Cloud - Tooling SObjects created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SALESFORCE_SALES_CLOUD_API_KEY: SALESFORCE_SALES_CLOUD_API_KEY capability: consumes: - type: http namespace: tooling-tooling-sobjects baseUri: https://{instance}.salesforce.com/services/data/v59.0/tooling description: Salesforce Sales Cloud Salesforce Tooling API — Tooling SObjects business capability. Self-contained, no shared references. resources: - name: sobjects path: /sobjects operations: - name: listtoolingsobjects method: GET description: Salesforce Sales Cloud List available Tooling API sObjects outputRawFormat: json outputParameters: - name: result type: object value: $. - name: sobjects-sObjectName path: /sobjects/{sObjectName} operations: - name: gettoolingsobjectbasicinfo method: GET description: Salesforce Sales Cloud Get Tooling sObject basic information outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createtoolingsobjectrecord method: POST description: Salesforce Sales Cloud Create a Tooling sObject record outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: sobjects-sObjectName-recordId path: /sobjects/{sObjectName}/{recordId} operations: - name: gettoolingsobjectrecord method: GET description: Salesforce Sales Cloud Get a Tooling sObject record outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updatetoolingsobjectrecord method: PATCH description: Salesforce Sales Cloud Update a Tooling sObject record outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deletetoolingsobjectrecord method: DELETE description: Salesforce Sales Cloud Delete a Tooling sObject record outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.SALESFORCE_SALES_CLOUD_API_KEY}}' exposes: - type: rest namespace: tooling-tooling-sobjects-rest port: 8080 description: REST adapter for Salesforce Sales Cloud Salesforce Tooling API — Tooling SObjects. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/sobjects name: sobjects description: REST surface for sobjects. operations: - method: GET name: listtoolingsobjects description: Salesforce Sales Cloud List available Tooling API sObjects call: tooling-tooling-sobjects.listtoolingsobjects outputParameters: - type: object mapping: $. - path: /v1/sobjects/{sobjectname} name: sobjects-sobjectname description: REST surface for sobjects-sObjectName. operations: - method: GET name: gettoolingsobjectbasicinfo description: Salesforce Sales Cloud Get Tooling sObject basic information call: tooling-tooling-sobjects.gettoolingsobjectbasicinfo outputParameters: - type: object mapping: $. - method: POST name: createtoolingsobjectrecord description: Salesforce Sales Cloud Create a Tooling sObject record call: tooling-tooling-sobjects.createtoolingsobjectrecord with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/sobjects/{sobjectname}/{recordid} name: sobjects-sobjectname-recordid description: REST surface for sobjects-sObjectName-recordId. operations: - method: GET name: gettoolingsobjectrecord description: Salesforce Sales Cloud Get a Tooling sObject record call: tooling-tooling-sobjects.gettoolingsobjectrecord outputParameters: - type: object mapping: $. - method: PATCH name: updatetoolingsobjectrecord description: Salesforce Sales Cloud Update a Tooling sObject record call: tooling-tooling-sobjects.updatetoolingsobjectrecord with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletetoolingsobjectrecord description: Salesforce Sales Cloud Delete a Tooling sObject record call: tooling-tooling-sobjects.deletetoolingsobjectrecord outputParameters: - type: object mapping: $. - type: mcp namespace: tooling-tooling-sobjects-mcp port: 9090 transport: http description: MCP adapter for Salesforce Sales Cloud Salesforce Tooling API — Tooling SObjects. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: salesforce-sales-cloud-list-available description: Salesforce Sales Cloud List available Tooling API sObjects hints: readOnly: true destructive: false idempotent: true call: tooling-tooling-sobjects.listtoolingsobjects outputParameters: - type: object mapping: $. - name: salesforce-sales-cloud-get-tooling description: Salesforce Sales Cloud Get Tooling sObject basic information hints: readOnly: true destructive: false idempotent: true call: tooling-tooling-sobjects.gettoolingsobjectbasicinfo outputParameters: - type: object mapping: $. - name: salesforce-sales-cloud-create-tooling description: Salesforce Sales Cloud Create a Tooling sObject record hints: readOnly: false destructive: false idempotent: false call: tooling-tooling-sobjects.createtoolingsobjectrecord with: body: tools.body outputParameters: - type: object mapping: $. - name: salesforce-sales-cloud-get-tooling-2 description: Salesforce Sales Cloud Get a Tooling sObject record hints: readOnly: true destructive: false idempotent: true call: tooling-tooling-sobjects.gettoolingsobjectrecord outputParameters: - type: object mapping: $. - name: salesforce-sales-cloud-update-tooling description: Salesforce Sales Cloud Update a Tooling sObject record hints: readOnly: false destructive: false idempotent: true call: tooling-tooling-sobjects.updatetoolingsobjectrecord with: body: tools.body outputParameters: - type: object mapping: $. - name: salesforce-sales-cloud-delete-tooling description: Salesforce Sales Cloud Delete a Tooling sObject record hints: readOnly: false destructive: true idempotent: true call: tooling-tooling-sobjects.deletetoolingsobjectrecord outputParameters: - type: object mapping: $.