tools.list_all_tools module

List documentation for all registered tools in the tool registry.

async tools.list_all_tools.run(search_keyword=None, include_parameters=True, channel=None, ctx=None, **_kwargs)[source]

Execute this tool and return the result.

Parameters:
  • search_keyword (Optional[str]) – The search keyword value.

  • include_parameters (bool) – The include parameters value.

  • channel (Optional[str]) – Channel ID to upload the listing to.

  • ctx – Tool execution context providing access to bot internals.

Returns:

Result string.

Return type:

str