---
title: "Submit Chat Feedback"
description: "Submit feedback on a chat response (thumbs up/down)."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Submit Chat Feedback

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](/mcp/tools/magic-prompt/) lists the rest of the Ask AI Chat
  category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/magic-prompt/submit_chat_feedback/index.mdx
