Research MCP Server

update_survey_summary_block

Input Schema

NameRequiredDescriptionDefault
bodyYes
page_idYes

Input Schema (JSON Schema)

{ "properties": { "body": { "title": "Body", "type": "string" }, "page_id": { "title": "Page Id", "type": "string" } }, "required": [ "page_id", "body" ], "title": "update_survey_summary_blockArguments", "type": "object" }