Skip to main content
Glama

Marketo MCP Server

by alexleventer

marketo_clone_form

Clone existing Marketo forms with specified form ID, name, and folder ID using the Marketo MCP Server. Streamline form management and ensure consistent structure across campaigns.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
folderIdYes
formIdYes
nameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "type": "string" }, "folderId": { "type": "number" }, "formId": { "type": "number" }, "name": { "type": "string" } }, "required": [ "formId", "name", "folderId" ], "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