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

# ToolId

> The tool names in the TapToolMap augmentation, which is what the handler's tools table accepts.

```ts theme={null}
type ToolId = keyof TapToolMap extends never ? string : Extract<keyof TapToolMap, string>;
```

The tool names in the `TapToolMap` augmentation, which is what the handler's
`tools` table accepts.
