Marketo MCP Server

by alexleventer

marketo_approve_form

Approve Marketo forms by submitting a form ID and optional comment using the Marketo MCP Server, ensuring forms are ready for use in campaigns.

Input Schema

NameRequiredDescriptionDefault
commentNo
formIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "comment": { "type": "string" }, "formId": { "type": "number" } }, "required": [ "formId" ], "type": "object" }

You must be authenticated.

Other Tools from Marketo MCP Server

Related Tools

ID: cvmki7x3mv