Marketo · Capability

Marketo Engage Rest API — Cc

Marketo Engage Rest API — Cc. 1 operations. Lead operation: Marketo Get Email CC Fields. Self-contained Naftiko capability covering one Marketo business surface.

Run with Naftiko MarketoCc

What You Can Do

GET
Getemailccfieldsusingget — Marketo Get Email CC Fields
/v1/asset/v1/email/ccfields-json

MCP Tools

marketo-get-email-cc-fields

Marketo Get Email CC Fields

read-only idempotent

Capability Spec

engage-rest-cc.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Marketo Engage Rest API — Cc
  description: 'Marketo Engage Rest API — Cc. 1 operations. Lead operation: Marketo Get Email CC Fields. Self-contained Naftiko
    capability covering one Marketo business surface.'
  tags:
  - Marketo
  - Cc
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MARKETO_API_KEY: MARKETO_API_KEY
capability:
  consumes:
  - type: http
    namespace: engage-rest-cc
    baseUri: https://localhost:8080
    description: Marketo Engage Rest API — Cc business capability. Self-contained, no shared references.
    resources:
    - name: rest-asset-v1-email-ccFields.json
      path: /rest/asset/v1/email/ccFields.json
      operations:
      - name: getemailccfieldsusingget
        method: GET
        description: Marketo Get Email CC Fields
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: engage-rest-cc-rest
    port: 8080
    description: REST adapter for Marketo Engage Rest API — Cc. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/asset/v1/email/ccfields-json
      name: rest-asset-v1-email-ccfields-json
      description: REST surface for rest-asset-v1-email-ccFields.json.
      operations:
      - method: GET
        name: getemailccfieldsusingget
        description: Marketo Get Email CC Fields
        call: engage-rest-cc.getemailccfieldsusingget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engage-rest-cc-mcp
    port: 9090
    transport: http
    description: MCP adapter for Marketo Engage Rest API — Cc. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: marketo-get-email-cc-fields
      description: Marketo Get Email CC Fields
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: engage-rest-cc.getemailccfieldsusingget
      outputParameters:
      - type: object
        mapping: $.