McpToolBatchApprovalRequest

McpToolBatchApprovalRequest
McpToolBatchApprovalRequest

Request body for batch approving or unapproving MCP tools.

JSON Example
{
    "is_approved": false,
    "tool_ids": [
        "string"
    ],
    "all_tools": false
}
boolean
is_approved
Required

Whether to approve or unapprove the tools.

array of string
tool_ids
Optional

A list of tool IDs to approve or unapprove. Mutually exclusive with all_tools.

boolean
all_tools
Optional

Whether to apply the approval to all tools of the MCP server. Mutually exclusive with tool_ids.