Google Marketing Platform Admin API — V1alpha

Google Marketing Platform Admin API — V1alpha. 5 operations. Lead operation: Google Marketing Platform Admin List Organizations. Self-contained Naftiko capability covering one Google Marketing Platform business surface.

Run with Naftiko Google Marketing PlatformV1alpha

What You Can Do

GET
Listorganizations — Google Marketing Platform Admin List Organizations
/v1/v1alpha/organizations
POST
Setpropertyservicelevel — Google Marketing Platform Admin Set Property Service Level
/v1/v1alpha/analyticsaccountlink-setpropertyservicelevel
DELETE
Deleteanalyticsaccountlink — Google Marketing Platform Admin Delete Analytics Account Link
/v1/v1alpha/{name}
GET
Listanalyticsaccountlinks — Google Marketing Platform Admin List Analytics Account Links
/v1/v1alpha/{parent}/analyticsaccountlinks
POST
Createanalyticsaccountlink — Google Marketing Platform Admin Create Analytics Account Link
/v1/v1alpha/{parent}/analyticsaccountlinks

MCP Tools

google-marketing-platform-admin-list

Google Marketing Platform Admin List Organizations

read-only idempotent
google-marketing-platform-admin-set

Google Marketing Platform Admin Set Property Service Level

google-marketing-platform-admin-delete

Google Marketing Platform Admin Delete Analytics Account Link

idempotent
google-marketing-platform-admin-list-2

Google Marketing Platform Admin List Analytics Account Links

read-only idempotent
google-marketing-platform-admin-create

Google Marketing Platform Admin Create Analytics Account Link

Capability Spec

openapi-v1alpha.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Marketing Platform Admin API — V1alpha
  description: 'Google Marketing Platform Admin API — V1alpha. 5 operations. Lead operation: Google Marketing Platform Admin
    List Organizations. Self-contained Naftiko capability covering one Google Marketing Platform business surface.'
  tags:
  - Google Marketing Platform
  - V1alpha
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_MARKETING_PLATFORM_API_KEY: GOOGLE_MARKETING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-v1alpha
    baseUri: https://marketingplatformadmin.googleapis.com
    description: Google Marketing Platform Admin API — V1alpha business capability. Self-contained, no shared references.
    resources:
    - name: v1alpha-organizations
      path: /v1alpha/organizations
      operations:
      - name: listorganizations
        method: GET
        description: Google Marketing Platform Admin List Organizations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pageSize
          in: query
          type: integer
        - name: pageToken
          in: query
          type: string
    - name: v1alpha-analyticsAccountLink}:setPropertyServiceLevel
      path: /v1alpha/{analyticsAccountLink}:setPropertyServiceLevel
      operations:
      - name: setpropertyservicelevel
        method: POST
        description: Google Marketing Platform Admin Set Property Service Level
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: analyticsAccountLink
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: v1alpha-name
      path: /v1alpha/{name}
      operations:
      - name: deleteanalyticsaccountlink
        method: DELETE
        description: Google Marketing Platform Admin Delete Analytics Account Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          required: true
    - name: v1alpha-parent-analyticsAccountLinks
      path: /v1alpha/{parent}/analyticsAccountLinks
      operations:
      - name: listanalyticsaccountlinks
        method: GET
        description: Google Marketing Platform Admin List Analytics Account Links
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parent
          in: path
          type: string
          required: true
        - name: pageSize
          in: query
          type: integer
        - name: pageToken
          in: query
          type: string
      - name: createanalyticsaccountlink
        method: POST
        description: Google Marketing Platform Admin Create Analytics Account Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parent
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.GOOGLE_MARKETING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-v1alpha-rest
    port: 8080
    description: REST adapter for Google Marketing Platform Admin API — V1alpha. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1alpha/organizations
      name: v1alpha-organizations
      description: REST surface for v1alpha-organizations.
      operations:
      - method: GET
        name: listorganizations
        description: Google Marketing Platform Admin List Organizations
        call: openapi-v1alpha.listorganizations
        with:
          pageSize: rest.pageSize
          pageToken: rest.pageToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1alpha/analyticsaccountlink-setpropertyservicelevel
      name: v1alpha-analyticsaccountlink-setpropertyservicelevel
      description: REST surface for v1alpha-analyticsAccountLink}:setPropertyServiceLevel.
      operations:
      - method: POST
        name: setpropertyservicelevel
        description: Google Marketing Platform Admin Set Property Service Level
        call: openapi-v1alpha.setpropertyservicelevel
        with:
          analyticsAccountLink: rest.analyticsAccountLink
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1alpha/{name}
      name: v1alpha-name
      description: REST surface for v1alpha-name.
      operations:
      - method: DELETE
        name: deleteanalyticsaccountlink
        description: Google Marketing Platform Admin Delete Analytics Account Link
        call: openapi-v1alpha.deleteanalyticsaccountlink
        with:
          name: rest.name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1alpha/{parent}/analyticsaccountlinks
      name: v1alpha-parent-analyticsaccountlinks
      description: REST surface for v1alpha-parent-analyticsAccountLinks.
      operations:
      - method: GET
        name: listanalyticsaccountlinks
        description: Google Marketing Platform Admin List Analytics Account Links
        call: openapi-v1alpha.listanalyticsaccountlinks
        with:
          parent: rest.parent
          pageSize: rest.pageSize
          pageToken: rest.pageToken
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createanalyticsaccountlink
        description: Google Marketing Platform Admin Create Analytics Account Link
        call: openapi-v1alpha.createanalyticsaccountlink
        with:
          parent: rest.parent
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-v1alpha-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Marketing Platform Admin API — V1alpha. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-marketing-platform-admin-list
      description: Google Marketing Platform Admin List Organizations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-v1alpha.listorganizations
      with:
        pageSize: tools.pageSize
        pageToken: tools.pageToken
      outputParameters:
      - type: object
        mapping: $.
    - name: google-marketing-platform-admin-set
      description: Google Marketing Platform Admin Set Property Service Level
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-v1alpha.setpropertyservicelevel
      with:
        analyticsAccountLink: tools.analyticsAccountLink
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-marketing-platform-admin-delete
      description: Google Marketing Platform Admin Delete Analytics Account Link
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: openapi-v1alpha.deleteanalyticsaccountlink
      with:
        name: tools.name
      outputParameters:
      - type: object
        mapping: $.
    - name: google-marketing-platform-admin-list-2
      description: Google Marketing Platform Admin List Analytics Account Links
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-v1alpha.listanalyticsaccountlinks
      with:
        parent: tools.parent
        pageSize: tools.pageSize
        pageToken: tools.pageToken
      outputParameters:
      - type: object
        mapping: $.
    - name: google-marketing-platform-admin-create
      description: Google Marketing Platform Admin Create Analytics Account Link
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-v1alpha.createanalyticsaccountlink
      with:
        parent: tools.parent
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.