SURVEY_MONKEY_CREATE_SURVEY
Tool to create a new survey. Use when you have a survey title and need an ID for follow-up operations. Example: "Create a survey titled 'Customer Satisfaction'"
SURVEY_MONKEY_DELETE_SURVEY
Tool to delete a specific survey. Use when the survey ID is confirmed correct. Deletion is irreversible. Example prompt: "Delete survey '123456789'."
SURVEY_MONKEY_GET_COLLECTORS
Tool to retrieve a list of collectors for a specific survey. Use when you need collector URLs, counts, and statuses.
SURVEY_MONKEY_GET_CONTACTS
Tool to retrieve a list of contacts. Use after authenticating with SurveyMonkey. Call this to fetch all contacts associated with your account.
SURVEY_MONKEY_GET_GROUPS
Tool to retrieve a list of groups. Use after authentication when you need to enumerate or paginate through all groups in your SurveyMonkey account.
SURVEY_MONKEY_GET_RESPONSES
Tool to retrieve a list of responses for a specific survey. Use when you need to browse or filter responses after confirming the survey ID.
SURVEY_MONKEY_GET_SURVEY_DETAILS
Tool to retrieve metadata and counts for a specific survey. Use after confirming the survey ID.
SURVEY_MONKEY_GET_SURVEYS
Tool to retrieve a list of surveys. Use when you need to enumerate or paginate through all surveys.