Skip to main content
Glama

mcp-spacefrontiers

Official

get_recent_posts_from_telegram

Retrieve recent Telegram posts, optionally filtering by channel usernames or date range. Ideal for accessing the most current content from specified Telegram channels without a query.

Instructions

Retrieve recent Telegram posts ordered by recency (no free-text query).

When to use:

  • Use for requests like "recent posts in Telegram".

  • Optionally filter by telegram_channel_usernames and/or a date range.

  • For query-based Telegram search, use telegram_search.

Input Schema

NameRequiredDescriptionDefault
end_dateNo
limitNoTotal number of Telegram posts to return
start_dateNo
telegram_channel_usernamesNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "anyOf": [ { "anyOf": [ { "format": "date", "type": "string" }, { "type": "null" } ], "description": "ISO date (YYYY-MM-DD). Include posts up to and including this date" }, { "type": "null" } ], "default": null, "title": "End Date" }, "limit": { "default": 50, "description": "Total number of Telegram posts to return", "maximum": 100, "minimum": 1, "title": "Limit", "type": "integer" }, "start_date": { "anyOf": [ { "anyOf": [ { "format": "date", "type": "string" }, { "type": "null" } ], "description": "ISO date (YYYY-MM-DD). Include posts on/after this date" }, { "type": "null" } ], "default": null, "title": "Start Date" }, "telegram_channel_usernames": { "anyOf": [ { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "description": "Optional list of Telegram channel usernames to filter by (with or without leading @)" }, { "type": "null" } ], "default": null, "title": "Telegram Channel Usernames" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SpaceFrontiers/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server