Tool test functionality broken?
# support
c
Hello, We sincerely appreciate your understanding and apologize for the inconvenience this has caused. The behavior you're describing where the request body incorrectly duplicates the first parameter's value across multiple parameters appears to be unexpected. The Tool Testing feature should: 1. Allow you to test tools individually from the
Tools > [Select Tool] > Test
section 2. Let you verify tool responses and error handling 3. Help debug parameter extraction and API calls Since you're seeing unexpected behavior in the auto-generated request body, I recommend to Double-check that your parameter definitions are distinct This appears to be a UI issue that should be investigated, as the test functionality should properly handle multiple distinct parameters. If this doesn’t resolve the issue, please let us know and we’ll be happy to step in and assist further.
e
Hi Aniah, I have checked and my parameter definitions are distinct (as also in my screenshots). Thanks for assisting further.
e
I'm having a similar odd problem. Ideally we could set the request body instead of having the test trying to set values for it.
c
A workaround for this issue is to start a call with the assistant, have the assistant execute an API request tool that sends the data to a URL where you can capture the response, then record the request payload to copy and use with another API tool that can send requests such as Postman.
3 Views