This service provides tools for AI applications via HTTP API.
Use visit_web plugin to access these tools:
visit_web: https://bot.tool.serveryyswys.top/random?min=10&max=50&count=3
curl "https://bot.tool.serveryyswys.top/random?min=1&max=100&count=5"
{
"success": true,
"tool": "Random Number Generator",
"data": [42, 15, 89, 67, 91],
"params": {
"min": 1,
"max": 100,
"count": 5,
"type": "integer"
},
"generated_at": "2024-01-15 10:30:45"
}
AI Tools Collection - Python Version