tune-basic-toolset
Version:
Basic toolset for tune
22 lines (21 loc) • 503 B
JSON
{
"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"]
}
}