bing-search-to-markdown
Convert Bing search results into Markdown format for easy documentation and sharing, using the Markdownify MCP Server with enhanced UTF-8 support.
Instructions
Convert a Bing search results page to markdown
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | URL of the Bing search results page |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "URL of the Bing search results page",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}