droyd_get_watchlist
Retrieve cryptocurrency watchlist projects with investment scores and thesis points for personal agent, community swarm, or combined scopes.
Instructions
Get watchlist projects for the authenticated user.
Scopes:
agent - Personal agent watchlist only
swarm - Community swarm watchlists
combined - Both personal and swarm (default)
Returns projects with agent evaluations including investment scores and thesis points.
Examples:
Get combined: { "scope": "combined" }
Agent only: { "scope": "agent", "include_attributes": ["market_data", "technical_analysis"] }
With limit: { "scope": "swarm", "limit": 10 }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Watchlist scope | combined |
| include_attributes | No | Additional data to include | |
| limit | No | Results (1-50) |