search_browser_history
Analyze and filter browser history data to find specific URLs and titles matching your search query. Helps identify patterns and relevant information for further analysis.
Instructions
Search browser history for specific queries. Use this after getting history data.
Args:
query: Search term to look for in URLs and titles
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "search_browser_historyArguments",
"type": "object"
}