List items in the knowledge base. This is typically the first tool you call — use it to discover what documents exist and get their IDs before reading or editing.Documentation Index
Fetch the complete documentation index at: https://moxn.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
filesystem | string | No | Filesystem slug. Omit to search all accessible filesystems |
path | string | No | Starting path prefix (e.g., "/guides/") |
type | enum | No | document (default), section, folder, database, or all |
name | string | No | Name filter — supports *, ?, [a-z] glob patterns |
branch | string | No | Branch name (default: document default branch) |
limit | integer | No | Max results (default: 100, max: 500) |
maxdepth | integer | No | Maximum depth to descend (0 = starting path only, 1 = direct children) |
mindepth | integer | No | Minimum depth (1 = exclude the starting path itself) |
tagIds | string[] | No | Filter documents by tag IDs |
tagFilterMode | any | all | No | How to combine tagIds: any (default) or all |
Response
Documents:{ id, path, name, description, defaultBranch }
Sections: { id, documentId, name, position }
Folders: { path, name, depth } — virtual, derived from document paths
Databases: { id, name, description, path }
Examples
Related
search— full-text search on section contentread— fetch content by document/section IDfilesystems— discover filesystem slugs to pass asfilesystem