← Back to registry

TOOL · read_file

No description provided.

Canonical 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"
}