stat
File metadata: size, mtime, mode, type.
id tool/statv1.0.0function stat
Signature
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | yes | File or directory path |
| returns | object | Metadata fields. |
Tool definition for the model
{
"name": "stat",
"description": "Return metadata for a path.",
"input_schema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "File or directory path"
}
},
"required": [
"path"
]
}
}Author convergent-systems-key. Source convergent-systems-co/agent-atoms (original ↗). License Apache-2.0. Re-typed from tool-definition by scripts/migrate-policy-tool.py.