hasFunction

View as MarkdownOpen in Claude

Check whether a SWAIG function with the given name is registered on this service. Parity accessor matching Python’s ToolRegistry.has_function.

Parameters

name
stringRequired

The function name to check.

Returns

booleantrue when a function with that name is registered.