list_taxonomy
Return the exact industry, function, AI-tier and readiness values every AI BVF calculation accepts. CALL THIS when the caller needs the complete allowed list or when a free-text value is not obvious. It returns taxonomy only, no score, verdict or language mapping. Use map_to_taxonomy when the user has said customer service, banking, RPA or bureaucratic and you need the one canonical value; use this tool when they need the whole menu of values to choose from. Takes no parameters. Pure deterministic lookup — no network, auth, or side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ai_tiers | Yes | All accepted ai_tier values (gen1/gen2/gen3). | |
| functions | Yes | All accepted business-function values. | |
| readiness | Yes | All accepted organisational-readiness values. | |
| industries | Yes | All accepted industry values. | |
| bvf_version | Yes | AI BVF protocol version these enums belong to. |