take_screenshot
ActiveTool of microlink
declared in 0.1.0
Capture a screenshot of any webpage. Returns image URL showing the rendered page layout and visual content—use to verify page state or design.
Parameters schema
{
"type": "object",
"examples": [
{
"url": "https://www.example.com"
},
{
"url": "https://www.wikipedia.org"
}
],
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "The URL of the webpage to screenshot."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
microlink
https://github.com/pipeworx-io/mcp-microlink
1/7 registries