> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Tools

Retrieve a list of all tools available.

<Note>
  External Documentation

  To learn more, visit the [Onyx documentation](https://docs.onyx.app/developers/api_reference/actions/list_tools).
</Note>

## Example Output

```json theme={"dark"}
[
	{
		"id": 123,
		"name": "<string>",
		"description": "<string>",
		"definition": {},
		"display_name": "<string>",
		"in_code_tool_id": "<string>",
		"custom_headers": [
			"<unknown>"
		],
		"passthrough_auth": true,
		"mcp_server_id": 123,
		"user_id": "<string>",
		"oauth_config_id": 123,
		"oauth_config_name": "<string>",
		"enabled": true,
		"chat_selectable": true,
		"agent_creation_selectable": true,
		"default_enabled": false
	}
]
```

## Workflow Library Example

[List Tools with Onyx and Send Results Via Email](https://library.blinkops.com/workflows/list-tools-with-onyx-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-tools-with-onyx-and-send-results-via-email/canvas" />
</div>
