get_account_info
Check your Prospeo account status — credits remaining, plan name, renewal date, and team size.
Credits: Free (does not consume credits)
Parameters
None. This tool takes no arguments.
Example
Just ask your AI:
“How many Prospeo credits do I have left?”
Response
{
"success": true,
"data": {
"current_plan": "STARTER",
"current_team_members": 1,
"remaining_credits": 99,
"used_credits": 1,
"next_quota_renewal_days": 25,
"next_quota_renewal_date": "2026-06-18 20:52:28+00:00"
}
}Last updated on