save_content
Save web3 articles, posts, and documents to a database with optional tags, author, source URL, blockchain, and token address for categorization.
Instructions
Save web3 content (article, post, document) to the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization | |
| title | Yes | Content title | |
| author | No | Author name | |
| content | Yes | Content body | |
| blockchain | No | Related blockchain (ethereum, solana, etc.) | |
| source_url | No | Original source URL | |
| content_type | No | Type: article, post, document, news | |
| token_address | No | Related token contract address |