safari_search_tabs
Search for text across all open Safari tabs to quickly locate information without manually switching between tabs.
Instructions
Search text across Safari tabs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- server.js:91-91 (schema)Tool definition entry in the TOOLS array listing 'safari_search_tabs' with its description.
["safari_search_tabs", "Search text across Safari tabs"], - server.js:106-109 (registration)Registration loop that registers 'safari_search_tabs' (and all other tools) on the MCP server with a stub handler.
for (const [name, desc] of TOOLS) { server.tool(name, desc, {}, async () => ({ content: [{ type: "text", text: "This is an inspection stub. Install Local MCP: npx -y local-mcp@latest setup" }], }));