1,216 tools
coinranking_prochart_get_stats
Summary numbers for every series on the chart — high, low, average, first and last value, with the timestamps of the high and low. Prefer th…
coinranking_prochart_get_series
The chart's plotted data points as { time, value } pairs in data space — the same coordinates drawings use. Downsampled by default to protec…
coinranking_prochart_list_drawings
The shapes currently drawn on the chart, with their points in data space ({ time, value }) rather than pixels. Positions here are directly c…
coinranking_prochart_list_history
The chart's undo/redo stack, newest first, with a human-readable label for each step. `past` can be undone, `future` can be redone. The stac…
coinranking_prochart_list_charts
List the charts this viewer has saved, newest first, with each one's uuid, name, kind and subject. No link is returned — pass the kind and s…
coinranking_prochart_configure
Change one or more chart options — time period, interval, chart type, log scale, indicators, currency, volume, high/low markers. The whole p…
coinranking_prochart_navigate
Switch to a different chart kind for the current asset, or point the chart at a different asset, category or the global market. A kind switc…
coinranking_prochart_history
Step backwards or forwards through the chart's change history, or jump straight to an entry by index. This is the same stack the undo/redo b…
coinranking_prochart_compare
Add or remove an overlay plotted alongside this chart — another coin, the global market, or a category. One target per call, each its own un…
coinranking_prochart_draw
Draw a line, rectangle, circle or text label on the chart, remove one, or clear them all. Anchors are data coordinates (a timestamp and a va…
coinranking_prochart_export
Export the chart's data as CSV or the chart itself as a PNG image. CSV can be returned directly in the result; saving a file or copying to t…
coinranking_prochart_share_link
Get a link that reproduces the chart exactly as it looks now — kind, asset, time range, styling and drawings all travel in the URL. Returns …
coinranking_prochart_save
Save the chart to the viewer's account, save a copy under a new name, rename it, delete it, or discard unsaved edits. Saving needs a name th…
quokkapix.get_contract
Returns the QuokkaPix browser-agent contract, supported image tools, DOM selectors, payment policy and local browser processing constraints.
quokkapix.get_state
Returns current browser-side processing state, selected tool, upload mode, file count, progress, output metadata and payment state.
quokkapix.get_result_manifest
Returns a machine-readable browser-local processing result, source and output dimensions when available, warnings, capabilities and stable e…
quokkapix.get_payment_policy
Returns free and paid agent-use rules. Single image runs, single scenarios and small batches up to 5 files are free; larger agent batch/scen…
quokkapix.list_recipes
Returns official QuokkaPix browser-local image workflow recipes such as Shopify product pack, Amazon white background pack, metadata clean b…
quokkapix.list_rule_profiles
Returns sourced marketplace and social image requirement profiles used by QuokkaPix QA reports. Secondary sources are marked explicitly.
quokkapix.get_rule_profile
Returns one sourced platform image requirement profile by id, including requirements, recommendations, source URL, source type and confidenc…
quokkapix.get_recipe
Returns one official QuokkaPix recipe by id. The recipe includes applySettings JSON, limits, payment requirement and expected result manifes…
quokkapix.validate_recipe
Validates a recipe id or custom recipe object before applying it. This does not upload files and does not start processing.
quokkapix.apply_recipe
Applies an official recipe id or custom recipe JSON to configure a local browser workflow. Files must still be uploaded through the browser …
quokkapix.apply_settings
Applies browser-agent settings for mode, tool, scenario steps and tool options. Files must still be supplied through the browser file input …
quokkapix.set_unlock_token
Stores a short-lived x402 unlock token returned by QuokkaPix payment endpoint. The token is verified and consumed when a paid agent batch ru…
quokkapix.start
State-changing action: starts the selected QuokkaPix local browser workflow after files have been uploaded through the page. Single-image ru…
quokkapix.cancel
Cancels the current QuokkaPix browser-side processing run.
search_products
Search the Rankly Merch catalog. Returns up to `limit` products matching the query and/or category. Each result includes slug (use it with g…
get_product
Return full details for a product. Provide `slug` (preferred) or `name` (fuzzy).
list_categories
Return every category slug + name available in the catalog.
best_sellers
Return the products tagged as best sellers. Optionally restrict by category.
find_deals
Return products currently discounted (price below MRP) or tagged sale, with discount percent.
add_to_cart
Add a product to the signed-in user cart. Identify the product by `slug` (preferred), `productId`, or `name` (fuzzy). If none are provided A…
place_demo_order
Complete checkout end-to-end for the current cart using the signed-in demo account. A dummy shipping address is used and the backend applies…
view_cart
Return the current cart contents and subtotal.
navigate
Navigate within the storefront. Provide either `path` (absolute, e.g. /p/foo) or `to` (one of: home, cart, checkout, account, login, product…
authenticate
Return whether the user is currently signed in and their basic profile.
sign_in
Sign in with email + password.
sign_in_demo
Synthesize a unique demo email + password, register it, and sign in. Use when not signed in for cart/checkout demo.
returns_policy
Store-wide return policy summary.