count_forecasts
Retrieve and count forecasts made by a specific user on Fatebook, a prediction tracking platform, to monitor and analyze prediction activity.
Instructions
Count forecasts for a specific user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
userId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"userId": {
"title": "Userid",
"type": "string"
}
},
"required": [
"userId"
],
"title": "count_forecastsArguments",
"type": "object"
}