Skip to main content
StackOne tools work with OpenAI’s function calling to build AI agents that access business data.

Overview

  • Convert tools to OpenAI function schemas automatically
  • Execute functions with built-in handling
  • Build agents with conversational context
  • Multi-step workflows for complex tasks

Dynamic Tool Loading

Load tools based on available integrations:

Conversational Agents

Build multi-turn conversational agents:

Best Practices

Account ID from Context

Example

Let the LLM discover and execute tools on its own. Instead of loading all tools upfront, pass tool_search + tool_execute and the LLM finds what it needs:
See Tool Search for the full agent loop example.

Next Steps