AI Tools Collection API Service

This service provides tools for AI applications via HTTP API.

Available Tools:

For AI Bot Usage:

Use visit_web plugin to access these tools:

visit_web: https://bot.tool.serveryyswys.top/random?min=10&max=50&count=3

Example API Call:

curl "https://bot.tool.serveryyswys.top/random?min=1&max=100&count=5"

Response Format (JSON):

{
  "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