propose_category
Propose a new category (taxonomy node) for the catalog. This is a PAID action: the fee scales with how deep the path is — 2 segments = $5, 3 = $20, 4 = $50 (e.g. 'technology.ai.agents'). The proposal is reviewed by an operator before the category goes live; there is no automatic refund if it is rejected. Returns a checkout_url to pay (or settles immediately if an SPT token is supplied).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Human-readable display label for the category. | |
| spt_token | No | Optional Shared Payment Token to charge the fee immediately instead of returning a checkout URL. | |
| example_books | No | Up to 10 existing book ids that would belong under it. | |
| justification | No | Why this category should exist. | |
| proposed_path | Yes | Dotted lowercase taxonomy path, 2-4 segments, e.g. 'technology.ai.agents'. |