TapToolMap augmentation, which is what the handler’s
tools table accepts.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The tool names in the TapToolMap augmentation, which is what the handler’s tools table accepts.
type ToolId = keyof TapToolMap extends never ? string : Extract<keyof TapToolMap, string>;
TapToolMap augmentation, which is what the handler’s
tools table accepts.Was this page helpful?