Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full transparency burden and does so thoroughly. It discloses that importing Synthesizer takes seconds and creates data directories as a side effect, that files are not opened, and that results exclude symlinks, are sorted, and may be truncated. These details go well beyond a basic list operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with a clear one-sentence purpose, then provides exactly the behavioral details that matter: no opening, import side effects, and result shape. The Returns section is structured and informative without being padded, and every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is complete for a no-parameter list tool. It covers success and failure modes, package-missing hints, directory-missing behavior, truncation, symlink exclusion, and sorting. An agent has enough context to invoke the tool and interpret its results without additional documentation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so there is no schema burden for the description to compensate for. Per the baseline for 0-parameter tools, this is adequately handled; the description correctly frames the operation as an unconditional listing with no required inputs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb and resource: 'List the Synthesizer grid files available on this machine.' It also distinguishes itself from the sibling inspect-like tools by explicitly saying it reports files 'without opening any of them', making its scope clear for an agent choosing a grid.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use the tool: 'so an agent can pick a grid before paying to inspect it.' This clearly situates the tool as a precursor to inspection tools like inspect_local_grid, though it does not explicitly name the alternative or state when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/synthesizer-project/synthia'

If you have feedback or need assistance with the MCP directory API, please join our Discord server