## §OIP SYSTEM ARTICLE — WANT (4 operations)
A generated article for one OIP shelf. It lists every operation in this API/CLI/MCP/device/model/core subsystem, links each leaf article, and gives the ledger path for proof.

### Read Order
- scan operations
- open a leaf doc
- run via run_now or POST /api/dispatch
- open receipt
- repair/replay if needed

### Operations
- **WANT_NEW** — Record what a person wants, in their words, private by default.
  when: someone says what outcome they want, by text or through their model.
  args: phone_or_profile|text|public(1/0)
  doc: https://miscsubjects.com/api/dispatch?key=WANT_NEW&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=WANT_NEW&body=%2B15555550100%7CI%20want%20the%20best%20peptide%20ads%20running%20on%20Meta%7C0&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=WANT_NEW
- **WANT_SOLICIT** — Resolve a want under its mandate: direct (match priced rows into a set: best match and cheapest, never one win
  when: the mandate is set and the buyer's AI goes to market.
  args: want_id|direct or private or public|targets(csv)
  doc: https://miscsubjects.com/api/dispatch?key=WANT_SOLICIT&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=WANT_SOLICIT&body=want_abc%7Cdirect%7C&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=WANT_SOLICIT
- **WANT_EXECUTE** — Run a want's best direct match unattended when the mandate allows it: the price is under the auto-execute thre
  when: the buyer's AI acts on a want without asking, inside the authority the person granted.
  args: want_id
  doc: https://miscsubjects.com/api/dispatch?key=WANT_EXECUTE&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=WANT_EXECUTE&body=want_abc&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=WANT_EXECUTE
- **WANT_DELIVER** — Deliver a private solicitation to named providers by text; email waits on the mail law and is stored for the o
  when: a want was solicited privately and the buyer names who should see it.
  args: solicitation_id|targets(csv phones, emails or provider profile ids)
  doc: https://miscsubjects.com/api/dispatch?key=WANT_DELIVER&format=markdown
  run: https://miscsubjects.com/api/dispatch?invoke=WANT_DELIVER&body=sol_abc%7C%2B15555550100%2Cprf_provider&share=<TOKEN>
  history: https://miscsubjects.com/api/invocations?object_id=WANT_DELIVER

### Troubleshooting
- If a row's example has placeholders, replace only the placeholder values and preserve separators.
- If a call fails, open its receipt and repair it with POST /api/dispatch {key, body, repairs:'inv_ID'}.
- If token scope denies this system, ask the owner for a row:/rows:/pfx: token scoped to the exact operation set.

Back to the tree: https://miscsubjects.com/api/dispatch?map=1&format=markdown