Skip to main content
Glama

New Shopify Stores Radar

prelaunch-radar/new-shopify-stores-pre-launch-radar

prelaunch-radar--new-shopify-stores-pre-launch-radar
Destructive

This tool calls the Actor "prelaunch-radar/new-shopify-stores-pre-launch-radar" and retrieves its output results. Actor description: New Shopify stores, including pre-launch stores behind a password page, detected from public Certificate Transparency logs, with RDAP registration date, niche, country and catalog counts. Also checks any domain for Shopify. Flat JSON for AI agents and MCP. Zero personal data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNo**REQUIRED** feed = list newly detected Shopify stores. enrich = check your own list of domains (fill 'domains'). Example values: "feed"feed
nichesNofeed mode only. Keep only these niches. Empty = all niches.
statusNofeed mode only. 'pre-launch' = store still behind its password page; 'live' = open storefront. Example values: "any"any
domainsNoenrich mode only. Domains or URLs, one per item, e.g. example.com. Up to maxItems are checked.
maxItemsNoHard cap on the number of billed results (stores or domains) for this run. Example values: 100
waitSecsNoMax seconds (0–45, default 30) to cap the wait for the Actor run to reach terminal state. For long-running Actors the response returns at the cap with the current run status; follow `nextStep` to poll via get-actor-run. Set to 0 to fire-and-forget.
countriesNofeed mode only. ISO 3166-1 alpha-2 codes of the store's country, e.g. US, GB, FR. Empty = all countries.
sinceDaysNofeed mode only. Return stores first detected in the last N days (1 = yesterday and today). Example values: 7

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
runIdYesActor run ID
statsNoRun statistics
statusYesRun status: READY | RUNNING | TIMING-OUT | TIMED-OUT | ABORTING | ABORTED | SUCCEEDED | FAILED
actorIdYesStable Apify Actor ID from the run record
summaryYesPast-tense summary of the run state
exitCodeNoActor process exit code; populated for terminal states (especially FAILED)
nextStepYesOne primary follow-up action with identifiers interpolated
storagesYesDataset and key-value store metadata, keyed by alias. "default" is always the primary entry.
actorNameNo"username/actor-name"
startedAtNoISO timestamp when the run started
finishedAtNoISO timestamp when the run finished (terminal states only)
statusMessageNoPass-through from Apify run.statusMessage
apifyConsoleUrlNoPersonalized Apify Console link to the run; present only for Console sessions

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?

Annotations already signal readOnlyHint=false and destructiveHint=true, and the description adds useful context: results come from public Certificate Transparency logs, are flat JSON, and contain no personal data. However, it does not explicitly disclose that this starts a billed Actor run or may return before completion when waitSecs is reached, though those details exist in the input schema.

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?

Two tight sentences: the first states the operational wrapper and the second gives a useful actor summary. The only minor redundancy is restating the full Actor identifier immediately after the title already contains it.

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?

The schema root description fully covers the feed/enrich modes, per-result billing, and maxItems cap, and an output schema exists, so the short description is adequate at a high level. It does not mention mode selection or the wait/poll flow, but those are already specified in the input schema and waitSecs parameter.

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 all 8 parameters, including mode-specific behavior, are already documented in the schema. The description only indirectly echoes the domains parameter through "Also checks any domain for Shopify" and adds no parameter-level detail, so the baseline 3 applies.

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 names the exact Actor and uses a concrete verb: "calls the Actor ... and retrieves its output results." The actor blurb further specifies the resource — newly detected Shopify stores plus domain checks — making it unmistakable what this tool does and clearly distinct from sibling run-management tools.

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?

There is no explicit when-to-use or when-not-to-use guidance, and no comparison to siblings like get-actor-run or get-dataset-items for polling or retrieving datasets. The actor blurb implies use cases such as new-store discovery and Shopify domain checks, but the selection rule is left to inference.

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.