get-download-stats
Retrieve download statistics for top agents from Claude Agents Power. Input a limit to display results, aiding in informed decision-making for team composition and task efficiency.
Instructions
Get download statistics for agents
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of top agents to show |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"description": "Number of top agents to show",
"type": "number"
}
},
"type": "object"
}