maltego_list_transforms
List available Maltego transforms with details on input types, output types, provider, and network requirements. Optionally filter by accepted input type.
Instructions
List available transforms, optionally filtered by accepted input type.
Transforms expand an entity into related entities (e.g. a domain into its IP addresses). The built-in 'local' provider needs no API keys; more providers (a Maltego API, OSINT services) can be added without changing these tools.
Args: params (ListTransformsInput): - input_type (Optional[str]): Only transforms accepting this type.
Returns: str: Markdown list of transforms with name, accepted input types, output types, provider, and whether they require network access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |