search_business_partners โ€” Find Partners

Searches business partners (customers and suppliers) by code, name, or type โ€” card code, name, type, balance.

Searches business partners (customers and suppliers) from the live system by code, name, or type: card code, name, type, balance. Read-only. Reach for it when the user names a specific partner or asks for a subset โ€” “find customer Acme”, “our suppliers”, “who is C001”. Prefer this over list_business_partners when the request is filtered.

Try these prompts

  • “find customer Acme”
  • “list our suppliers”

ื ืกื• ื’ื ื‘ืขื‘ืจื™ืช

  • “ืžืฆื ืœืงื•ื— ืœืคื™ ืฉื”
  • “ื”ืฆื’ ืืช ื”ืกืคืงื™ื ืฉืœื ื•”
  • “ื—ืคืฉ ืฉื•ืชืฃ ืขืกืงื™”

Arguments

ArgRequiredMeaning
card_codeoptionalExact card code, e.g. C001.
card_nameoptionalName substring, e.g. Acme.
card_typeoptionalcCustomer or cSupplier.
topoptionalMax rows returned.

Example result

1 match for “Acme”. C001 Acme Corp โ€” customer, balance $3,120.

  • list_business_partners โ€” the full unfiltered list.
  • get_business_partner โ€” one partner by exact card code.