v1
protected
tool-access

Check Tool Access

Check whether a user can call a tool.

Omitting arguments checks a whole-tool grant. Passing arguments checks the concrete invocation path used by runtime tool execution.

post/v1/tool-access/checks

Request body

argumentsobject nullable

Optional exact argument set. Omit to check the whole-tool grant.

tool_namestring required
user_idstring required

User UUID or User:<uuid> subject.

Response

Successful Response

allowedboolean required

Changes