← Back to registry

Artifact Runtime · TOOL

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

Resolved Artifact

{
  "definition": {
    "category": "signatures",
    "description": {
      "en": "Records the contractual signature and advances the case.",
      "es": "Registra la firma contractual y avanza el expediente."
    },
    "id": "sign_contract",
    "label": {
      "en": "Sign contract",
      "es": "Firmar contrato"
    },
    "metadata": {
      "artifact_type": "vetra-contract-signing-tool",
      "consumers": [
        "Vetra-rust",
        "Imaginclaw"
      ],
      "owner_app": "Vetra-rust",
      "promotion_reason": "Signing events must stay outside the app and outside Imaginclaw reasoning.",
      "scope": "app-scoped",
      "version": "0.2.0"
    },
    "requires_workspace": true,
    "response": {
      "data": {
        "company": "{{session_company}}",
        "contract_id": "{{contract_id}}",
        "signed_by": "{{session_user}}",
        "status": "signed"
      },
      "summary": {
        "en": "Contract `{{contract_id}}` signed by `{{session_user}}`.",
        "es": "Contrato `{{contract_id}}` firmado por `{{session_user}}`."
      }
    },
    "suggested_actions": [
      "finalize_contract",
      "verify_contract"
    ],
    "triggers": [
      "firmar",
      "sign contract",
      "firma"
    ]
  },
  "kind": "tool",
  "summary": {
    "description": "No description provided.",
    "id": "sign_contract",
    "kind": "tool",
    "path": "Tools/apps/vetra/sign_contract.json",
    "title": "sign_contract"
  },
  "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