toggle_zapier_hook
ActiveTool of mcp-server-dashform
declared in 1.0.0
Activate or pause a Zapier webhook subscription.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"hookId",
"status"
],
"properties": {
"hookId": {
"type": "string"
},
"status": {
"enum": [
"active",
"paused"
],
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-server-dashform
https://github.com/makloai/mcp-server-dashform
2/7 registries