Skip to main content
Glama
Doist

Twist AI MCP Server

Official
by Doist

react

Destructive

Add or remove emoji reactions on Twist threads, comments, or messages. Specify the target type and ID to manage reactions.

Instructions

Add or remove an emoji reaction on a thread, comment, or conversation message. Use targetType to specify the type of object (thread, comment, or message) and targetId for the ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emojiYesThe emoji to react with (e.g., "👍", "❤️", "🎉").
targetIdYesThe ID of the thread, comment, or message to react to.
operationNoWhether to add or remove the reaction.add
targetTypeYesThe type of object to react to: thread, comment, or message.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
emojiYes
successYes
targetIdYes
operationYes
targetUrlYes
targetTypeYes
Behavior3/5

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

Annotations already indicate destructiveHint=true, confirming mutations. The description adds that the tool can add or remove reactions, which aligns with the annotation. However, it does not disclose additional behavioral traits like permission requirements, rate limits, or side effects (e.g., notifications). Minimal added value beyond annotations.

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 consists of two concise sentences, each serving a clear purpose: the first announces the core functionality, and the second provides simple usage instructions. No unnecessary words or repetition.

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

Completeness4/5

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

With an output schema present, the description does not need to explain return values. It covers the main action and basic parameter usage. A minor gap: the default value of the 'operation' parameter (add) is not mentioned, but the schema provides it. Overall, sufficiently complete for a tool with good annotation coverage.

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%, so the schema already documents all parameters. The description briefly mentions using targetType and targetId but does not add new semantic meaning beyond what the schema provides. Baseline score of 3 is appropriate.

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 action ('Add or remove an emoji reaction') and specifies the target resources (thread, comment, or conversation message). The verb and resource are specific, and it is easily distinguishable from sibling tools like 'reply' or 'delete-object'.

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 provides basic usage guidance (how to specify targetType and targetId) but does not explicitly state when to use this tool versus alternatives or mention any prerequisites. Usage is implied but lacks exclusionary guidance.

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/Doist/twist-ai'

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