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

ToolWhat it doesMin role
get_workspace_infoWorkspace name, plan, and the token's role and scopesViewer
list_boardsList the workspace's boardsViewer
list_tagsList feedback or changelog tagsViewer
list_statusesThe six canonical request statusesViewer

Requests

ToolWhat it doesMin role
list_requestsList and filter requests by status, board, tag, or searchViewer
get_requestFetch one request with its board and tagsViewer
create_requestCreate a new feedback requestMember
update_request_statusChange status (also moves it on the roadmap)Member
update_request_tagsReplace the full set of tags on a requestAdmin
update_request_boardMove a request to another boardAdmin
moderate_requestApprove or reject (controls public visibility)Admin
delete_requestPermanently delete a requestAdmin

Roadmap

The roadmap is derived from request status, so moving a card simply changes a status.

ToolWhat it doesMin role
get_roadmapAll requests grouped by status, sorted by engagementViewer
move_roadmap_itemMove a request to a different status columnMember

Changelog

ToolWhat it doesMin role
list_changelogList entries, optionally filtered by draft or publishedViewer
get_changelog_entryFetch one entry with its body and tagsViewer
create_changelog_entryCreate an entry (draft or published)Admin
update_changelog_entryUpdate an entry's fields or tagsAdmin
publish_changelog_entryPublish a draftAdmin
delete_changelog_entryDelete an entryAdmin

Comments

ToolWhat it doesMin role
list_commentsList all comments on a request, pinned firstViewer
add_commentPost a top-level commentMember
reply_to_commentPost a threaded reply to a commentMember

Tags & boards

ToolWhat it doesMin role
create_tagCreate a feedback or changelog tagAdmin
rename_tagRename a tagAdmin
delete_tagDelete a tagAdmin
create_boardCreate a board (subject to plan limits)Admin
rename_boardRename a boardAdmin
delete_boardDelete a board (its requests are unassigned)Admin