Skip to main content
Glama
dscovr

surveymonkey-mcp

by dscovr

surveymonkey_list_responses_bulk

Retrieve survey responses with full answer data, supporting pagination and filters for status, creation dates, collectors, pages, or questions.

Instructions

Lists responses for a survey including all answer data.

Args: survey_id: Survey ID. page: Page number (default 1). per_page: Results per page, max 1000 (default 50). simple: If true, returns simplified answer format (default false). start_created_at: ISO 8601 — responses created after this date. end_created_at: ISO 8601 — responses created before this date. status: Filter: "completed", "partial", "overquota", "disqualified". collector_ids: Comma-separated collector IDs to filter by. page_ids: Comma-separated page IDs to include. question_ids: Comma-separated question IDs to include.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
simpleNo
statusNo
page_idsNo
per_pageNo
survey_idYes
question_idsNo
collector_idsNo
end_created_atNo
start_created_atNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must carry the behavioral disclosure burden. It discloses useful behaviors such as pagination defaults, the max per_page of 1000, ISO 8601 date formats, the 'simple' format switch, and supported status filters. However, it does not mention authentication requirements, rate limits, or any caveats about large bulk responses.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with a one-sentence purpose statement followed by a compact, scannable Args list. Every argument line earns its place by providing concrete semantics, defaults, or allowed values, with no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 10-parameter surface area and no annotations, the description covers the required invocation details well: required survey_id, filtering options, pagination, and date formats. The presence of an output schema means return values need not be described. It falls slightly short only in not explaining when to choose this over the closely related list_responses tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description is the only source of parameter meaning. It comprehensively documents all 10 parameters with types, defaults, allowed values, separator conventions, and date formats, adding substantial value beyond the bare schema titles.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a clear verb and resource: 'Lists responses for a survey including all answer data.' This conveys the core purpose and the emphasis on full answer data, though it does not explicitly distinguish itself from the sibling surveymonkey_list_responses or surveymonkey_export_responses_csv.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through the tool name 'bulk' and the phrase 'including all answer data,' but it never states when to prefer this tool over list_responses or when to use an export tool instead. There are no explicit exclusion conditions or alternative routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dscovr/surveymonkey-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server