← Back to registry

Artifact Runtime · TOOL

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

Resolved Artifact

{
  "definition": {
    "function": {
      "description": "Read the contents of a local file on the system. Use this when the user asks you to read a specific file whose path they provide.",
      "name": "read_file",
      "parameters": {
        "properties": {
          "path": {
            "description": "The absolute path to the file to read.",
            "type": "string"
          }
        },
        "required": [
          "path"
        ],
        "type": "object"
      }
    },
    "type": "function"
  },
  "kind": "tool",
  "summary": {
    "description": "Read the contents of a local file on the system. Use this when the user asks you to read a specific file whose path they provide.",
    "id": "read_file",
    "kind": "tool",
    "path": "Tools/global/files/read_file.json",
    "title": "read_file"
  },
  "validation_issues": []
}

Validation

No validation issues detected.