Skip to main content
Glama

Concurrent Browser MCP

by sailaoda

browser_get_markdown

Extract webpage content in Markdown format for large language models using a concurrent browser instance. Specify CSS selectors, include links, and set maximum length for precise extraction.

Instructions

Get page content in Markdown format, optimized for large language models

Input Schema

NameRequiredDescriptionDefault
includeLinksNoWhether to include links
instanceIdYesInstance ID
maxLengthNoMaximum content length in characters
selectorNoOptional CSS selector to extract content from specific element only

Input Schema (JSON Schema)

{ "properties": { "includeLinks": { "default": true, "description": "Whether to include links", "type": "boolean" }, "instanceId": { "description": "Instance ID", "type": "string" }, "maxLength": { "default": 10000, "description": "Maximum content length in characters", "type": "number" }, "selector": { "description": "Optional CSS selector to extract content from specific element only", "type": "string" } }, "required": [ "instanceId" ], "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/sailaoda/concurrent-browser-mcp'

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