Skip to main content
Glama

Tenmomo

get_activation_url

Get the cashback activation URL for a store. Users must click this link before shopping to earn cashback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
store_idYesStore ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It does not disclose whether the operation is read-only, requires authentication, or has any side effects or expiration details. It only states the action and purpose, which is minimal for a tool with no structured safety hints.

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?

Two sentences with no filler. The core purpose and the critical prerequisite are front-loaded, making it highly efficient and easy to scan.

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 no output schema, the description implies the return value (a URL) and states the usage requirement. It does not specify the URL format or any edge cases, but for a simple one-parameter getter, it covers the essential information an agent needs to invoke it correctly.

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% for the single store_id parameter, with a basic 'Store ID' description. The tool description adds no additional meaning about the parameter, so it meets the baseline of 3 but does not elevate it.

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 action (get), the resource (cashback activation URL for a store), and the purpose (must be clicked before shopping to earn cashback). It distinguishes itself from siblings like activate_cashback by specifying it returns a URL rather than performing activation.

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?

It provides clear context on when to use (before shopping) and why (to earn cashback), but does not explicitly mention alternatives or when not to use it. The sibling activate_cashback might be confused, but the description implies this tool is for obtaining the URL, leaving the distinction implicit.

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