Use the Speak AI MCP server tool submit_chat_feedback to submit feedback on a chat
response (thumbs up/down).
What does it do?
Submit feedback on a chat response (thumbs up/down). Helps improve AI answer quality.
Parameters
submit_chat_feedback takes 4 parameters, 3 of them required.
| Name | Type | Required | Description |
|---|---|---|---|
promptId |
string | Yes | ID of the conversation |
messageId |
string | Yes | ID of the message to rate |
score |
union | Yes | Feedback score: 1 for thumbs up, -1 for thumbs down |
reason |
string | No | Optional explanation for the feedback |
Behaviour
The Speak AI MCP server publishes these behaviour hints for submit_chat_feedback.
- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Stays inside Speak AI. Does not reach other systems.
Related
- Ask AI Chat lists the rest of the Ask AI Chat category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.