Skip to main content
Glama

Tenmomo

activate_cashback

Generate a personalized cashback activation link for a user. Requires the user's Tenmomo API key (sk-tm-...). The returned URL must be opened in a browser to set tracking cookies before shopping.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyYesUser's Tenmomo API key (sk-tm-...)
store_idYesStore ID to activate cashback for

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It usefully discloses the cookie-setting browser requirement and the API-key prerequisite, but it does not mention side effects, link expiration, failure modes, or any reversibility concerns. This is meaningful but incomplete context for a tool that creates a personalized activation artifact.

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 two sentences with the core purpose front-loaded and no filler. Both sentences contribute necessary information: what the tool generates and the critical follow-up step an agent must communicate to the user.

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 simple two-parameter generator, the description covers the required credential, the nature of the output URL, and the required post-step. It is slightly incomplete because it never mentions the need to supply a store_id and gives no hint of link validity or failure behavior, and there is no output schema to supply that missing context.

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 api_key and store_id thoroughly. The description adds the API key format and emphasizes user-level personalization, but it does not add any new semantics for store_id beyond what the schema already provides.

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 identifies the action ('Generate') and the deliverable ('personalized cashback activation link') and notes it is for a user. However, it does not distinguish this tool from the sibling get_activation_url, so an agent may have to inspect both to know which to choose.

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 operational context: the user's API key is required and the returned URL must be opened in a browser to set tracking cookies. It does not explicitly say when to use this tool over siblings or when not to use it, leaving some selection ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources