Valid only for write actions. Represents the type of write action. REDIRECT - The client renders the URL which contains information for carrying out the action. EXECUTION - Send a request to an external server and execute the action. MCP - Send a tools/call request to an MCP server to execute the action.
from glean.api_client.models import WriteActionType
value = WriteActionType.REDIRECT
# Open enum: unrecognized values are captured as UnrecognizedStr| Name | Value |
|---|---|
REDIRECT |
REDIRECT |
EXECUTION |
EXECUTION |
MCP |
MCP |