send_feedback
writeWorkflow
Submit feedback (praise/issue/suggestion/confusion) to the Rampify team.
Write tool
Mutates Rampify state, triggers background work, or calls a paid external API. Most clients ask for confirmation before invoking.
Parameters
| Parameter | Type | Description | |
|---|---|---|---|
| feedback_type | enum("praise" | "issue" | "suggestion" | "confusion") | required | Type of feedback |
| description | string | required | Clear description of the feedback. For issues, describe what happened. For praise, describe what worked well. |
| expected_behavior | string | optional | What the user expected to happen (for issues/confusion) |
| severity | enum("minor" | "major" | "blocking") | optional | Severity level (for issues only) |
| tool_name | string | optional | Which MCP tool triggered this feedback |
| tool_params | object | optional | Parameters that were passed to the tool |
| tool_response_summary | string | optional | Brief summary of the tool response (truncate to ~500 chars) |
| user_goal | string | required | What the user was trying to accomplish when this happened |
| conversation_summary | string | required | Brief summary of the relevant conversation context leading to this feedback |
| domain | string | optional | Site domain |
| project_id | string | optional | Project UUID |