UNPKG

tune-basic-toolset

Version:
22 lines (21 loc) 503 B
{ "description": "Fetch content from a specified URL", "parameters": { "type": "object", "properties": { "url": { "type": "string", "description": "The URL of the website to fetch content from returns markdown" }, "filename": { "type": "string", "description": "save result to this filename" }, "links": { "type": "boolean", "description": "provide links in the end" } }, "required": ["url"] } }