Skip to main content
Glama

WebScout MCP

by pyscout

get_current_page_info

Retrieve current browser state including active URL, page title, and open tabs to confirm navigation, track multi-step processes, and manage tab switching.

Instructions

Retrieve comprehensive information about the current browser state including current URL, page title, number of open tabs, and details about each tab. Essential for understanding where you are in a multi-step process, confirming navigation worked, or deciding which tab to switch to. Returns list of all tabs with their URLs, titles, and which one is currently active.

Input Schema

NameRequiredDescriptionDefault
sessionIdYesSession ID obtained from initialize_session

Input Schema (JSON Schema)

{ "properties": { "sessionId": { "description": "Session ID obtained from initialize_session", "type": "string" } }, "required": [ "sessionId" ], "type": "object" }

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/pyscout/webscout-mcp'

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