show_allmodels
Retrieve all models across workspaces, filterable by state (e.g., PRODUCTION, UNLOCKED), with options to include detailed info like memory usage and search by name or ID.
Instructions
List all models across all workspaces. Filter by state param (PRODUCTION, UNLOCKED, etc). Use modelDetails=true for memory/dates. Returns IDs needed by ID-only tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter by model state | |
| modelDetails | No | Include memory usage, creation date, and last modified | |
| limit | No | Max items to return (default 50, max 1000) | |
| search | No | Filter by name or ID (case-insensitive substring match) |