Marketo · Capability

Marketo Engage Rest API — Name

Marketo Engage Rest API — Name. 1 operations. Lead operation: Marketo Update Email Variable. Self-contained Naftiko capability covering one Marketo business surface.

Run with Naftiko MarketoName

What You Can Do

POST
Updatevariableusingpost — Marketo Update Email Variable
/v1/asset/v1/email/{id}/variable/name-json

MCP Tools

marketo-update-email-variable

Marketo Update Email Variable

Capability Spec

engage-rest-name.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Marketo Engage Rest API — Name
  description: 'Marketo Engage Rest API — Name. 1 operations. Lead operation: Marketo Update Email Variable. Self-contained
    Naftiko capability covering one Marketo business surface.'
  tags:
  - Marketo
  - Name
  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-name
    baseUri: https://localhost:8080
    description: Marketo Engage Rest API — Name business capability. Self-contained, no shared references.
    resources:
    - name: rest-asset-v1-email-id-variable-name}.json
      path: /rest/asset/v1/email/{id}/variable/{name}.json
      operations:
      - name: updatevariableusingpost
        method: POST
        description: Marketo Update Email Variable
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: id
          required: true
        - name: name
          in: path
          type: string
          description: name
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: engage-rest-name-rest
    port: 8080
    description: REST adapter for Marketo Engage Rest API — Name. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/asset/v1/email/{id}/variable/name-json
      name: rest-asset-v1-email-id-variable-name-json
      description: REST surface for rest-asset-v1-email-id-variable-name}.json.
      operations:
      - method: POST
        name: updatevariableusingpost
        description: Marketo Update Email Variable
        call: engage-rest-name.updatevariableusingpost
        with:
          id: rest.id
          name: rest.name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: engage-rest-name-mcp
    port: 9090
    transport: http
    description: MCP adapter for Marketo Engage Rest API — Name. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: marketo-update-email-variable
      description: Marketo Update Email Variable
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: engage-rest-name.updatevariableusingpost
      with:
        id: tools.id
        name: tools.name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.