get_service_stats
Retrieve public usage statistics for marketplace services including call counts, USDC revenue, and last-called timestamps to inform your selection.
Instructions
Return public usage statistics for every approved service on the marketplace. No authentication required.
Use this AFTER list_services and BEFORE call_service to pick a service based on real-world traction (call counts, USDC revenue, last-used timestamp).
Returns: an array of { serviceId, callCount, totalRevenueUsdc, lastCalledAt }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||