Telegram Search
glim_telegram_searchSearch Telegram: discovers public channels by name/topic (directory lookup) and finds indexed public post/channel pages (semantic web index scoped to t.me). Telegram has no global full-text search, so treat results as discovery: find the right channel here, then use glim_telegram_get(ref=) for its live posts or glim_telegram_get(ref, query=...) to search within that channel's full history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | 'channels': channel directory lookup. 'posts': indexed t.me post pages. 'all' (default): both. | all |
| query | Yes | Search query (topic, channel name, keyword) | |
| format | No | Output format. 'text' (default): compact human-readable view, fewer tokens. 'json': full structured data for machine parsing. | text |