Record Missing Capability Demand
record_missing_capability_demandRecord a capability need that MISSING cannot currently resolve so the trusted acquisition system can prioritize new supply. Call this only after list/search finds no suitable verified capability; it mutates the durable demand ledger and repeated calls may increase the observed demand signal. The mutation is additive and non-destructive; never put secrets, credentials, personal data, payment material, or private keys in intent or example_input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Natural-language description of the unresolved task or desired outcome. Keep it specific enough to evaluate future providers and exclude sensitive data. | |
| capability | No | Optional proposed capability identifier if you already know an appropriate stable name. Prefer lowercase snake_case; omit this field when uncertain. | |
| example_input | No | Optional non-sensitive representative input fields that may help trusted acquisition verify future supply. Use scalar values only; never include secrets, credentials, personal data, payment signatures, or private keys. |