김인턴
APIReferenceDiscovery

Read one tool

Includes the input schema and the side-effect class.

GET
/tools/{name}

Authorization

memberToken
AuthorizationBearer <token>

Tokens

In: header

Path Parameters

name*string

Response Body

application/json

text/plain

text/plain

curl -X GET "https://example.com/tools/string"
{  "name": "string",  "namespace": "string",  "description": "string",  "version": "string",  "sideEffectClass": "string",  "requiresApproval": true,  "requiresUserPresence": true,  "inputSchema": {},  "outputSchema": {}}