Action domain

custom_emoji

Every action this domain exposes through gitlab_execute_action, from the gitlab://tools manifest. Each entry folds out to its full upstream description and required parameters.

3 · actions1 · destructive1 · read-only

Counted with a Free-tier GitLab token. The catalog is scoped to the token that asks, so the count moves with both its tier and its permissions: higher tiers expose more actions, and administration domains only appear to tokens allowed to use them.

Back to the server card

  1. custom_emoji.createCreate Custom Emoji

    Create group-level custom emoji using GraphQL-backed routes.

    Required parameters: group_path (string), name (string), url (string)

  2. custom_emoji.deleteDelete Custom Emojidestructive

    Delete group-level custom emoji using GraphQL-backed routes.

    Required parameters: id (string)

  3. custom_emoji.listList Custom Emojiread-only

    List group-level custom emoji using GraphQL-backed routes.

    Required parameters: group_path (string)