Skip to main content
Glama
dscovr

surveymonkey-mcp

by dscovr

surveymonkey_list_responses

List survey response metadata with filters for status, email, and date range. Paginate and sort responses to review submission activity.

Instructions

Lists responses for a survey (metadata only, no answers). Use surveymonkey_list_responses_bulk to include answer data.

Args: survey_id: Survey ID. page: Page number (default 1). per_page: Results per page, max 1000 (default 50). start_created_at: ISO 8601 — responses created after this date. end_created_at: ISO 8601 — responses created before this date. status: Filter by status: "completed", "partial", "overquota", "disqualified". email: Filter by respondent email. sort_by: Sort field: "date_modified". sort_order: Sort direction: "asc" or "desc".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
emailNo
statusNo
sort_byNo
per_pageNo
survey_idYes
sort_orderNo
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

A4.8/5.0
Behavior4/5

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

With no annotations, the description carries the disclosure burden and does disclose a core behavioral trait: returns metadata only and excludes answer content. It also documents filter, sort, and pagination behavior. It does not mention auth or error behavior, but for a read-only list operation this is acceptable.

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 prose is minimal and front-loaded with purpose and the alternative tool, followed by a compact structured argument list. No redundant sentences or restatements of schema titles.

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

Completeness5/5

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

For a nine-parameter tool with no schema-level descriptions and no annotations, the description covers the operation, the parameter semantics, and the main sibling distinction. An output schema exists, so return-value shape does not need to be restated.

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 must document the parameters itself. It explains every argument, adds constraints not present in the schema (max 1000, ISO 8601, allowed status values, sort field/order), and clarifies defaults.

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

Purpose5/5

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

Description states the specific action (lists responses for a survey) and the key scope restriction (metadata only, no answers). It immediately distinguishes itself from the sibling surveymonkey_list_responses_bulk, so an agent can tell them apart.

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

Usage Guidelines5/5

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

Provides an explicit routing rule: use this tool for metadata-only response lists, and use surveymonkey_list_responses_bulk when answer data is needed. This is clear context for choosing among siblings.

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