← Back to registry

Artifact Runtime · TOOL

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

Resolved Artifact

{
  "definition": {
    "category": "documents",
    "description": {
      "en": "Links supporting documents to the active contract or workflow.",
      "es": "Vincula soportes al contrato o workflow activo."
    },
    "id": "attach_document",
    "label": {
      "en": "Attach document",
      "es": "Anexar documento"
    },
    "metadata": {
      "artifact_type": "vetra-document-link-tool",
      "consumers": [
        "Vetra-rust",
        "Imaginclaw"
      ],
      "owner_app": "Vetra-rust",
      "promotion_reason": "Attachment linking is business workflow state and must not live in UI code.",
      "scope": "app-scoped",
      "version": "0.2.0"
    },
    "requires_workspace": true,
    "response": {
      "data": {
        "contract_id": "{{contract_id}}",
        "document_name": "{{document_name}}",
        "linked": true
      },
      "summary": {
        "en": "Document `{{document_name}}` attached to `{{contract_id}}`.",
        "es": "Documento `{{document_name}}` anexado a `{{contract_id}}`."
      }
    },
    "suggested_actions": [
      "register_signature",
      "sign_contract",
      "finalize_contract"
    ],
    "triggers": [
      "adjunta",
      "attach",
      "anexa",
      "documento",
      "soporte"
    ]
  },
  "kind": "tool",
  "summary": {
    "description": "No description provided.",
    "id": "attach_document",
    "kind": "tool",
    "path": "Tools/apps/vetra/attach_document.json",
    "title": "attach_document"
  },
  "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