APIReferenceDiscovery
Read one tool
Includes the input schema and the side-effect class.
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": {}}List the tools this token may call GET
Returns only the tools the token's scopes reach. Tools that come and go with circumstance, such as the companion's, are discovered here.
document_read POST
Read a workspace document from an exact /workspace path and return Markdown content. Use image_read for image files. `read` · v1