# Type Alias: HostedTool

```ts
type HostedTool = 
  | GenieTool
  | VectorSearchIndexTool
  | CustomMcpServerTool
  | ExternalMcpServerTool;

```
