Get Study Summary
get_study_summaryReturns or refreshes the semantic summary for a Study as Markdown plus flexible evidence blocks. Website, image, and video analyses retain heatmap-compatible block metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Regenerate even when the covered message range is unchanged. | |
| length | No | standard | |
| panelId | No | Study ID (UUID; legacy wire field name: panelId). Omit both panelId and panelName only for the active Study from this MCP session. | |
| refresh | No | Generate or refresh the summary instead of only reading the persisted summary. | |
| studyId | No | Study ID (UUID). Omit with studyName to use the active Study. | |
| panelName | No | Study name for fuzzy matching (legacy wire field name: panelName). Omit both panelName and panelId only for the active Study from this MCP session. | |
| studyName | No | Study name for fuzzy matching. Omit with studyId to use the active Study. |