> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# UpdateWorkspaceRequestDisabledServerTool

## Example Usage

```python theme={null}
from openrouter.components import UpdateWorkspaceRequestDisabledServerTool

# Open enum: unrecognized values are captured as UnrecognizedStr
value: UpdateWorkspaceRequestDisabledServerTool = "openrouter:advisor"
```

## Values

This is an open enum. Unrecognized values will not fail type checks.

* `"openrouter:advisor"`
* `"openrouter:apply_patch"`
* `"openrouter:bash"`
* `"openrouter:datetime"`
* `"openrouter:fusion"`
* `"openrouter:image_generation"`
* `"openrouter:experimental__search_models"`
* `"openrouter:shell"`
* `"openrouter:subagent"`
* `"openrouter:tool_search"`
* `"openrouter:web_fetch"`
* `"openrouter:web_search"`
