← WebMCP Directory

Tool tree

adsgram.ai

Productivity & Business
https://adsgram.ai/
Launch Telegram advertising through AdsGram: Mini Apps, channels, bots, native formats, video and task ads. Quick launch, precise targeting and engaged users.
Explore capabilities

Tools verified

page: Every page

get_site_overviewAnswer

Get AdsGram site overview: content index, blog post list, categories, authors and key resources

View tool JSON
{
  "name": "get_site_overview",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get AdsGram site overview: content index, blog post list, categories, authors and key resources",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_sitemapAnswer

Get XML sitemap of all AdsGram pages across 12 supported languages

View tool JSON
{
  "name": "get_sitemap",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get XML sitemap of all AdsGram pages across 12 supported languages",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
get_page_as_markdownAnswer

Fetch any AdsGram page as Markdown. Supports blog posts, verticals, and listing pages.

View tool JSON
{
  "name": "get_page_as_markdown",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch any AdsGram page as Markdown. Supports blog posts, verticals, and listing pages.",
  "inputSchema": {
    "type": "object",
    "required": [
      "path"
    ],
    "properties": {
      "path": {
        "type": "string",
        "description": "Relative URL path, e.g. /en/blog or /en/blog/adsgram/my-post-slug"
      }
    }
  },
  "page": "/"
}