WebIQPreviewTool interface
A WebIQ server-side tool.
- Extends
Properties
| project_connection_id | The ID of the WebIQ project connection. |
| require_approval | Whether the agent requires approval before executing actions. When omitted, the service defaults to "always". |
| server_label | The label of the WebIQ MCP server to connect to. When omitted, the service defaults to connection name extracted from project_connection_id. |
| type | The object type, which is always 'web_iq_preview'. |
Property Details
project_connection_id
The ID of the WebIQ project connection.
project_connection_id: string
Property Value
string
require_approval
Whether the agent requires approval before executing actions. When omitted, the service defaults to "always".
require_approval?: string | MCPToolRequireApproval
Property Value
string | MCPToolRequireApproval
server_label
The label of the WebIQ MCP server to connect to. When omitted, the service defaults to connection name extracted from project_connection_id.
server_label?: string
Property Value
string
type
The object type, which is always 'web_iq_preview'.
type: "web_iq_preview"
Property Value
"web_iq_preview"