> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RSS

> Connect RSS to your workflows: 47 operations across 12 categories.

The RSS node adds RSS operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

<Note>
  You can wire the RSS node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect RSS under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

### Direct

Enter the values manually when creating the credential.

### Miniflux

Enter the values manually when creating the credential.

### Feedly

Enter the values manually when creating the credential.

### FreshRSS

Enter the values manually when creating the credential.

### App

Enter the values manually when creating the credential.

## Operations

### Feedly article

| Operation                      | ID                           | Description                   |
| ------------------------------ | ---------------------------- | ----------------------------- |
| **Add Tags to Feedly Article** | `add_tags_to_feedly_article` | Add tags to an article.       |
| **Get Feedly Article**         | `get_feedly_article`         | Get a specific article by ID. |
| **Search Feedly Articles**     | `search_feedly_articles`     | Search articles in Feedly.    |

### Feedly feed and subscription

| Operation                        | ID                             | Description                        |
| -------------------------------- | ------------------------------ | ---------------------------------- |
| **Get Feedly Stream Articles**   | `get_feedly_stream_articles`   | Get articles from a Feedly stream. |
| **Get Feedly Subscriptions**     | `get_feedly_subscriptions`     | Get all feed subscriptions.        |
| **Mark Feedly Articles Read**    | `mark_feedly_articles_read`    | Mark articles as read.             |
| **Search Feedly Feeds**          | `search_feedly_feeds`          | Search for feeds by query.         |
| **Subscribe to Feedly Feed**     | `subscribe_to_feedly_feed`     | Subscribe to a feed.               |
| **Unsubscribe from Feedly Feed** | `unsubscribe_from_feedly_feed` | Unsubscribe from a feed.           |

### Feedly user

| Operation                   | ID                        | Description                   |
| --------------------------- | ------------------------- | ----------------------------- |
| **Get Feedly User Profile** | `get_feedly_user_profile` | Get user profile information. |
| **Get Feedly User Tags**    | `get_feedly_user_tags`    | Get all user tags.            |

### FreshRSS article

| Operation                        | ID                             | Description                 |
| -------------------------------- | ------------------------------ | --------------------------- |
| **Get Freshrss Stream Articles** | `get_freshrss_stream_articles` | Get articles from a stream. |
| **Get Freshrss Unread Counts**   | `get_freshrss_unread_counts`   | Get unread article counts.  |
| **Mark Freshrss Articles Read**  | `mark_freshrss_articles_read`  | Mark articles as read.      |

### FreshRSS subscription

| Operation                          | ID                               | Description                 |
| ---------------------------------- | -------------------------------- | --------------------------- |
| **Get Freshrss Subscriptions**     | `get_freshrss_subscriptions`     | Get all feed subscriptions. |
| **Subscribe to Freshrss Feed**     | `subscribe_to_freshrss_feed`     | Subscribe to a feed.        |
| **Unsubscribe from Freshrss Feed** | `unsubscribe_from_freshrss_feed` | Unsubscribe from a feed.    |

### FreshRSS tag

| Operation             | ID                  | Description          |
| --------------------- | ------------------- | -------------------- |
| **Get Freshrss Tags** | `get_freshrss_tags` | Get all tags/labels. |

### Generic feed

| Operation               | ID                    | Description                           |
| ----------------------- | --------------------- | ------------------------------------- |
| **Parse Rss Atom Feed** | `parse_rss_atom_feed` | Parse an RSS or Atom feed from a URL. |

### Miniflux account

| Operation                                   | ID                                        | Description                                  |
| ------------------------------------------- | ----------------------------------------- | -------------------------------------------- |
| **Create Miniflux Api Key**                 | `create_miniflux_api_key`                 | Create a new API key.                        |
| **Export Miniflux Subscriptions As Opml**   | `export_miniflux_subscriptions_as_opml`   | Export all subscriptions as OPML.            |
| **Get Miniflux Current User**               | `get_miniflux_current_user`               | Get current user information.                |
| **Import Miniflux Subscriptions from Opml** | `import_miniflux_subscriptions_from_opml` | Import subscriptions from OPML file content. |
| **Refresh All Miniflux Feeds**              | `refresh_all_miniflux_feeds`              | Refresh all feeds to fetch new entries.      |

### Miniflux category

| Operation                    | ID                         | Description            |
| ---------------------------- | -------------------------- | ---------------------- |
| **Create Miniflux Category** | `create_miniflux_category` | Create a new category. |
| **Delete Miniflux Category** | `delete_miniflux_category` | Delete a category.     |
| **Get Miniflux Categories**  | `get_miniflux_categories`  | Get all categories.    |
| **Update Miniflux Category** | `update_miniflux_category` | Update a category.     |

### Miniflux entry

| Operation                          | ID                               | Description                                 |
| ---------------------------------- | -------------------------------- | ------------------------------------------- |
| **Get Miniflux Entries**           | `get_miniflux_entries`           | Get entries with filtering options.         |
| **Get Miniflux Entry**             | `get_miniflux_entry`             | Get a specific entry by ID.                 |
| **Mark All Miniflux Entries Read** | `mark_all_miniflux_entries_read` | Mark all entries as read.                   |
| **Mark Miniflux Entries Read**     | `mark_miniflux_entries_read`     | Mark specific entries as read.              |
| **Toggle Miniflux Entry Bookmark** | `toggle_miniflux_entry_bookmark` | Toggle bookmark/starred status of an entry. |

### Miniflux feed

| Operation                             | ID                                  | Description                                   |
| ------------------------------------- | ----------------------------------- | --------------------------------------------- |
| **Create Miniflux Feed Subscription** | `create_miniflux_feed_subscription` | Create a new feed subscription in Miniflux.   |
| **Delete Miniflux Feed Subscription** | `delete_miniflux_feed_subscription` | Delete a feed subscription.                   |
| **Discover Rss Feeds from Website**   | `discover_rss_feeds_from_website`   | Discover RSS feeds from a website URL.        |
| **Get Miniflux Feed**                 | `get_miniflux_feed`                 | Get a specific feed by ID.                    |
| **Get Miniflux Feed Entries**         | `get_miniflux_feed_entries`         | Get entries from a specific feed.             |
| **Get Miniflux Feeds**                | `get_miniflux_feeds`                | Get all feeds from Miniflux.                  |
| **Refresh Miniflux Feed**             | `refresh_miniflux_feed`             | Refresh a specific feed to fetch new entries. |
| **Update Miniflux Feed Settings**     | `update_miniflux_feed_settings`     | Update feed settings.                         |

### RSSApp feed

| Operation                 | ID                      | Description                       |
| ------------------------- | ----------------------- | --------------------------------- |
| **Create Rssapp Feed**    | `create_rssapp_feed`    | Create a new RSS feed from a URL. |
| **Delete Rssapp Feed**    | `delete_rssapp_feed`    | Delete a feed.                    |
| **Get Rssapp Feed**       | `get_rssapp_feed`       | Get a specific feed by ID.        |
| **Get Rssapp Feed Items** | `get_rssapp_feed_items` | Get items from a feed.            |
| **List Rssapp Feeds**     | `list_rssapp_feeds`     | List all feeds.                   |
| **Update Rssapp Feed**    | `update_rssapp_feed`    | Update a feed.                    |
