fabric_search_listings
Search published marketplace listings (supply side). Metered: costs credits per the budget contract. Returns matching public listings with scope-specific ranking.
fabric_search_requests
Search published marketplace requests (demand side). Metered: costs credits per the budget contract. Returns matching public requests with scope-specific ranking.
fabric_get_unit
Get a unit (resource) by ID. Returns full unit details including title, description, scope, condition, quantity, and publish status. Caller must own the unit.
fabric_get_request
Get a request (need) by ID. Returns full request details including title, description, scope, need_by, and publish status. Caller must own the request.
fabric_get_offer
Get an offer by ID. Returns offer status, hold summary, expiry, and negotiation thread info. Caller must be a party to the offer.
fabric_get_events
Poll offer lifecycle events for the authenticated node. Returns events like offer_created, offer_accepted, offer_countered, etc. Uses opaque cursor with strictly-after semantics.