saved_articles
Retrieve all bookmarked articles ordered by when you saved them, showing title, URL, source, and published date.
Instructions
Retrieve all bookmarked articles ordered by bookmark timestamp descending.
Returns: dict with keys: - articles: list of bookmarked article dicts with id, title, url, source_name, published_date, bookmarked_at - count: number of bookmarks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||