Tool call usage is a core part of any agentic AI workflow. Maxim’s playground allows you to effectively test if the right tools are being chosen by the LLM and if they are getting successfully executed.
In Maxim, you can create prompt tools within the
library section of your workspace. These could be executable or just the schema and then attached to your prompt for testing.
Attach and Run Your Tools in Playground
Create a new tool
Create a new tool in the library. Use an API or code for executable tools and schema if you only want to test tool choice.

Examine tool execution results
For executable tools, check the tool response message that is shown post execution.




