feedback
Save user feedback to the MultipleWords feedback API (POST /api/feedback).
Call this only when a generation result has feedback_prompt.ready=true
(the server asks after every 3 successful outputs and keeps asking until saved).
Ask the user to pick a reaction and show the emojis:
😍 excellent, 😊 good, 😐 average, 😞 bad.
Pass reaction (excellent|good|average|bad, or the emoji) and optional
feedback comment text. If the user does not add a comment, omit
feedback — the server stores the MCP name saifs_ai.
After it is saved, the server waits for 3 more successful outputs before
asking again. Do not invent a reaction. Do not send user_name, email,
is_login, or app_id — those are injected server-side from the authenticated
session. When showing the saved reaction, include the matching emoji.
Args: reaction: User reaction. One of excellent, good, average, bad, or the matching emoji: 😍 excellent, 😊 good, 😐 average, 😞 bad. feedback: Optional short comment from the user. If the user does not add a comment, leave this empty. The server then stores the MCP name saifs_ai. Do not send the generation result or the user's question here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feedback | No | ||
| reaction | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |