memeworld
Documentation

MCP

list_tags

No account needed

Every tag with at least one published template.

The catalog’s own vocabulary, featured tags first. Use a returned slug as the tag argument to search_templates to browse a category rather than guess at search terms.

Arguments

None — call it with {}.

Returns

  • tags[]slug, name, kind (category or topic), templateCount, isFeatured.

Example

{
  "name": "list_tags",
  "arguments": {}
}

The structured result:

{
  "tags": [
    {
      "slug": "reaction",
      "name": "Reaction",
      "kind": "category",
      "templateCount": 214,
      "isFeatured": true
    },
    {
      "slug": "work",
      "name": "Work",
      "kind": "topic",
      "templateCount": 88,
      "isFeatured": false
    }
  ]
}