Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIMITLESS_API_KEY | Yes | Your Limitless API key obtained from https://limitless.ai/developers |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| limitless_get_lifelog_by_id | Retrieves a single lifelog or Pendant recording by its specific ID. |
| limitless_list_lifelogs_by_date | Lists logs/recordings for a specific date. Best for getting raw log data which you can then analyze for summaries, action items, topics, etc. |
| limitless_list_lifelogs_by_range | Lists logs/recordings within a date/time range. Best for getting raw log data which you can then analyze for summaries, action items, topics, etc. |
| limitless_list_recent_lifelogs | Lists the most recent logs/recordings (sorted newest first). Best for getting raw log data which you can then analyze for summaries, action items, topics, etc. |
| limitless_search_lifelogs | 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). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |