MCP Web Browser Server

by random-robbie
Verified

get_page_links

Extract all links from the current page. Args: context: Optional context object for logging (ignored) Returns: List of links found on the page

Input Schema

NameRequiredDescriptionDefault
contextNo

Input Schema (JSON Schema)

{ "properties": { "context": { "anyOf": [ {}, { "type": "null" } ], "default": null, "title": "Context" } }, "title": "get_page_linksArguments", "type": "object" }