Research MCP Server

create_new_survey_summary

Input Schema

NameRequiredDescriptionDefault
bodyNo
titleYes

Input Schema (JSON Schema)

{ "properties": { "body": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Body" }, "title": { "title": "Title", "type": "string" } }, "required": [ "title" ], "title": "create_new_survey_summaryArguments", "type": "object" }