← Back to registry

TOOL · search_provider

No description provided.

Canonical Definition

{
  "category": "counterparties",
  "description": {
    "en": "Searches verified trade partners using catalogs external to the app.",
    "es": "Busca socios comerciales verificados usando catalogos externos a la app."
  },
  "id": "search_provider",
  "label": {
    "en": "Search provider",
    "es": "Buscar proveedor"
  },
  "metadata": {
    "artifact_type": "vetra-provider-search-tool",
    "consumers": [
      "Vetra-rust",
      "Imaginclaw"
    ],
    "owner_app": "Vetra-rust",
    "promotion_reason": "Partner discovery should be reusable across Vetra UI and agent surfaces.",
    "scope": "app-scoped",
    "version": "0.2.0"
  },
  "requires_workspace": true,
  "response": {
    "data": {
      "providers": [
        {
          "country": "Colombia",
          "name": "AgroExport SA",
          "notes": "KYB compatible and ready for trade-document workflow.",
          "score": 96,
          "specialty": "Coffee and cocoa exports",
          "wallet_address": "0xA92B...8f31",
          "web3_compatible": true
        },
        {
          "country": "Peru",
          "name": "BioAndes Trading",
          "notes": "Strong paperwork quality, pending shipping references.",
          "score": 88,
          "specialty": "Botanicals and food ingredients",
          "wallet_address": null,
          "web3_compatible": false
        },
        {
          "country": "Mexico",
          "name": "NovaLogistics Web3",
          "notes": "Fully integrated with Polygon Escrow.",
          "score": 99,
          "specialty": "Smart-contract bound shipping",
          "wallet_address": "0x110C...Eaa7",
          "web3_compatible": true
        }
      ]
    },
    "summary": {
      "en": "Partner search prepared for `{{search_query}}`.",
      "es": "Busqueda de socios preparada para `{{search_query}}`."
    }
  },
  "suggested_actions": [
    "start_kyb",
    "create_contract",
    "attach_document"
  ],
  "triggers": [
    "proveedor",
    "supplier",
    "provider",
    "buyer",
    "partner"
  ]
}