get_articles
Retrieve saved articles from the database with filtering by search, unread status, source group, bookmarks, and limit. Tailored for web3 content management.
Instructions
Get saved articles from the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20) | |
| search | No | Search in title | |
| unread_only | No | Only show unread articles | |
| source_group | No | Filter by source group | |
| bookmarked_only | No | Only show bookmarked articles |