crypto_project_analyst/operators/TOOLS-twitter-operator.md

14 lines
397 B
Markdown

# TOOLS.md
## Service
- Base URL: `http://192.168.100.203:5000`
- Primary endpoint: `POST /tweets/batch`
- No authentication required (session cookie managed by daemon)
## Behavior Notes
- Input may be a JSON object with `usernames` array, or a list of x.com URLs
- Always use `POST /tweets/batch` — never call per-account endpoints individually
- Return the raw service response unmodified