PendiumDocs

send_feedback

Send bug reports, friction points, or feature ideas to the Pendium team from an agent session.

Send feedback, bug reports, or feature suggestions to the Pendium team directly from an agent session. Use it when you hit an error, get unexpected data, run into UX friction, or have an idea for how a tool could work better. Include as much context as possible — what you were trying to do, what happened, and what you expected.

Authentication: Required. Like every MCP tool, this is only reachable with a valid Authorization: Bearer token — the MCP endpoint rejects unauthenticated requests before tool dispatch. Rate limited to 10 calls/hour per user.

Parameters

ParameterTypeRequiredDescription
categoryenumYesbug (broken), friction (works but harder than it should be), feature_request, data_quality (results seem wrong/incomplete), or praise.
summarystring (≤200)YesOne-line summary of the feedback.
tool_namestringNoWhich Pendium tool this relates to, e.g. get_account.
detailstring (≤2000)NoFull context: what you tried, what happened, what you expected, any suggested fix.
severityenumNoblocks_workflow, degrades_experience, minor, or suggestion.
contextobjectNoStructured session context: syntheticId, client (e.g. claude-code), error_message.

Notes

Free-text fields are sanitized and screened before storage. Pendium reviews all agent feedback to improve the MCP experience.

On this page