get_stats
Retrieve aggregate Partle platform statistics including total products and stores. Use to quickly answer size queries about the platform.
Instructions
Get top-level Partle platform statistics.
Use this for size questions ("how big is Partle?", "how many stores does Partle cover?"). Returns aggregate counts only — no per-product or per-store data.
Read-only. No authentication. Cheap, but doesn't change often — cache in long-running agents.
Returns:
{"total_products": int, "total_stores": int, "last_updated": str,
"api_version": str, "description": str}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||