blender_filesystem
List or search files within safe Blender directories—home, script folders, asset cache—using glob filters. Restricts access by default; override only when the user explicitly requests.
Instructions
List or search files, restricted to the user's home directory, Blender's script folders and the asset cache by default.
Pass allow_anywhere only when the user has actually asked for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory to list. Omit to see the allowed roots. | |
| limit | No | ||
| roots | No | Override the allowed roots for this call. | |
| pattern | No | Glob filter, e.g. '*.hdr'. | * |
| allow_anywhere | No | Drop the root restriction. Off by default on purpose: an agent that can read the whole disk is a liability. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |