SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← Tools
To toolcommandcodingfs-readstable

stat

File metadata: size, mtime, mode, type.

id tool/statv1.0.0function stat

Signature

ParameterTypeRequiredDescription
pathstringyesFile or directory path
returnsobjectMetadata 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.