send_product
Send a product message via the 1msg Chat API. Include a payload with product details to dispatch it in a conversation.
Instructions
Send a Product
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | No |
Send a product message via the 1msg Chat API. Include a payload with product details to dispatch it in a conversation.
Send a Product
| Name | Required | Description | Default |
|---|---|---|---|
| payload | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, and the description gives no behavioral details. It does not disclose side effects, required permissions, rate limits, return values, or whether the operation is destructive. The description fails to communicate any behavioral traits beyond the action of 'sending'.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely short, which could be considered concise, but it is under-specified and does not convey essential information. It is more of a placeholder than a useful tool description, so it cannot earn a high score for structure.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (arbitrary payload object, no output schema, many sibling tools), the description is completely inadequate. It provides no information about return values, error cases, or how this tool fits among the alternatives, making it impossible for an agent to use correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one parameter 'payload' with no description, and schema description coverage is 0%. The description does not explain what the payload should contain or how it is used. Since the schema only defines an arbitrary object, the empty description leaves the parameter semantics completely undefined.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Send a Product' provides a verb and resource, but it is extremely vague and does not distinguish this from the many sibling 'send_*' tools such as send_message, send_file, or send_order_details. It does not clarify what a 'product' refers to or what the tool actually accomplishes beyond the generic verb.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus the numerous sibling send tools. No context, prerequisites, or alternative references are provided, leaving the agent without any direction for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1msg/1msg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server