File an ask when the account cannot resolve the work
save_ask records something you are waiting on Interchange to answer or
provide. It is available from every account kind because the recipient of the
ask is outside the active account.
type is optional. Omit it when you do not know who should answer; do not delay
a support request while classifying it.
subject is reserved for supply and integration, where it names the domain
or vendor. A supply ask also needs the channel so it can be matched to
inventory. Support, product, and commercial asks carry their situation in the
title.
Filing an ask requires read permission so the person who encounters the problem
can report it. Filing returns an opaque Interchange askId; it is not a ticket
key or an internal work-system ID.
Read and update asks
Buyer and Seller accounts can list and read asks throughsearch and get.
Organisation accounts can file an ask and update it later when they retain its
returned askId, but their current catalog does not include the read tools.
List asks explicitly:
NOT_FOUND result as an unknown ID.
Use save_ask with id and requesterState to record the requester’s view:
Updating requires write permission. Only the original requester or an account
admin may withdraw; anyone with write access may report that the account is
still blocked. Title, type, and severity are fixed after filing because they
control deduplication and response handling.
An optional note replaces the requester’s existing note. Omit it to keep the
current note.
Share failure evidence safely
Text fields onsave_ask are scanned for common bearer tokens, API keys, JWTs,
and cloud credentials. Recognized values are replaced with [REDACTED] before
storage, forwarding, or audit capture while surrounding IDs and error text are
preserved.
Treat this as a safety net, not permission to paste secrets. Remove credentials
before filing and rotate anything you believe was exposed.
Search public documentation
Usesearch with sources: ["docs"] to find the relevant public page. A
discovery result contains a stable document path and citation URL:
Move between accounts
get_status returns a bounded reachableAccounts list and marks it when
truncated. Pass a returned account ID to switch_account, then call
get_status again. Account IDs are not seller/storefront IDs: never pass a
reachable account ID to request_proposals unless another response explicitly
returns it in that tool’s required ID space.