Agent Tools
Agent tools provide your LLM additional information from your Vault to help it execute agent actions. Agent tools are configured as part of the agent action definition, which means that agent tools are available per action rather than per agent.
Agent Tool Types defines the tool’s function, which specifies the kind of information a tool can provide. For example, Vault Admins can configure custom tools in the Vault UI with the VQL Query tool type, which allows an agent action to execute preconfigured VQL queries.
With Vault Java SDK, your organization can create custom tool types to meet your unique business needs.