Tool Reference
Every tool the JotReview MCP server exposes.
Overview
The server exposes 29 tools over Streamable HTTP. Agents discover them automatically through the protocol's tools/list — you never call them by hand. Each tool validates its inputs and returns structured JSON.
The tables below list every tool, what it does, and the minimum role a token needs. Any Viewer-level tool is available to read-only tokens.
Workspace & context
| Tool | What it does | Min role |
|---|---|---|
| get_workspace_info | Workspace name, plan, and the token's role and scopes | Viewer |
| list_boards | List the workspace's boards | Viewer |
| list_tags | List feedback or changelog tags | Viewer |
| list_statuses | The six canonical request statuses | Viewer |
Requests
| Tool | What it does | Min role |
|---|---|---|
| list_requests | List and filter requests by status, board, tag, or search | Viewer |
| get_request | Fetch one request with its board and tags | Viewer |
| create_request | Create a new feedback request | Member |
| update_request_status | Change status (also moves it on the roadmap) | Member |
| update_request_tags | Replace the full set of tags on a request | Admin |
| update_request_board | Move a request to another board | Admin |
| moderate_request | Approve or reject (controls public visibility) | Admin |
| delete_request | Permanently delete a request | Admin |
Roadmap
The roadmap is derived from request status, so moving a card simply changes a status.
| Tool | What it does | Min role |
|---|---|---|
| get_roadmap | All requests grouped by status, sorted by engagement | Viewer |
| move_roadmap_item | Move a request to a different status column | Member |
Changelog
| Tool | What it does | Min role |
|---|---|---|
| list_changelog | List entries, optionally filtered by draft or published | Viewer |
| get_changelog_entry | Fetch one entry with its body and tags | Viewer |
| create_changelog_entry | Create an entry (draft or published) | Admin |
| update_changelog_entry | Update an entry's fields or tags | Admin |
| publish_changelog_entry | Publish a draft | Admin |
| delete_changelog_entry | Delete an entry | Admin |
Comments