load_bookmark_data
Load browser bookmarks and history data from specified folders to enable web search capabilities through natural language queries.
Instructions
Load bookmarks and history data from files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_folder | No | data |
Input Schema (JSON Schema)
{
"properties": {
"data_folder": {
"default": "data",
"title": "Data Folder",
"type": "string"
}
},
"type": "object"
}