POST
/
tool
Instrument a function-based LLM tool.
curl --request POST \
  --url https://api.atla-ai.com/tool

Query Parameters

func
string
required

The tool function to instrument.

Response

200

The wrapped tool function with instrumentation (decorator output).