Skip to main content
Comments turn a session into a shared workspace. Your agent can leave observations anchored to a page, timestamp, or component; a human can reply; and either side can resolve a thread once it’s addressed. These tools are part of the core Subtext MCP server. Comments are keyed by trace_id — the 12-char base62 ID that review-open returns (also returned by the live browser tools). Pass that trace_id to anchor a comment to the right session. A legacy session_id in deviceId:sessionId form is still accepted, but prefer trace_id.
Get a trace_id from review-open. Every comment tool below accepts it directly.

comment-add

Add a comment to a trace, optionally tied to a page, timestamp, or component. Only text is required. Parameters:

comment-list

List comments for a trace, optionally filtered by page or by parent comment (to fetch a thread’s replies). Parameters:

comment-reply

Reply to an existing comment, forming a thread. Identify the comment by its ID and the trace it belongs to. Parameters:

comment-resolve

Resolve a comment to mark it as addressed. Takes only the comment ID. Parameters: