Interface MicrosoftAgent365TriggerNodeParameters

Source
interface MicrosoftAgent365TriggerNodeParameters {
    hasOutputParser?: boolean;
    include?: "all" | "selected";
    includeTools?: (
        | "mcp_CalendarTools"
        | "mcp_MailTools"
        | "mcp_MeServer"
        | "mcp_ODSPRemoteServer"
        | "mcp_SharePointListsTools"
        | "mcp_TeamsServer"
        | "mcp_TeamsCanaryServer"
        | "mcp_WordServer"
    )[];
    needsFallback?: boolean;
    options?: {
        maxIterations?: number;
        welcomeMessage?: string;
    };
    systemPrompt?: string;
    useMcpTools?: boolean;
}

Properties§

§readonly hasOutputParser?: boolean
§readonly include?: "all" | "selected"

Default: "all"

§readonly includeTools?: (
    | "mcp_CalendarTools"
    | "mcp_MailTools"
    | "mcp_MeServer"
    | "mcp_ODSPRemoteServer"
    | "mcp_SharePointListsTools"
    | "mcp_TeamsServer"
    | "mcp_TeamsCanaryServer"
    | "mcp_WordServer"
)[]

Default: []

§readonly needsFallback?: boolean
§readonly options?: { ... }

Default: {}

§readonly systemPrompt?: string

Type options: {"rows":4}

§readonly useMcpTools?: boolean

Whether to allow the agent to use Microsoft MCP tools like Calendar, Email, and OneDrive to assist in completing tasks. Requires appropriate permissions in your Microsoft account.