Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- `GET /forecasts`: list all threads for the account. - `POST /forecasts/{thread_id}/stop`: cancel an in-progress forecast (consumed credits still charged). - `POST /forecasts/{thread_id}/share` / `.../unshare`: toggle public visibility; share returns `{ "share_url": "/share/..." }`. - `DELETE /forecasts/{thread_id}`: delete a thread. - `GET /account/balance`: `{ "credits": 3750 }`. - `POST /account/credits/purchase`: `{ "amount": 50 }` returns `{ "checkout_url": "https://checkout.stripe.com/..." }`. Minimum $50.- Confidence
- 24% confidence
- Finding
- DELETE /forecasts/{thread_id}`:
