APIReferenceDiscovery
List the tools this token may call
Returns only the tools the token's scopes reach. Tools that come and go with circumstance, such as the companion's, are discovered here.
Authorization
memberToken AuthorizationBearer <token>
Tokens
In: header
Response Body
application/json
text/plain
text/plain
curl -X GET "https://example.com/tools"{ "tools": [ { "name": "string", "namespace": "string", "description": "string", "version": "string", "sideEffectClass": "string", "requiresApproval": true, "requiresUserPresence": true, "inputSchema": {}, "outputSchema": {} } ]}