search_workspaces
Search workspaces by name, description, or slug to retrieve workspace IDs and names. Use text input to locate a workspace.
Instructions
Search for workspaces by name, description, or slug. Returns workspace IDs and names. Use this to find a workspaceId from a text search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by exact workspace name | |
| page | No | Page number for pagination. Starts at 0. | |
| slug | No | Filter by exact workspace slug | |
| limit | No | Number of results per page | |
| labels | No | Comma-separated labels list to filter on | |
| search | No | Search text to find workspaces by name, description, or slug | |
| environment | Yes | Environment name (from PRISME_ENVIRONMENTS) to search workspaces in |