get_channel_network
Analyze a Telegram channel's content to build a network graph of semantic relationships, topic clusters, and hub nodes.
Instructions
Build content network graph for a channel - semantic relationships, topic clusters, hub nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Channel ID | |
| time_window | No | Time window: 7d, 30d, 90d, all | |
| max_messages | No | Max messages to analyze | |
| include_clusters | No | Include K-means topic clusters | |
| similarity_threshold | No | Min similarity for edges |