Find heroes by power
find_heroes_by_powerFind heroes by matching a power substring. Provide any power like 'flight' to get all heroes with that ability.
Instructions
Return every hero whose power list matches the given substring (e.g. 'flight').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| power | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| heroes | Yes |