limitless_search_lifelogs
Search recent lifelog recordings for specific keywords within titles and content to quickly find relevant personal data entries.
Instructions
Performs a simple text search for specific keywords/phrases within the title and content of recent logs/Pendant recordings. Use ONLY for keywords, NOT for concepts like 'action items' or 'summaries'. Searches only recent logs (limited scope).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_term | Yes | The text to search for within lifelog titles and content. | |
| fetch_limit | No | How many *recent* lifelogs to fetch from the API to search within (Default: 20, Max: 100). This defines the scope of the search, NOT the number of results returned. | |
| limit | No | Maximum number of lifelogs to return (Max: 100). Fetches in batches from the API if needed. | |
| timezone | No | IANA timezone for date/time parameters (defaults to server's local timezone). | |
| includeMarkdown | No | Include markdown content in the response. | |
| includeHeadings | No | Include headings content in the response. |