✨ Create New Tool
📊 Statistics
0
Total Tools
0
Validated
0
Executions
📚 Quick Integration
Use these endpoints to integrate LLM Maker into your apps:
List all tools:GET http://localhost:8090/api/tools
fetch('/api/tools', {
method: 'POST',
body: JSON.stringify({
name: 'my_tool',
description: 'What it does',
parameters: {'x': 'int'}
})
})
fetch('/api/tools/execute', {
method: 'POST',
body: JSON.stringify({
tool_id: 'tool_xyz',
arguments: {'x': 5}
})
})
💡 Tip: Click "Copy" to copy code snippets to clipboard
🛠️ Your Tools
No tools created yet. Start by creating your first tool above!