---
title: "MCP Tools Reference — PageWeave"
---

> For the full documentation index, see [PageWeave Documentation](https://pageweave.dev/docs) or fetch [llms.txt](https://pageweave.dev/llms.txt).

# submit_feedback

Report a bug, request an improvement, or give general feedback about PageWeave itself (the platform, an MCP tool, docs, or behavior).

Use when a tool returns an unexpected result or error you cannot recover from, behavior is confusing or incorrect, or you have a concrete improvement idea. **Do not** use for your own website content/typos or for questions the docs already answer.

## Actions

### submit

**Parameters:**
- `category` — `bug` (something is broken), `improvement` (a change request), or `other` (general feedback)
- `subject` — Short one-line summary (max 200 chars). **Must be in English.**
- `description` — Full details (max 8000 chars). For bugs, describe expected vs actual behavior. **Must be in English.**
- `tool` — The MCP tool involved (e.g. `update_page`); omit if not tool-specific (optional)
- `steps_to_reproduce` — For bugs: numbered steps to reproduce (optional)

Bug reports auto-link to the relevant failed tool-call log for triage.

