Skip to content

Support

support_survey_create

Open a new survey.

Tool

support_survey_create

Open a new survey.

Open a new survey. It starts as a draft — editable and not yet answerable — whatever questions travel with it. There is no way to create one already published: publishing runs the structure validator, and a create that skipped it would be a second way in

Behavior

HTTP
POST /support/surveys

Arguments

NameTypeRequiredDescription
namestringWhat this survey is called. It becomes the title of an escalated feedback thread
questionsarrayThe initial question set. Omit it to open an empty draft and fill it in later

Response

FieldTypeAlwaysDescription
idstringSurvey id
namestringWhat this survey is called
statusstringdraft: editable, not answerable. published: answerable, frozen. archived: terminal, neither editable nor answerable, and there is no way back
createdAtstringISO-8601 creation timestamp
questionsarrayThe ordered question set, exactly as stored
updatedAtstringISO-8601 last-modification timestamp

Try it

Open a new survey.

When to use

Open a new survey. It starts as a draft — editable and not yet answerable — whatever questions travel with it. There is no way to create one already published: publishing runs the structure validator, and a create that skipped it would be a second way in

Example

Ask your agent something like this:

Open a new survey.

The agent will invoke support_survey_create with these arguments:

{
  "name": "<name>"
}

Esc

Start typing to search the docs.

navigateselect