# Tools

The tool interface is used to manage workspace tools, query reference relationships, and manage built-in GitHub, Grafana, and email tool connections.

## Choose a task

| Task | Description |
| --- | --- |
| [View tool list](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/list-tools.html.md) | Lists the current workspace and system tools readable by the current identity. |
| [View tool details](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/get-tool.html.md) | Read the current workspace tool or readable system tool. |
| [Add tool](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/create-tool.html.md) | Creates a platform tool in the current workspace. |
| [Change tool](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/update-tool.html.md) | Partially update a platform tool in the current workspace. |
| [View tool tag](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/list-tool-tags.html.md) | Query the aggregate tags in a tool catalog and the number of tools corresponding to each tag. |
| [View agent that references this tool](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/list-referencing-agents.html.md) | Lists the agents in the current workspace that are effectively bound to the specified tool. |
| [View GitHub tool connection](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/get-github-connection.html.md) | Query the GitHub tool connection status of the current workspace. |
| [Save GitHub tool connection](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/connect-github.html.md) | Save the GitHub tool connection for the current workspace. |
| [Remove GitHub tool connection](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/disconnect-github.html.md) | Delete GitHub tool connections and associated credentials saved in the current workspace. |
| [View Grafana tool connection](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/get-grafana-connection.html.md) | Query the Grafana tool connection status of the current workspace. |
| [Save Grafana tool connection](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/connect-grafana.html.md) | Save the Grafana tool connection for the current workspace. |
| [Remove Grafana tool connection](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/disconnect-grafana.html.md) | Delete the Grafana tool connection and associated credentials saved in the current workspace. |
| [View email tool connection](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/get-mail-connection.html.md) | Query the email tool connection status of the current workspace. |
| [Save email tool connection](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/connect-mail.html.md) | Test and save the mail tool connection; a failed test does not save or rotate credentials. |
| [Remove mail tool connection](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/disconnect-mail.html.md) | Delete the mail tool connections and associated credentials saved in the current workspace. |
| [Generate enterprise WeChat callback key](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/agents/tools/generate-wecom-callback-secrets.html.md) | Generate random key material required for enterprise WeChat callback verification. |
