Skip to main content
Glama

Puppeteer MCP Server

by jwaldor

semantic_search_requests

Search for specific network requests within a given webpage using semantic queries. Ideal for web automation tasks with Puppeteer, returning the top 10 matching results.

Instructions

Semantically search for requests that occurred within a page URL. Returns the top 10 results.

Input Schema

NameRequiredDescriptionDefault
page_urlYesThe page within which to search for requests
queryYesYour search request. Make this specific and detailed to get the best results

Input Schema (JSON Schema)

{ "properties": { "page_url": { "description": "The page within which to search for requests", "type": "string" }, "query": { "description": "Your search request. Make this specific and detailed to get the best results", "type": "string" } }, "required": [ "query", "page_url" ], "type": "object" }

You must be authenticated.

Other Tools from Puppeteer MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jwaldor/mcp-scrape-copilot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server