list
View all resources of a given type in a workspace to see what exists before acting. Choose from workspaces, libraries, agents, skills, files, workflows, tags, or members.
Instructions
List all resources of a given type in a workspace — the fast way to see what already exists before you act. Returns lightweight summaries (IDs, names, key fields), not full content: use get for one resource's full detail, or search to find resources by text or tag. Set type to choose what to list — workspaces, libraries (context libraries), agents, skills, files (pass libraryId), workflows, tags, file_tags (pass fileId), workspace_status, or members (with roles + activity). Uses your active workspace when workspaceId is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Resource type to list. members: list all workspace members with their roles and activity status. | |
| fileId | No | File ID to list tags for (type=file_tags) | |
| status | No | Filter by status (type=files) | |
| folderId | No | Filter by folder (type=files) | |
| libraryId | No | Required when type=files | |
| workspaceId | No | Workspace ID (uses default if omitted) |