Unified.to · Capability

Unified.to API — organization

Unified.to API — organization. 6 operations. Lead operation: List all organizations. Self-contained Naftiko capability covering one Unified To business surface.

Run with Naftiko Unified Toorganization

What You Can Do

GET
Listadsorganizations — List all organizations
/v1/ads/{connection-id}/organization
POST
Createadsorganization — Create an organization
/v1/ads/{connection-id}/organization
DELETE
Removeadsorganization — Remove an organization
/v1/ads/{connection-id}/organization/{id}
GET
Getadsorganization — Retrieve an organization
/v1/ads/{connection-id}/organization/{id}
PATCH
Patchadsorganization — Update an organization
/v1/ads/{connection-id}/organization/{id}
PUT
Updateadsorganization — Update an organization
/v1/ads/{connection-id}/organization/{id}

MCP Tools

list-all-organizations

List all organizations

read-only idempotent
create-organization

Create an organization

remove-organization

Remove an organization

idempotent
retrieve-organization

Retrieve an organization

read-only idempotent
update-organization

Update an organization

idempotent
update-organization-2

Update an organization

idempotent

Capability Spec

marketing-organization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unified.to  API — organization
  description: 'Unified.to  API — organization. 6 operations. Lead operation: List all organizations. Self-contained Naftiko
    capability covering one Unified To business surface.'
  tags:
  - Unified To
  - organization
  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: marketing-organization
    baseUri: https://api.unified.to
    description: Unified.to  API — organization business capability. Self-contained, no shared references.
    resources:
    - name: ads-connection_id-organization
      path: /ads/{connection_id}/organization
      operations:
      - name: listadsorganizations
        method: GET
        description: List all organizations
        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: parent_id
          in: query
          type: string
          description: The parent ID to filter by
        - 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: createadsorganization
        method: POST
        description: Create an organization
        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: ads-connection_id-organization-id
      path: /ads/{connection_id}/organization/{id}
      operations:
      - name: removeadsorganization
        method: DELETE
        description: Remove an organization
        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 Organization
          required: true
      - name: getadsorganization
        method: GET
        description: Retrieve an organization
        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 Organization
          required: true
      - name: patchadsorganization
        method: PATCH
        description: Update an organization
        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 Organization
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updateadsorganization
        method: PUT
        description: Update an organization
        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 Organization
          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: marketing-organization-rest
    port: 8080
    description: REST adapter for Unified.to  API — organization. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/ads/{connection-id}/organization
      name: ads-connection-id-organization
      description: REST surface for ads-connection_id-organization.
      operations:
      - method: GET
        name: listadsorganizations
        description: List all organizations
        call: marketing-organization.listadsorganizations
        with:
          limit: rest.limit
          offset: rest.offset
          updated_gte: rest.updated_gte
          sort: rest.sort
          order: rest.order
          query: rest.query
          parent_id: rest.parent_id
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createadsorganization
        description: Create an organization
        call: marketing-organization.createadsorganization
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ads/{connection-id}/organization/{id}
      name: ads-connection-id-organization-id
      description: REST surface for ads-connection_id-organization-id.
      operations:
      - method: DELETE
        name: removeadsorganization
        description: Remove an organization
        call: marketing-organization.removeadsorganization
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getadsorganization
        description: Retrieve an organization
        call: marketing-organization.getadsorganization
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchadsorganization
        description: Update an organization
        call: marketing-organization.patchadsorganization
        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: updateadsorganization
        description: Update an organization
        call: marketing-organization.updateadsorganization
        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: marketing-organization-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unified.to  API — organization. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-all-organizations
      description: List all organizations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-organization.listadsorganizations
      with:
        limit: tools.limit
        offset: tools.offset
        updated_gte: tools.updated_gte
        sort: tools.sort
        order: tools.order
        query: tools.query
        parent_id: tools.parent_id
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.
    - name: create-organization
      description: Create an organization
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: marketing-organization.createadsorganization
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-organization
      description: Remove an organization
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: marketing-organization.removeadsorganization
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-organization
      description: Retrieve an organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketing-organization.getadsorganization
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-organization
      description: Update an organization
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: marketing-organization.patchadsorganization
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-organization-2
      description: Update an organization
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: marketing-organization.updateadsorganization
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.