Skip to main content
Glama

commerce_competitor_watchlist

Destructive

Run the commerce domain agent to manage a competitor watchlist, tracking competitor activity under your company scope.

Instructions

Run the commerce domain agent action competitor_watchlist.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior3/5

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

Annotations already declare destructiveHint=true, readOnlyHint=false, and idempotentHint=false. The description adds useful context about JWT/tenant/company scoping and the dispatcher routing mechanism, but it does not disclose what side effects the action may have or warn about the destructive nature. This is partial extra context, not a contradiction.

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 compact and free of obvious fluff. It front-loads the action name and routing context, then lists the two parameters efficiently. It could be improved by explaining the action itself, but the structure itself is clear.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Even with an output schema present, the description is incomplete for correct selection and invocation. It fails to explain what a competitor watchlist is, what competitor data is involved, what the action returns, or what destructive side effects may occur. There is also no guidance against confusing this with product_competitor_watchlist.

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 0%, so the description must compensate. It provides basic meaning for both parameters: 'message' is a free-text objective and 'inputs' is an optional JSON string. However, it does not describe what keys or structure the JSON inputs should have, leaving meaningful ambiguity for callers.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description only says 'Run the commerce domain agent action competitor_watchlist', which restates the tool name without explaining what the competitor_watchlist action actually does. It does not describe the behavior, outcome, or domain concept, so an agent cannot distinguish it from related tools like product_competitor_watchlist.

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 gives no guidance on when to use this tool versus alternatives. It mentions routing through the domain-agent dispatcher and scope, but does not state when this action is appropriate or when another commerce/product tool would be better.

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

Deploy Server

Other Tools