Skip to main content
POST
/
testing
/
tools
/
{tool_key}
/
test
Test Single Tool
curl --request POST \
  --url https://api.example.com/testing/tools/{tool_key}/test \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.mrassistant.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

tool_key
string
required

Body

application/json

The body is of type Test Args · object.

Response

Successful Response