---
title: Introducing Truto Agent Toolsets
slug: introducing-truto-agent-toolsets
date: 2025-03-26
author: Nachi Raman
categories: ["AI & Agents", Product Updates]
excerpt: Newest offering of Truto SuperAI. It helps teams using Truto convert the existing integrations endpoints into tools usable by LLM agents.
tldr: "Truto Agent Toolsets allow developers to convert existing proxy APIs into customizable tools for LLM agents, featuring real-time description updates and a dedicated Langchain.js SDK."
canonical: https://truto.one/blog/introducing-truto-agent-toolsets/
---

# Introducing Truto Agent Toolsets


Built the True Truto Way ®️, the Truto Agent Toolset feature let you use the existing [Truto Proxy APIs](https://truto.one/docs/guides/integrated-accounts/making-api-calls#proxy-api) as tools in your LLM Agent workflows. Like everything else in Truto, these tools are fully customizable and extensible - because we believe in giving you the freedom to build integrations your way, without any platform lock-in.

![Truto Agent Toolset Demo](https://truto.one/images/content/introducing-truto-agent-toolsets-0.gif)

Turning your Proxy API into a Truto tool is incredibly simple. Just add a description to your Integration's API method and specify any query parameters it accepts. That's it! Your Proxy API method will automatically be exposed through a new [/tools endpoint](https://truto.one/docs/api-reference/admin/integrated-accounts/tools) for each integrated account.

**All the new integrations built by Truto will be Agent First and support tool calling.** We are rapidly increasing the coverage for the existing integrations and aim to have 100% tool calling coverage by end of this year.

As part of this feature, we have also released a brand new Langchain.js Toolset SDK which integrates with Langchain.js and seamlessly provides a set of tools ready to use for an integrated account. Check it out [here](https://github.com/trutohq/truto-langchainjs-toolset).

## Why use it?

Our tools platform is designed with real-world usage in mind. A tool's effectiveness depends on how well the tool description matches your customers' queries. If you notice a tool isn't being called for certain types of questions, you can easily enhance its description to improve its usage. Best part? **All tool description updates are reflected in real-time through the /tools endpoint - no need to redeploy your LLM!**

Also, Truto already does the heavy lifting stuff related to integrations like auth management, pagination normalization, rate limit header normalization, etc. And you can also add your own integrations, resources and methods. A truly open platform.

## Dive-in

We have written a detailed documentation around tool calling [here](https://truto.one/docs/guides/tools/overview). Excited to see what you build!

## What's next?

MCP of course. We're developing fully customizable MCP servers that will leverage the same tool descriptions used by the /tools endpoint. These servers will include additional features like permission levels and more. Stay tuned for updates!
