Skip to main content
Glama

Delete Work Item Emoji Reaction

gitlab_delete_work_item_emoji_reaction
Destructive

Remove your emoji reaction from a GitLab work item by specifying the emoji name and work item IID.

Instructions

Remove the current user's emoji reaction from a work item by emoji name. Requires iid and name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
iidYes
nameYes
project_idNo
Behavior3/5

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

Annotations already indicate destructiveHint=true. The description adds that it removes the 'current user's' reaction, clarifying scope. However, it does not disclose side effects, error conditions, or response behavior beyond that.

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

Conciseness5/5

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

The description is extremely concise with two short sentences, no redundancy, and essential information front-loaded. Every word adds value.

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?

Given the simple delete operation and existing annotations, the description covers the core action but lacks details on success/failure responses, project scope, and potential pitfalls. It is minimally adequate for a straightforward tool.

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?

With 0% schema description coverage, the description must explain parameters. It mentions 'by emoji name' clarifying the 'name' parameter, but does not describe 'iid' or 'project_id'. The required params are stated but lacking semantic detail.

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 verb 'Remove' and the resource 'emoji reaction from a work item', distinguishing it from siblings like deleting issue emoji reactions or work item note emoji reactions. It specifies the action is for the current user and requires emoji name.

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

Usage Guidelines3/5

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

The description lists required parameters but does not explicitly guide when to use this tool vs alternatives like gitlab_delete_issue_emoji_reaction. Usage context is implied by the resource name, but no exclusions or when-not-to-use advice is provided.

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/mcpland/gitlab-mcp'

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