Import OPML
import_opmlImport an OPML file to subscribe to all its feeds. Create required categories and refresh every feed. The process requires two calls: the first returns a confirmation token; the second uses that token to complete the import.
Instructions
Subscribes to every feed in an OPML document, creating the categories it names, and then refreshes all feeds — which can take minutes on a large file. There is no bulk undo; every feed would have to be removed individually. Two-step: the first call returns a confirmation token, the second call with that token performs the import.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opml | Yes | OPML document | |
| confirm_token | No | Token from the first call of this tool |