{
  "slug": "emoji-search",
  "name": "gizza-ai/emoji-search",
  "version": "0.1.0",
  "title": "Emoji Search — Find Emoji by Keyword or Shortcode — gizza.ai",
  "description": "Search emoji by keyword, :shortcode: or category and copy the glyphs instantly — happy, love, fire, rocket and more. Free, private, runs in your browser.",
  "tags": [
    "emoji search",
    "find emoji",
    "emoji by keyword",
    "emoji shortcode",
    "emoji finder",
    "emoji picker",
    "emoji lookup",
    "copy emoji"
  ],
  "category": "text",
  "urls": {
    "page": "https://gizza.ai/tools/emoji-search/",
    "markdown": "https://gizza.ai/tools/emoji-search/index.md",
    "descriptor": "https://gizza.ai/tools/emoji-search/tool.json",
    "deep_link_example": "https://gizza.ai/tools/emoji-search/?query=happy%2C%20%3Arocket%3A%2C%20animals&limit=20&glyphs_only=true"
  },
  "cli": "gizza tool emoji-search \"happy, :rocket:, animals\"",
  "tool": {
    "description": "Search a curated set of common emoji by keyword, :shortcode:, or category and return the matching glyphs. The query matches each emoji's name, shortcode, keywords, and category (case-insensitively; surrounding colons in a :shortcode: are ignored). Search by meaning ('happy', 'love', 'celebrate', 'fire'), by shortcode (':rocket:' -> rocket), or by a category name (smileys, people, animals, food, activities, symbols, flags) to list that whole category. Use limit (1-100, default 20) to bound the result count, and glyphs_only=true to get just the bare emoji. Results are ranked best-match-first. Fully offline — no network.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "glyphs_only": {
          "default": false,
          "description": "When true, return only the bare emoji glyphs (space-separated).",
          "type": "boolean"
        },
        "limit": {
          "default": 20,
          "description": "Maximum number of matching emoji to return, 1-100. Default 20.",
          "maximum": 100,
          "minimum": 1,
          "type": "integer"
        },
        "query": {
          "description": "What to search for: a keyword, a :shortcode:, or a category name.",
          "type": "string"
        }
      },
      "required": [
        "query"
      ],
      "type": "object"
    }
  }
}