Unified.to · Capability

Unified.to API — company

Unified.to API — company. 19 operations. Lead operation: List All Companies. Self-contained Naftiko capability covering one Unified To business surface.

Run with Naftiko Unified Tocompany

What You Can Do

GET
Listatscompanies — List All Companies
/v1/ats/{connection-id}/company
POST
Createatscompany — Create a Company
/v1/ats/{connection-id}/company
DELETE
Removeatscompany — Remove a Company
/v1/ats/{connection-id}/company/{id}
GET
Getatscompany — Retrieve a Company
/v1/ats/{connection-id}/company/{id}
PATCH
Patchatscompany — Update a Company
/v1/ats/{connection-id}/company/{id}
PUT
Updateatscompany — Update a Company
/v1/ats/{connection-id}/company/{id}
GET
Listcrmcompanies — List All Companies
/v1/crm/{connection-id}/company
POST
Createcrmcompany — Create a Company
/v1/crm/{connection-id}/company
DELETE
Removecrmcompany — Remove a Company
/v1/crm/{connection-id}/company/{id}
GET
Getcrmcompany — Retrieve a Company
/v1/crm/{connection-id}/company/{id}
PATCH
Patchcrmcompany — Update a Company
/v1/crm/{connection-id}/company/{id}
PUT
Updatecrmcompany — Update a Company
/v1/crm/{connection-id}/company/{id}
GET
Listenrichcompanies — Retrieve Enrichment Information for a Company
/v1/enrich/{connection-id}/company
GET
Listhriscompanies — List All Companies
/v1/hris/{connection-id}/company
POST
Createhriscompany — Create a Company
/v1/hris/{connection-id}/company
DELETE
Removehriscompany — Remove a Company
/v1/hris/{connection-id}/company/{id}
GET
Gethriscompany — Retrieve a Company
/v1/hris/{connection-id}/company/{id}
PATCH
Patchhriscompany — Update a Company
/v1/hris/{connection-id}/company/{id}
PUT
Updatehriscompany — Update a Company
/v1/hris/{connection-id}/company/{id}

MCP Tools

list-all-companies

List All Companies

read-only idempotent
create-company

Create a Company

remove-company

Remove a Company

idempotent
retrieve-company

Retrieve a Company

read-only idempotent
update-company

Update a Company

idempotent
update-company-2

Update a Company

idempotent
list-all-companies-2

List All Companies

read-only idempotent
create-company-2

Create a Company

remove-company-2

Remove a Company

idempotent
retrieve-company-2

Retrieve a Company

read-only idempotent
update-company-3

Update a Company

idempotent
update-company-4

Update a Company

idempotent
retrieve-enrichment-information-company

Retrieve Enrichment Information for a Company

read-only idempotent
list-all-companies-3

List All Companies

read-only idempotent
create-company-3

Create a Company

remove-company-3

Remove a Company

idempotent
retrieve-company-3

Retrieve a Company

read-only idempotent
update-company-5

Update a Company

idempotent
update-company-6

Update a Company

idempotent

Capability Spec

full-company.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unified.to  API — company
  description: 'Unified.to  API — company. 19 operations. Lead operation: List All Companies. Self-contained Naftiko capability
    covering one Unified To business surface.'
  tags:
  - Unified To
  - company
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY
capability:
  consumes:
  - type: http
    namespace: full-company
    baseUri: https://api.unified.to
    description: Unified.to  API — company business capability. Self-contained, no shared references.
    resources:
    - name: ats-connection_id-company
      path: /ats/{connection_id}/company
      operations:
      - name: listatscompanies
        method: GET
        description: List All Companies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createatscompany
        method: POST
        description: Create a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ats-connection_id-company-id
      path: /ats/{connection_id}/company/{id}
      operations:
      - name: removeatscompany
        method: DELETE
        description: Remove a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
      - name: getatscompany
        method: GET
        description: Retrieve a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
      - name: patchatscompany
        method: PATCH
        description: Update a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updateatscompany
        method: PUT
        description: Update a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-company
      path: /crm/{connection_id}/company
      operations:
      - name: listcrmcompanies
        method: GET
        description: List All Companies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: deal_id
          in: query
          type: string
          description: The deal ID to filter by (reference to CrmDeal)
        - name: contact_id
          in: query
          type: string
          description: The contact ID to filter by (reference to CrmContact)
        - name: user_id
          in: query
          type: string
          description: The user/employee ID to filter by (reference to HrisEmployee)
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createcrmcompany
        method: POST
        description: Create a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: crm-connection_id-company-id
      path: /crm/{connection_id}/company/{id}
      operations:
      - name: removecrmcompany
        method: DELETE
        description: Remove a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
      - name: getcrmcompany
        method: GET
        description: Retrieve a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
      - name: patchcrmcompany
        method: PATCH
        description: Update a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatecrmcompany
        method: PUT
        description: Update a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: enrich-connection_id-company
      path: /enrich/{connection_id}/company
      operations:
      - name: listenrichcompanies
        method: GET
        description: Retrieve Enrichment Information for a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: domain
          in: query
          type: string
          description: The domain of the company to search
        - name: name
          in: query
          type: string
          description: The name of the company to search
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
    - name: hris-connection_id-company
      path: /hris/{connection_id}/company
      operations:
      - name: listhriscompanies
        method: GET
        description: List All Companies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createhriscompany
        method: POST
        description: Create a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: hris-connection_id-company-id
      path: /hris/{connection_id}/company/{id}
      operations:
      - name: removehriscompany
        method: DELETE
        description: Remove a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
      - name: gethriscompany
        method: GET
        description: Retrieve a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
      - name: patchhriscompany
        method: PATCH
        description: Update a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatehriscompany
        method: PUT
        description: Update a Company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Company
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: authorization
      value: '{{env.UNIFIED_TO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: full-company-rest
    port: 8080
    description: REST adapter for Unified.to  API — company. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/ats/{connection-id}/company
      name: ats-connection-id-company
      description: REST surface for ats-connection_id-company.
      operations:
      - method: GET
        name: listatscompanies
        description: List All Companies
        call: full-company.listatscompanies
        with:
          limit: rest.limit
          offset: rest.offset
          updated_gte: rest.updated_gte
          sort: rest.sort
          order: rest.order
          query: rest.query
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createatscompany
        description: Create a Company
        call: full-company.createatscompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ats/{connection-id}/company/{id}
      name: ats-connection-id-company-id
      description: REST surface for ats-connection_id-company-id.
      operations:
      - method: DELETE
        name: removeatscompany
        description: Remove a Company
        call: full-company.removeatscompany
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getatscompany
        description: Retrieve a Company
        call: full-company.getatscompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchatscompany
        description: Update a Company
        call: full-company.patchatscompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateatscompany
        description: Update a Company
        call: full-company.updateatscompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/crm/{connection-id}/company
      name: crm-connection-id-company
      description: REST surface for crm-connection_id-company.
      operations:
      - method: GET
        name: listcrmcompanies
        description: List All Companies
        call: full-company.listcrmcompanies
        with:
          limit: rest.limit
          offset: rest.offset
          updated_gte: rest.updated_gte
          sort: rest.sort
          order: rest.order
          query: rest.query
          deal_id: rest.deal_id
          contact_id: rest.contact_id
          user_id: rest.user_id
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcrmcompany
        description: Create a Company
        call: full-company.createcrmcompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/crm/{connection-id}/company/{id}
      name: crm-connection-id-company-id
      description: REST surface for crm-connection_id-company-id.
      operations:
      - method: DELETE
        name: removecrmcompany
        description: Remove a Company
        call: full-company.removecrmcompany
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getcrmcompany
        description: Retrieve a Company
        call: full-company.getcrmcompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchcrmcompany
        description: Update a Company
        call: full-company.patchcrmcompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecrmcompany
        description: Update a Company
        call: full-company.updatecrmcompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/enrich/{connection-id}/company
      name: enrich-connection-id-company
      description: REST surface for enrich-connection_id-company.
      operations:
      - method: GET
        name: listenrichcompanies
        description: Retrieve Enrichment Information for a Company
        call: full-company.listenrichcompanies
        with:
          domain: rest.domain
          name: rest.name
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/hris/{connection-id}/company
      name: hris-connection-id-company
      description: REST surface for hris-connection_id-company.
      operations:
      - method: GET
        name: listhriscompanies
        description: List All Companies
        call: full-company.listhriscompanies
        with:
          limit: rest.limit
          offset: rest.offset
          updated_gte: rest.updated_gte
          sort: rest.sort
          order: rest.order
          query: rest.query
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createhriscompany
        description: Create a Company
        call: full-company.createhriscompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/hris/{connection-id}/company/{id}
      name: hris-connection-id-company-id
      description: REST surface for hris-connection_id-company-id.
      operations:
      - method: DELETE
        name: removehriscompany
        description: Remove a Company
        call: full-company.removehriscompany
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: gethriscompany
        description: Retrieve a Company
        call: full-company.gethriscompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchhriscompany
        description: Update a Company
        call: full-company.patchhriscompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatehriscompany
        description: Update a Company
        call: full-company.updatehriscompany
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: full-company-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unified.to  API — company. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-all-companies
      description: List All Companies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-company.listatscompanies
      with:
        limit: tools.limit
        offset: tools.offset
        updated_gte: tools.updated_gte
        sort: tools.sort
        order: tools.order
        query: tools.query
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.
    - name: create-company
      description: Create a Company
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: full-company.createatscompany
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-company
      description: Remove a Company
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: full-company.removeatscompany
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-company
      description: Retrieve a Company
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-company.getatscompany
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-company
      description: Update a Company
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-company.patchatscompany
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-company-2
      description: Update a Company
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-company.updateatscompany
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-all-companies-2
      description: List All Companies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-company.listcrmcompanies
      with:
        limit: tools.limit
        offset: tools.offset
        updated_gte: tools.updated_gte
        sort: tools.sort
        order: tools.order
        query: tools.query
        deal_id: tools.deal_id
        contact_id: tools.contact_id
        user_id: tools.user_id
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.
    - name: create-company-2
      description: Create a Company
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: full-company.createcrmcompany
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-company-2
      description: Remove a Company
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: full-company.removecrmcompany
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-company-2
      description: Retrieve a Company
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-company.getcrmcompany
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-company-3
      description: Update a Company
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-company.patchcrmcompany
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-company-4
      description: Update a Company
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-company.updatecrmcompany
      with:
       

# --- truncated at 32 KB (35 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/unified-to/refs/heads/main/capabilities/full-company.yaml