browser_get_markdown
Extract webpage content as Markdown formatted text, tailored for large language models. Supports custom CSS selectors, link inclusion, and length limits via Concurrent Browser MCP.
Instructions
Get page content in Markdown format, optimized for large language models
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeLinks | No | Whether to include links | |
instanceId | Yes | Instance ID | |
maxLength | No | Maximum content length in characters | |
selector | No | Optional CSS selector to extract content from specific element only |