918 B
918 B
TOOLS.md
Agents you can spawn
| agentId | Purpose |
|---|---|
url-operator |
Extracts and categorizes links from a URL |
data-orchestrator |
Runs all data collection operators in parallel |
Spawn order
- url-operator first — pass the CoinMarketCap URL
- data-orchestrator second — pass url-operator's response + project identity
Tools available to you
sessions_spawn— spawn sub-agentsweb_fetch— fetch any URL directly at your own discretion- File write tool — save the final report to workspace
web_fetch guidance
Use it freely to investigate further:
- Whitepapers, audit reports, team pages
- On-chain explorers
- Anything suspicious or interesting in the collected data
Runtime
Always use default subagent runtime. Never use runtime: "acp".