list_local_grids
Find local Synthesizer grid files, including names, sizes, and modification dates, without opening them. Use this to choose a grid before inspecting its contents.
Instructions
List the Synthesizer grid files available on this machine.
Reports the resolved grid directory and the grid files inside it without opening any of them, so an agent can pick a grid before paying to inspect it. Importing Synthesizer takes a couple of seconds and creates its data directories as a side effect.
Returns:
On success, a mapping with ok (True), grid_dir,
exists (whether that directory is present),
synthesizer_version, grids (a list of {name, filename, size_bytes, modified} entries, sorted by filename
and excluding symbolic links), and truncated (True when
more grids exist than were reported). On failure, a mapping
with ok (False) and error, plus missing and
hint naming the package to install when Synthesizer is not
importable, or grid_dir when the directory could not be
listed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||