Skip to main content
Glama
dscovr

surveymonkey-mcp

by dscovr

surveymonkey_list_surveys

List surveys with pagination, sorting, and filters by title, modified date, or folder to locate the right survey.

Instructions

Lists surveys in the account with pagination and optional filters.

Args: page: Page number (default 1). per_page: Results per page, max 1000 (default 50). sort_by: Sort field: "title", "date_modified", "num_responses" (default: date_modified). sort_order: Sort direction: "asc" or "desc" (default: desc). title: Filter surveys by title (substring match). start_modified_at: ISO 8601 — surveys modified after this date. end_modified_at: ISO 8601 — surveys modified before this date. folder_id: Filter by folder ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
titleNo
sort_byNo
per_pageNo
folder_idNo
sort_orderNo
end_modified_atNo
start_modified_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.1/5.0
Behavior3/5

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

There are no annotations, so the description carries the behavioral transparency burden. It discloses that this is a read-style listing operation, explains pagination behavior, sort defaults, and the per_page maximum of 1000. It does not mention authentication requirements, rate limits, or explicitly confirm the absence of side effects, leaving some behavioral context unstated.

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 and followed by a compact Args block. Each parameter line is informative and scannable, with no filler, repetition of schema defaults, or unnecessary prose. Every sentence earns its place.

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 an output schema is present and all 8 optional parameters are fully described, the description provides nearly complete invocation context. The remaining gaps are minor: no guidance on choosing sibling tools, no error/edge-case notes, and no authentication or rate-limit context. Still, an agent can call this tool correctly with confidence.

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?

Input schema coverage is 0%, but the description fully compensates by documenting all 8 parameters. It adds semantic value beyond the schema: valid sort_by values, sort_order direction choices, title substring matching, ISO 8601 date formats, folder filtering, and default values. This is exactly the kind of parameter clarification an agent needs.

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?

The description opens with a specific verb and resource: 'Lists surveys in the account with pagination and optional filters.' This clearly states what the tool does and its scope, and it is easily distinguishable from sibling tools like surveymonkey_get_survey or surveymonkey_get_survey_details, which target a single survey.

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 makes the core use case obvious—listing surveys—and the parameter list shows how to filter, sort, and paginate. However, it does not explicitly compare with alternatives or say when to prefer this over a sibling such as get_survey, get_survey_details, or list_responses. Usage is implied rather than explicitly routed.

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