wordpress_file_info
Retrieve file details including size, modification date, and permissions for WordPress site files to monitor changes and manage file system access.
Instructions
Get file information (size, modified date, permissions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}