Test a Tool

Testing via the Dashboard

  1. Open the tool in the editor
  2. Click the Test button
  3. Enter test parameters (JSON matching your schema)
  4. Click Execute
  5. View the response, status code, and latency

Testing via API

Viewing Tool Execution Logs

Every tool execution is logged with:
  • Input parameters
  • Response data
  • HTTP status code
  • Latency (ms)
  • Error message (if failed)
Access logs from the tool’s detail page or the Call Logs section.

Common Issues