Skip to main content
Glama

create_project_comment_reaction

Add emoji reactions to project comments on Qiita Team to express feedback or acknowledge contributions.

Instructions

Add an emoji reaction to a project comment (Qiita Team only)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comment_idYesProject comment ID
nameYesEmoji reaction name (e.g. '+1', 'heart')
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions 'Qiita Team only' which adds useful context about platform restrictions, but fails to describe whether this is a mutation (likely yes), what permissions are needed, rate limits, or what happens on success/failure. The description doesn't contradict annotations (none exist), but provides minimal behavioral insight.

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 a single, efficient sentence that communicates the core purpose and key constraint. Every word earns its place with no redundancy or unnecessary elaboration, making it appropriately front-loaded and easy to parse.

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?

For a 2-parameter mutation tool with no annotations and no output schema, the description provides basic purpose and platform restriction but lacks details about behavioral outcomes, error conditions, or return values. It's minimally adequate given the simple parameter structure but leaves gaps in understanding the full tool behavior.

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 100%, with both parameters clearly documented in the schema. The description doesn't add any parameter-specific information beyond what's in the schema (comment_id and name). This meets the baseline of 3 since the schema does the heavy lifting, but no additional semantic context is provided.

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 the action ('Add an emoji reaction') and target resource ('to a project comment'), which is specific and actionable. It distinguishes from sibling tools like 'create_comment_reaction' by specifying 'project comment' and 'Qiita Team only', though it doesn't explicitly contrast with all alternatives.

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 implies usage context with 'Qiita Team only', suggesting this tool is platform-specific. However, it doesn't provide explicit guidance on when to use this versus similar tools like 'create_comment_reaction' or 'create_item_reaction', nor does it mention prerequisites or exclusions beyond the platform restriction.

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/sunu-py-jp/Qiita-MCP'

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