Coveo · Capability

Coveo Schema Service API — Salesforce Sources

Coveo Schema Service API — Salesforce Sources. 1 operations. Lead operation: Retrieves the Default Objects for a Salesforce Source. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoSchema ServiceSalesforce Sources

What You Can Do

GET
Getsalesforcedefaultobjectstoget — Retrieves the Default Objects for a Salesforce Source
/v1/organizations/{organizationid}/salesforce/defaultobjectstoget

MCP Tools

retrieves-default-objects-salesforce-source

Retrieves the Default Objects for a Salesforce Source

read-only idempotent

Capability Spec

schema-service-salesforce-sources.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Schema Service API — Salesforce Sources
  description: 'Coveo Schema Service API — Salesforce Sources. 1 operations. Lead operation: Retrieves the Default Objects
    for a Salesforce Source. Self-contained Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Schema Service
  - Salesforce Sources
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: schema-service-salesforce-sources
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Schema Service API — Salesforce Sources business capability. Self-contained, no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: rest-organizations-organizationId-salesforce-defaultObjectsToGet
      path: /rest/organizations/{organizationId}/salesforce/defaultObjectsToGet
      operations:
      - name: getsalesforcedefaultobjectstoget
        method: GET
        description: Retrieves the Default Objects for a Salesforce Source
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: preset
          in: query
          type: string
          description: 'The preset name of default objects to get (Value: "B2BProduct")'
        - name: organizationId
          in: path
          type: string
          description: The organization ID
          required: true
  exposes:
  - type: rest
    namespace: schema-service-salesforce-sources-rest
    port: 8080
    description: REST adapter for Coveo Schema Service API — Salesforce Sources. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/salesforce/defaultobjectstoget
      name: rest-organizations-organizationid-salesforce-defaultobjectstoget
      description: REST surface for rest-organizations-organizationId-salesforce-defaultObjectsToGet.
      operations:
      - method: GET
        name: getsalesforcedefaultobjectstoget
        description: Retrieves the Default Objects for a Salesforce Source
        call: schema-service-salesforce-sources.getsalesforcedefaultobjectstoget
        with:
          preset: rest.preset
          organizationId: rest.organizationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: schema-service-salesforce-sources-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Schema Service API — Salesforce Sources. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: retrieves-default-objects-salesforce-source
      description: Retrieves the Default Objects for a Salesforce Source
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: schema-service-salesforce-sources.getsalesforcedefaultobjectstoget
      with:
        preset: tools.preset
        organizationId: tools.organizationId
      outputParameters:
      - type: object
        mapping: $.