Catalog or Broker Directory¶
Brokered catalog — instantiates Registry-Mediated Discovery
Curates a browsable catalog of offerings under a broker who vets, categorizes, and ranks them, so a caller discovers a fitting counterpart rather than resolving an address it already knows.
A Catalog or Broker Directory is a discovery surface for callers who do not yet know which counterpart they want — only the shape of the need. A broker (the registry's steward) admits offerings into a curated scope, sorts them into categories, and ranks them so a buyer can browse and be matched. What makes it this mechanism rather than a lookup table is that the broker is an active intermediary: it decides what gets listed, vouches for it, and orders the results according to a preference policy. The caller is not resolving a stable key it already holds; it is asking "which of these fits me," and trusting the broker's curation to close an information gap it could not close alone.
Example¶
A mid-size company needs a compliance-monitoring SaaS tool but has no idea which vendors are credible. Instead of cold-searching the open web, it opens a cloud software marketplace — a brokered catalog in the style of AWS Marketplace. Vendors have applied to be listed; the marketplace operator has vetted each for security posture and billing integration before admitting it into the "Security & Compliance" category. The buyer filters to its region and its procurement tier (visibility the marketplace enforces — some enterprise-only listings never appear for smaller accounts). Results come back ranked: certified partners first, then by rating and adoption, with sponsored placements flagged. The buyer picks two, provisions a trial through the broker's own contracting flow, and never once needed a vendor's raw endpoint. The value delivered was not an address — it was a shortlist the buyer could trust, assembled by a steward who had already filtered out the unlistable.
How it works¶
Publishers submit candidate offerings; the broker admits or rejects them against membership criteria, which defines the catalog's scope and does the first, load-bearing filtering. Admitted entries are placed into a category taxonomy and enriched with preference metadata — ratings, certifications, adoption counts, commercial tier — that drives ranking. When a caller browses, the broker applies visibility rules (region, entitlement, account tier) to decide which entries are even eligible to show, then orders the eligible set by its ranking policy. The distinctive move is that discovery is broker-shaped at every step: what exists (scope), what you can see (visibility), and what floats to the top (ranking) are all the steward's decisions, not the caller's query.
Tuning parameters¶
- Curation strictness — how hard it is to get listed. Tight admission raises trust but thins selection and slows onboarding; loose admission grows the catalog but invites adverse selection.
- Ranking policy — relevance-and-quality versus monetized placement. Leaning on paid rank raises broker revenue but corrodes the trust that makes buyers browse here at all.
- Scope breadth — one deep vertical or a sprawling general catalog. Breadth attracts more buyers; depth makes each match more credible.
- Visibility segmentation — how finely listings are gated by buyer tier or region. Fine segmentation enables tailored catalogs but fragments the marketplace and hides supply.
- Incentive disclosure — whether sponsored and commercial relationships are labeled. More disclosure costs short-term revenue and buys long-term legitimacy.
When it helps, and when it misleads¶
It shines exactly where callers cannot evaluate raw options themselves — unfamiliar vendors, opaque quality, high switching cost. The broker's curation converts a bewildering field into a trustworthy shortlist, and that is worth a real cut of the transaction. Its failure mode is that the broker's incentives quietly diverge from the buyer's: pay-to-play ranking, lax vetting that lets low-quality sellers in, and the resulting adverse selection where good sellers leave because they are drowned by cheap ones. This is Akerlof's market for lemons in miniature — when buyers cannot tell quality apart, curation is the only thing holding the market together.[n1] The guarding discipline is to keep ranking legible and separate paid placement from earned rank with unmistakable labeling, and to back the broker's judgment with independent quality signals the broker does not control.
How it implements the components¶
discoverable_entity_scope— the admission criteria define exactly which offerings are catalog-eligible; the broker's first act is drawing that boundary.registry_authority_and_stewardship— the broker is the authority: it vets, admits, retires, and adjudicates disputes over listings.routing_preference_metadata— ratings, certifications, and commercial tier are the ranking signals that order matches for the browsing caller.visibility_and_access_policy— region, tier, and entitlement rules decide which buyer sees which listing.
It does not resolve a caller-supplied key through a resolver_or_query_contract — that is Registry Query API — nor bind a stable_discovery_key to a single current locator, which is Name Resolution Service; a brokered catalog matches a need to a curated set, it does not resolve a known identifier.
Related¶
- Instantiates: Registry-Mediated Discovery — supplies the curated, broker-governed front door for finding an unknown-but-fitting counterpart.
- Sibling mechanisms: Directory Service · Registry Query API · Name Resolution Service · Human Referral Directory · Service Registry · Federated Registry Synchronization · Lease or Heartbeat Registration · Resolver Cache with TTL · Successor Forwarding Record
Editorial Notes¶
Form Classification¶
Form family: Organization, Role & Governance
Rationale: A broker actively vets, admits, categorizes, ranks, and governs offering visibility so callers receive a trusted shortlist, making its operative form a stewardship service.
Nearest alternative: Decision, Gate & Allocation — The broker makes listing and ranking decisions, but durable curation authority and ongoing service capacity are the mechanism.
Review outcome: Adjudicated after independent review; high confidence.
Origin Attribution¶
Primary origin: Economics & Finance
Origin pattern: Convergent development
Present-day reach: Multi-domain
Rationale: Market intermediation established brokers who vet, categorize, and rank offerings for buyers facing quality uncertainty.
Related originating lineages:
- Library & Information Science — Cataloging supplies the browsable discovery structure and governed descriptive scope.
Review resolution: Economics is primary because broker directories reduce search costs and match demand with distributed supply, while library catalogs independently developed authoritative discovery and indexing practice. These convergent lineages explain the multi-domain mechanism without treating generic organizational use as an origin.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
[n1] George Akerlof's market for lemons — when buyers cannot distinguish good from bad offerings, quality erodes because sellers of good goods cannot command a premium and exit. Trusted curation is the classic counter, which is why an admission-and-ranking broker is worth its cut. ↩