14 lines
301 B
Markdown
14 lines
301 B
Markdown
# TOOLS.md
|
|
|
|
## Service
|
|
|
|
- Base URL: `http://192.168.100.203:5003`
|
|
- Single endpoint: `POST /analyze_url`
|
|
- No authentication required
|
|
|
|
## Behavior Notes
|
|
|
|
- You never fetch pages yourself — the service does that
|
|
- Never use web_fetch, curl, or any browser tool
|
|
- Return the service response verbatim
|