marketo_get_form_by_id
Retrieve Marketo form details by specifying the form ID using the Marketo MCP Server, enabling efficient form management and integration workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
formId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"formId": {
"type": "number"
}
},
"required": [
"formId"
],
"type": "object"
}