← Back to registry

Artifact Runtime · TOOL

Canonical runtime-backed view of the artifact, independent from metadata governance.

Resolved Artifact

{
  "definition": {
    "category": "onboarding",
    "description": {
      "en": "Explains what Vetra is and guides new users through the first steps in the web3 platform.",
      "es": "Explica qué es Vetra y guía al nuevo usuario sobre los primeros pasos en la plataforma web3."
    },
    "id": "conocer_vetra",
    "label": {
      "en": "Get to know Vetra",
      "es": "Conocer Vetra"
    },
    "metadata": {
      "artifact_type": "vetra-onboarding-tool",
      "consumers": [
        "Vetra-rust",
        "Imaginclaw"
      ],
      "owner_app": "Vetra-rust",
      "promotion_reason": "Onboarding capabilities are specific to the Vetra ecosystem.",
      "scope": "app-scoped",
      "version": "0.1.0"
    },
    "requires_workspace": false,
    "response": {
      "data": {
        "steps": [
          "Completa el KYB para validar tu entidad y habilitar funciones on-chain.",
          "Añade documentos de identidad para tus representantes.",
          "Crea contratos y expórtalos a un blockchain proof (Prueba de Estado)."
        ]
      },
      "summary": {
        "en": "Vetra is an operational foreign trade platform leveraged by Web3 technology. It allows you to automate your KYC/KYB, sign contracts, and finance them digitally. Would you like to start profiling your company?",
        "es": "Vetra es una plataforma operativa de comercio exterior apalancada en tecnología Web3. Te permite automatizar tu KYC/KYB, firmar contratos y financiarlos digitalmente. ¿Quieres comenzar perfilando tu empresa?"
      }
    },
    "suggested_actions": [
      "start_kyb",
      "create_contract"
    ],
    "triggers": [
      "vetra",
      "conocer",
      "tour",
      "quien",
      "ayuda",
      "empezar",
      "acerca"
    ]
  },
  "kind": "tool",
  "summary": {
    "description": "No description provided.",
    "id": "conocer_vetra",
    "kind": "tool",
    "path": "Tools/apps/vetra/conocer_vetra.json",
    "title": "conocer_vetra"
  },
  "validation_issues": [
    "Tool 'type' should be 'function'",
    "Tool must define a function/name identifier",
    "Tool must include a description"
  ]
}

Validation

Tool 'type' should be 'function'
Tool must define a function/name identifier
Tool must include a description