Get survey summary
limesurvey_get_summaryRetrieve summary statistics for a LimeSurvey survey, such as completed responses or token counts. Output as JSON or Markdown.
Instructions
Read response and participant summary counters.
Calls LimeSurvey RemoteControl method get_summary. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| statistic | No | Summary statistic to return. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |