Skip to main content
Glama

send_image

Send images to QQ groups or private contacts using the Amadeus-QQ-MCP server. Upload base64-encoded images to monitored groups or whitelisted friends with optional message replies.

Instructions

Send an image to a monitored group or whitelisted friend.

Args: target: Group ID or friend QQ ID. image: Base64-encoded image data (without the base64:// prefix). target_type: "group" (default) or "private". reply_to: Optional message ID to reply to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
imageYes
target_typeNogroup
reply_toNo
Behavior2/5

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

With no annotations provided, the description carries full burden. It mentions 'monitored group or whitelisted friend' hinting at permission/access constraints, but doesn't disclose critical behavioral traits like authentication needs, rate limits, error conditions, or what 'send' entails (e.g., immediate delivery, async). For a mutation tool with zero annotation coverage, this is insufficient.

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 well-structured with a purpose statement followed by parameter explanations. Every sentence adds value, though the parameter section could be slightly more concise (e.g., combining target_type details). It's appropriately sized and front-loaded.

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 4-parameter mutation tool with no annotations and no output schema, the description covers purpose and parameters adequately but lacks behavioral context (e.g., permissions, errors, response format). It's minimally viable but has clear gaps given the complexity.

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?

Schema description coverage is 0%, so the description must compensate. It provides clear semantics for all 4 parameters: target (Group ID or friend QQ ID), image (Base64-encoded without prefix), target_type (group/private with default), and reply_to (optional message ID). This adds substantial value beyond the bare schema, though it doesn't explain format details like QQ ID structure.

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 ('Send an image') and target ('to a monitored group or whitelisted friend'), distinguishing it from sibling tools like 'send_message' which presumably sends text. However, it doesn't explicitly differentiate from potential image-related siblings (none exist in the list), so it's not a perfect 5.

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?

The description mentions 'monitored group or whitelisted friend' which implies some access restrictions, but provides no explicit guidance on when to use this vs. alternatives like 'send_message' or prerequisites. It lacks clear when/when-not instructions or named alternatives.

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/JulesLiu390/Amadeus-QQ-MCP'

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