get_all_industries
Fetch all industries or apply a sector filter to view industries within a particular sector.
Instructions
Retrieve a list of all industries, optionally filtered by sector.
Args: sector (str | None): The name of the sector to filter by, or None to retrieve all industries. Returns: list[str]: A list of all industries, or industries in the specified sector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |