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 has Output Parser?: boolean§readonly include?: "all" | "selected"§
readonly include Tools?: (
| "mcp_CalendarTools"
| "mcp_MailTools"
| "mcp_MeServer"
| "mcp_ODSPRemoteServer"
| "mcp_SharePointListsTools"
| "mcp_TeamsServer"
| "mcp_TeamsCanaryServer"
| "mcp_WordServer"
)[]Default: []
readonly needs Fallback?: boolean§readonly options?: { ... }Default: {}
readonly system Prompt?: stringType options: {"rows":4}
readonly use Mcp Tools?: booleanWhether 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.
Default: "all"