get_workspace_config_index
Retrieve the structured JSON configuration index of a workspace, showing all configured resources, SLXs, and their relationships. Use for programmatic access to monitor what's connected.
Instructions
Get the workspace configuration index (structured JSON).
Returns an overview of all configured resources, SLXs, and their relationships in the workspace. Useful for understanding what's monitored and how things are connected.
This tool accepts only workspace_name. It does NOT accept
resource_path, slx_name, filter, or other parameters — those
fail with unexpected_keyword_argument. To set resource_path on an
SLX, use commit_slx or deploy_registry_codebundle. To find SLXs at
a path, use workspace_chat or search_workspace.
NOTE: For questions like "what's monitored in namespace X?" or "how are
resources connected?", prefer workspace_chat — it can traverse the
resource graph and provide contextual answers. Use this tool only when
you need the raw configuration index for programmatic processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_name | Yes | The workspace to query (e.g. 't-oncall'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |