ListCustomToolNamesResponseCopyimport type { ListCustomToolNamesResponse } from "https://googleapis.deno.dev/v1/connectors:v2.ts";interface ListCustomToolNamesResponse {toolNames?: ToolName[];}§Properties§toolNames?: ToolName[][src]List of custom tools.