Set Tool Mode
upwork__set_tool_modeView or change how MCP tools are presented. full_list shows all tools directly; search_execute uses search_tools/execute_tool indirection.
WRITE OPERATION — REQUIRES EXPLICIT USER CONFIRMATION. You MUST present full action details and receive explicit approval before executing. Each write requires separate confirmation even if the user said "approve all".
Actions:
get: Get the current tool mode preference. No params required.
set: Set the tool mode preference. Params: mode (string, required — 'full_list' or 'search_execute'). Takes effect on your next tool call or tools/list request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The operation to perform | |
| params | No | Action-specific parameters (see allOf branches per action when present) | |
| org_uid | Yes | Your Upwork org_uid from list_accounts |