Skip to main content
Glama

queue_engagement

Queue a like, retweet, or reply action on a tweet for later paced execution. Supports auto-generating replies from tweet content.

Instructions

Queue a like, retweet, or reply for paced execution. action is one of like/retweet/reply. reply requires text ("auto" scrapes the tweet and generates the reply NOW, so the stored payload is final). Nothing executes until process_queue is called.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNo
actionYes
accountYes
tweet_urlYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations are minimal (non-readOnly, non-destructive), and the description compensates by disclosing queuing behavior, the 'auto' feature for reply text that scrapes the tweet now, and the requirement to call process_queue for execution. This is sufficient for understanding the tool's safety and behavior.

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?

Three concise sentences, each adding value. The first states the core purpose, the second explains the action parameter and reply requirement, and the third clarifies execution dependency. No wasted words.

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?

Given the 4-parameter input schema and output schema presence, the description covers the essential behavioral aspects: queuing, deferred execution, and the special reply behavior. It could hint at list_queue or cancel_queued_action for completeness, but the current content is adequate for an agent to use the tool correctly.

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

Parameters4/5

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

With 0% schema description coverage, the description adds significant meaning: it explains that 'action' must be like/retweet/reply (though no enum in schema), that reply requires 'text', and that 'auto' generates a reply immediately. It clarifies the interplay between action and text, though account and tweet_url are not elaborated.

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 queues a like, retweet, or reply, specifying the action parameter and that reply requires text. It distinguishes itself from process_queue which executes the queue, and from siblings like engage and reply_to_tweet by emphasizing paced execution.

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?

The description explains that the tool is for queuing actions and that nothing executes until process_queue is called, providing clear guidance on deferred execution. However, it does not explicitly compare with immediate-action siblings like engage or reply_to_tweet, leaving some ambiguity about when to choose this tool.

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/ihuzaifashoukat/x-use'

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