Skip to main content
Glama

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" }
Install Server

Other Tools from Marketo MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexleventer/marketo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server