Skip to main content
Glama

create_issue_note_emoji_reaction

Add an emoji reaction to an issue note or discussion reply, using the note ID and optional discussion ID to target it correctly.

Instructions

Add an emoji reaction to an issue note. Pass discussion_id for discussion thread replies. Use this for a new resource or action; choose the corresponding update or edit tool when the resource already exists. It changes remote GitLab state and requires the necessary project or group permission; GitLab returns validation, conflict, permission, or rate-limit errors instead of silently applying an invalid request. When project_id or group_id is accepted, provide the numeric ID or complete URL-encoded path described by the schema; use required identifiers and pagination fields exactly as documented.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName of the emoji without colons (e.g. 'thumbsup', 'rocket', 'eyes')
note_idYesThe ID of a note (comment or thread reply)
issue_iidYesThe IID of an issue
project_idYesProject ID or complete URL-encoded path to project
discussion_idNoThe ID of a discussion thread. Required for notes that are discussion replies; omit for top-level notes.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv2.1.18
  2. Removedv2.1.14
  3. Addedv2.1.11
  4. Removedv2.1.10
  5. Addedv2.1.9

TDQS

A3.7/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description transparently notes that the operation changes remote GitLab state and requires appropriate permissions. It also mentions that errors like validation or rate-limit are returned rather than silent failures. This goes beyond the sparse openWorldHint annotation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is overly verbose with boilerplate about 'use required identifiers and pagination fields exactly as documented,' which is irrelevant since there are no pagination fields. The key purpose is stated first, but the rest contains filler that reduces conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

It covers the essential aspects: purpose, usage nuance, state change, permissions, and error handling. However, it omits details about the response format and includes irrelevant pagination advice. Given the schema's completeness, the description is adequate but not exhaustive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already describes each parameter in detail (e.g., emoji name without colons, IDs). The description only restates the discussion_id condition already present in the schema, adding little new meaning. It also includes generic advice about providing IDs that duplicates the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: adding an emoji reaction to an issue note. It also clarifies the nuance about discussion_id for thread replies, making the purpose unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides basic usage guidance, such as using this tool for new reactions and preferring an update tool for existing ones. It also explains when to include discussion_id, which aids in correct invocation. However, it doesn't explicitly distinguish from sibling tools like listing or deleting reactions, but the primary use case is evident.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools