Skip to main content
Glama

Netlify MCP Server

manage-form

Enable, disable, or delete form submissions on Netlify sites using site and form IDs for precise management and control.

Instructions

Manage form submissions

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform
formIdYesForm ID
siteIdYesSite ID or name

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Action to perform", "enum": [ "enable", "disable", "delete" ], "type": "string" }, "formId": { "description": "Form ID", "type": "string" }, "siteId": { "description": "Site ID or name", "type": "string" } }, "required": [ "siteId", "formId", "action" ], "type": "object" }

You must be authenticated.

Other Tools from Netlify 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/DynamicEndpoints/Netlify-MCP-Server'

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