Skip to main content
Glama

FullScope-MCP

by yzfly

scrape_webpage

Extract webpage content with the option to save as a text file using a URL. Simplify data collection for analysis, storage, or further processing.

Instructions

抓取网页内容,可选保存为txt文件 Args: url: 要抓取的网页URL save_to_file: 是否保存内容到txt文件 Returns: 抓取结果和文件路径(如果保存)

Input Schema

NameRequiredDescriptionDefault
save_to_fileNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "save_to_file": { "default": false, "title": "Save To File", "type": "boolean" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "scrape_webpageArguments", "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/yzfly/fullscope-mcp-server'

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