list_scripts
Retrieve scripts collected from the Debugger domain, filtered by URL substring, to identify and inspect script sources.
Instructions
List scripts known to the Debugger domain (collected via scriptParsed). Use urlFilter to narrow down, then get_script_source to read source code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Page id from list_pages, or "main" (default) for the main process. | |
| sessionId | Yes | Session id returned by launch_app. | |
| urlFilter | No | Only include scripts whose URL contains this substring. |