Skip to content

Test a tool

Use the dashboard Test modal to run a tool with sample parameters before attaching it to a live assistant. Tests use stored credentials and hit your real API (or MCP server).

  1. Open Tools → select your tool → Test.
  2. Fill path, query, header, and body fields as the model would.
  3. Click Run.
  4. Review HTTP status, response JSON, latency, and any result_transform preview.
CheckPass criteria
Auth200/201 — not 401/403
ParamsURL matches expected path and query
SchemaResponse shape fits transform items_path
Strict modeInvalid inputs rejected when strict params enabled
Rich contentCards preview for successful JSON
Test modalAssistant preview
You supply all params manuallyModel extracts params from conversation
Full raw response visibleSame execution path as production
No LLM involvedEnd-to-end behavior

After modal tests pass, test in assistant preview with natural language.

MCP tests list discovered tools from the server. Pick a tool name and provide its parameter schema fields.

ErrorNext step
401Credential type and token
404URL and path params
422Body schema vs API expectations
TimeoutAPI latency; consider async execution

See Troubleshooting tools and execution logs.