Jam

Jam helps teams capture, inspect, organize, and collaborate on browser bug reports and recordings through its hosted MCP API.

16 actions Integration catalog
Request access
Connect Jam once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Analyze Jam VideoJAM_ANALYZE_VIDEO
Extract structured user goals, reported issues, feedback, visual observations, interactions, and technical indicators from a video Jam.
Get Console LogsJAM_GET_CONSOLE_LOGS
Get captured browser console errors, warnings, information, debug output, and stack traces from a Jam.
Get Jam DetailsJAM_GET_JAM_DETAILS
Get the core details and debugging context for a Jam. Call this first before requesting logs, events, screenshots, frames, or transcripts.
Get Jam MetadataJAM_GET_JAM_METADATA
Get custom application debugging context attached through the jam.metadata() SDK, such as user IDs, versions, and feature flags.
Get Network RequestsJAM_GET_NETWORK_REQUESTS
Get captured HTTP requests and WebSocket frames from a Jam, with filters for failures, hosts, methods, content types, and response bodies.
Get Recording LinkJAM_GET_RECORDING_LINK
Get one Recording Link's settings and submitted-Jam count by public ID.
Get Jam ScreenshotsJAM_GET_SCREENSHOTS
Get screenshots and image attachments from a screenshot-type Jam for visual inspection.
Get User EventsJAM_GET_USER_EVENTS
Get the chronological user interaction timeline from a Jam, including clicks, inputs, submissions, navigation, and scrolling.
Get Jam Video FramesJAM_GET_VIDEO_FRAMES
Get still frames from a video Jam as an overview grid, exact timestamps, or an evenly sampled time window. Exactly one of those three modes is required: set overview=true, timestamps_ms, or from_ms with to_ms and count.
Get Jam Video TranscriptJAM_GET_VIDEO_TRANSCRIPT
Get the timestamped WebVTT speech transcript from a microphone-enabled video Jam when available; otherwise return Jam's explanation that it is pending or unavailable.
List Jam FoldersJAM_LIST_FOLDERS
Browse or search one page of workspace folders and return their IDs, names, Jam counts, and timestamps; pass next_cursor as cursor to continue.
List JamsJAM_LIST_JAMS
Search and browse workspace Jams by text, type, folder, author, source URL, or creation date. Returns one page; pass next_cursor as cursor to continue.
List Jam MembersJAM_LIST_MEMBERS
Browse or search one page of workspace members by name or email for author discovery and attribution; pass next_cursor as cursor to continue.
List Recording DomainsJAM_LIST_RECORDING_DOMAINS
List the workspace's connected recording domains and whether each is verified to capture console and network logs.
List Recording Link JamsJAM_LIST_RECORDING_LINK_JAMS
List Jams submitted through one Recording Link, newest first. Returns one page; pass next_cursor as cursor to continue when has_more is true.
List Recording LinksJAM_LIST_RECORDING_LINKS
List workspace Recording Links newest first, optionally including revoked links. Returns one page; when has_more is true, pass next_cursor as cursor to continue.