Example Workflows

Prompts that put the MCP tools to work.

Triage incoming feedback

Prompt: "Review new pending feedback. If a request is a clear bug, tag it 'bug' and set it to Reviewing. If it's a duplicate or spam, close it. Then summarize what you changed."

The agent uses list_requests, update_request_tags, update_request_status, and moderate_request to groom the backlog, then reports back with a summary.

Draft & publish a changelog

Prompt: "Look at everything we shipped this month — requests now marked Completed — and draft a changelog entry grouping them by theme. Save it as a draft."

The agent reads completed requests with list_requests, then calls create_changelog_entry. Review the draft in your dashboard and publish it, or tell the agent to publish_changelog_entry directly.

Plan your roadmap

Prompt: "Show me the roadmap and suggest which three Planned items to move to In Progress based on votes and comments, then move them."

The agent calls get_roadmap — cards arrive pre-sorted by engagement — reasons over them, and applies the moves with move_roadmap_item.

Tips for reliable runs

  • Start read-only — connect with a read-only token to explore, then upgrade once you trust the flow
  • Ask for a summary — have the agent report every change it made; the activity feed records them too
  • Use exact status names — Pending, Reviewing, Planned, In Progress, Completed, Closed
  • Deletes are permanent — scope destructive prompts carefully; there is no undo