request


Description:

public async bool request (RequestBase request)

Requests permission to execute a tool operation.

This method checks permission storage layers in order: 1. Session (temporary) 2. Global (permanent) 3. If not found, calls request_user() to ask user

Parameters:

request

The Request instance requesting permission

Returns:

true if permission is granted, false otherwise