Marketo · Capability

Marketo Engage Rest API — Submit

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

Run with Naftiko MarketoSubmit

What You Can Do

POST
Updateformsubmitbuttonusingpost — Marketo Update Submit Button
/v1/asset/v1/form/{id}/submitbutton-json

MCP Tools

marketo-update-submit-button

Marketo Update Submit Button

Capability Spec

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