Marketo · Capability

Marketo Engage Rest API — Channel

Marketo Engage Rest API — Channel. 1 operations. Lead operation: Marketo Get Channel by Name. Self-contained Naftiko capability covering one Marketo business surface.

Run with Naftiko MarketoChannel

What You Can Do

GET
Getchannelbynameusingget — Marketo Get Channel by Name
/v1/asset/v1/channel/byname-json

MCP Tools

marketo-get-channel-name

Marketo Get Channel by Name

read-only idempotent

Capability Spec

engage-rest-channel.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Marketo Engage Rest API — Channel
  description: 'Marketo Engage Rest API — Channel. 1 operations. Lead operation: Marketo Get Channel by Name. Self-contained
    Naftiko capability covering one Marketo business surface.'
  tags:
  - Marketo
  - Channel
  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-channel
    baseUri: https://localhost:8080
    description: Marketo Engage Rest API — Channel business capability. Self-contained, no shared references.
    resources:
    - name: rest-asset-v1-channel-byName.json
      path: /rest/asset/v1/channel/byName.json
      operations:
      - name: getchannelbynameusingget
        method: GET
        description: Marketo Get Channel by Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Name
          in: query
          type: string
          description: Name of channel to retrieve
          required: true
  exposes:
  - type: rest
    namespace: engage-rest-channel-rest
    port: 8080
    description: REST adapter for Marketo Engage Rest API — Channel. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/asset/v1/channel/byname-json
      name: rest-asset-v1-channel-byname-json
      description: REST surface for rest-asset-v1-channel-byName.json.
      operations:
      - method: GET
        name: getchannelbynameusingget
        description: Marketo Get Channel by Name
        call: engage-rest-channel.getchannelbynameusingget
        with:
          Name: rest.Name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engage-rest-channel-mcp
    port: 9090
    transport: http
    description: MCP adapter for Marketo Engage Rest API — Channel. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: marketo-get-channel-name
      description: Marketo Get Channel by Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: engage-rest-channel.getchannelbynameusingget
      with:
        Name: tools.Name
      outputParameters:
      - type: object
        mapping: $.