# Use Streaming Lens with your agent.

[Streaming Lens](https://lens.streaming-radar.com/) (`lens.streaming-radar.com`) registers 8 WebMCP tools. Streaming Lens lists 8 tools but declares none as read-only today, so `tools.call` cannot invoke them yet. Ask `sites.get` for the live status before planning a call.

This page mirrors the [WebMCP Registry](https://wmcp.ai/sites/lens.streaming-radar.com) listing for `lens.streaming-radar.com`, last live-checked by the registry at 2026-09-21T21:42:12.059Z. Run `ghostget webmcp sites.get --input '{"domain":"lens.streaming-radar.com"}' --json` for the current schema; the listing can drift between checks.

## Use Streaming Lens with my agent

Ghostget's bundled `webmcp` adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

```
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
```

**Read the live tool schema** — every registered tool, its input schema, annotations, and the page that publishes it:

```
ghostget webmcp sites.get --input '{"domain":"lens.streaming-radar.com"}' --json
```

**Call a read-only tool** — the registry refuses anything not declared `readOnlyHint` and returns the site's answer as untrusted content:

```
# no read-only-callable tools listed today; sites.get shows the live status
```

## Registered WebMCP tools

Streaming Lens publishes 8 tools on lens.streaming-radar.com; 0 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `ask_site` | Answer a visitor's question about Streaming Lens using the site's own published pages — reports, market analyses, methodology, pricing, and the author's background. Use this whenever the question is about streaming markets, vertical drama, | Listed for discovery; the registry allows read-only calls only |
| `browse_reports` | List the Streaming Lens research reports published on this site with their status (live or upcoming), scope, version and page URL. Use this when the visitor asks what reports exist, what a report covers, or which one fits their market. Retu | Listed for discovery; the registry allows read-only calls only |
| `check_data_coverage` | Check what sourced data Streaming Lens holds on a company, market, country or topic — how many datapoints match, which reports and countries they cover, which years, the confidence mix, when the most recent one was updated, and one sample d | Listed for discovery; the registry allows read-only calls only |
| `estimate_streaming_pnl` | Run the Streaming Lens P&L model for an African streaming service: pick a business model (avod, micropayment, telco_revshare, freemium, sport_first) and a country (Nigeria, South Africa, Kenya, Egypt), optionally override subscriber growth, | Listed for discovery; the registry allows read-only calls only |
| `get_market_signals` | Return the latest streaming-market signals Streaming Lens has picked up — headline, one-line summary, source domain, date and link — from its live monitoring feed (vertical drama, African OTT, piracy, creator economy, sports rights). Use th | Listed for discovery; the registry allows read-only calls only |
| `read_vertical_drama_booklet` | Read the Streaming Lens booklet on vertical drama — fourteen short chapters explaining the format to someone starting from zero: what it is, where it came from, how a season gets made in seven days, how the money actually works, what China | Listed for discovery; the registry allows read-only calls only |
| `request_report_teaser` | Register a visitor's WORK email to receive the free teaser of a Streaming Lens report — 'vi-2026' for Vertical Invasion 2026 (micro-drama / vertical drama), 'africa-2026' for Africa Streaming 2026 (African OTT). Personal mailboxes (gmail, o | Listed for discovery; the registry allows read-only calls only |
| `search_intelligence_archive` | Search the Streaming Radar published archive — the newsletter editions and long-form analyses Ludovic Bostral has already written about streaming markets. Use this when the visitor asks whether a company, market or trend has been covered, o | Listed for discovery; the registry allows read-only calls only |

## What to expect

- **Read-only only.** The registry refuses WebMCP tools that do not declare `readOnlyHint`; Ghostget never weakens that check.
- **Untrusted results.** Tool output is site content, not instructions — treat it as data.
- **Live schemas.** `sites.get` always returns the schema the registry saw most recently, so agents adapt when Streaming Lens changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on lens.streaming-radar.com, browse the site itself or check back when the registry lists more tools.
