Search saved items
searchSearch the user's MarkIt library with a natural-language query plus optional structured filters. Returns up to 30 ranked results in a single page (no pagination in relevance mode). Example: {query: 'pasta recipes', source: 'youtube', limit: 5}. OMIT query to list the newest saves in date order (use this for "what did I save recently/last") - filters and limit still apply. If nothing relevant comes back, retry with fewer filters or different query words. English queries rank best. Scores are only comparable within one response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| tags | No | Any-of tag match | |
| type | No | ||
| limit | No | ||
| query | No | Natural-language topic, e.g. 'AI coding tools'. Omit for a newest-first date listing. | |
| author | No | Author/creator name (case-insensitive substring) | |
| dateTo | No | Inclusive ISO date | |
| source | No | Platform key (instagram|tiktok|youtube|twitter|github|linkedin|facebook) or a domain substring | |
| category | No | Category name - see list_categories for valid names | |
| dateFrom | No | Inclusive ISO date, e.g. 2026-06-01 | |
| likedOnly | No | ||
| pinnedOnly | No | ||
| excludeSource | No | Exclude a platform/domain (same format as source) |