Skip to main content
These are Verify beta features, available to the closed beta cohort only. They may change or move out of the core MCP without notice.
Comments turn a trace 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. Load the catalog into your agent with /subtext-verify:subtext-comments. Comments are keyed by trace_id — the 12-char base62 ID returned by live-connect and by review-open. Pass that trace_id to anchor a comment to the right trace. A legacy session_id in deviceId:sessionId form is still accepted, but prefer trace_id.
Pair comments with live-signal to build a responsive loop: poll for new operator signals, then reply and resolve as you address them.

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: