Skip to main content
List all filesystems accessible to the authenticated user. Use this before creating documents (to know which filesystem to target) or to scope other tool calls.

Parameters

No parameters.

Response

Array of filesystem objects:

When to Use

  • Before creating a document — if you have access to multiple filesystems, pass the correct filesystem slug to documents with action: "create". Without it, creation may fail or land in the wrong filesystem.
  • Before running find/search — pass filesystem to scope results to the right space.

Examples

Filtering at Startup

You can restrict an MCP session to specific filesystems at startup using the --filesystems flag or MOXN_FILESYSTEMS env var. This is injected automatically into all tool calls that accept a filesystem parameter: