Skip to main content
Glama

Emoji reactions

gitlab_award_emoji

Manage emoji reactions on GitLab issues, merge requests, and snippets. List, add, or remove emojis, including on comments, to capture feedback or votes.

Instructions

Lists, adds or removes emoji reactions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iidYes
nameNoEmoji name without colons, e.g. `thumbsup`
actionYes
note_idNoReact to a comment instead of the issue/MR
award_idNoFor remove
project_idNoProject id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID.
target_typeYes
Behavior2/5

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

The description adds no behavioral context beyond the annotations. readOnlyHint=false and destructiveHint=false indicate mutation but non-destruction, but the description does not disclose permission needs, response formats, or side effects of add/remove operations. For a multi-action mutation tool, this is thin.

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

Conciseness4/5

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

The description is a single sentence with no wasted words, and the verb list (lists, adds, removes) is front-loaded. It is appropriately concise for a CRUD-like tool, though a slightly more structured breakdown of actions could enhance readability.

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

Completeness2/5

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

For a tool with three distinct actions, seven parameters, and no output schema, the description is too sparse. It omits return behavior (e.g., what list returns), does not mention that emoji reactions apply to issues, MRs, or snippets, and lacks examples or usage prerequisites. This is incomplete for an agent to invoke correctly without relying heavily on schema and trial-and-error.

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

Parameters3/5

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

Schema description coverage is 57%, with useful descriptions for name, note_id, award_id, and project_id. The description itself adds no param semantics, but the self-explanatory enums for action and target_type, plus the schema's field descriptions, provide adequate grounding. The iid parameter lacks description, but it is a common GitLab concept.

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

Purpose4/5

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

The description clearly states it lists, adds, or removes emoji reactions, providing a specific verb and resource. It distinguishes from sibling tools that manage issues, MRs, or notes, but it does not mention the target types (issue, merge_request, snippet) offered in the schema, so it's not fully explicit.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives, nor are exclusions or preconditions mentioned. The description does not explain which action requires which parameters or when a user would choose 'list' vs 'add' vs 'remove', apart from what the schema already implies.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/amalychev/gitlab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server