List WhisperGraph Catalog Recipes
list_recipesList ready-made recipes from the WhisperGraph catalog, including direct and flow types, with purpose, inputs, and access requirements.
Instructions
List the whisper.security catalog of ready-made recipes - the full set exposed by this server. Two kinds:
directrecipes (keyless) are a single graph procedure: whisper.assess (threat posture), whisper.identify (vendor/operator), whisper.explain, whisper.variants (typosquats), whisper.origins (CDN de-cloak), whisper.history / whisper.history.whois (WHOIS timeline), whisper.walk, whisper.psl.*, whisper.asSet, whisper.lookupTorRelay, db.schema. These run WITHOUT an API key (rate-limited).flowrecipes (keyed) are curated multi-step investigations: attack-path, attack-surface, indicator-enrichment, infrastructure-mapping, subdomain-takeover, bgp-hijack-exposure, blast-radius, route-health, typosquat, nameserver-hijack-dns-consistency, map-supply-chain-concentration, discover-ai-agent-infrastructure, build-takedown-evidence-package, indicator, anycast-dns-root-sovereignty. These need a WhisperGraph API key.
Each entry returns { slug, title, purpose, category, mode, access, requiresKey, inputs[], params[], columns[], docsUrl }. Run any of them with run_recipe(recipe=, ...). Optional filters:
mode ("direct" | "flow")
access ("keyless" | "keyed")
The catalog is generated from the canonical whisper.security catalog, so this list stays in sync with what the platform ships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Filter to only direct or only flow recipes. | |
| access | No | Filter to keyless (no API key) or keyed (API key required) recipes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipes | Yes |