w
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@ export function registerFolderTools(server: McpServer): void {
|
||||
description: "List mailbox folders from the Exchange mailbox.",
|
||||
inputSchema: z.object({
|
||||
parentFolderId: z.string().default("msgfolderroot").describe(
|
||||
"Parent folder to list children of. Supports distinguished names (e.g. inbox, calendar)",
|
||||
"Parent folder to list children of."
|
||||
+ " Supports distinguished names (e.g. inbox, calendar)",
|
||||
),
|
||||
recursive: z.boolean().default(false).describe(
|
||||
"If true, recursively traverse all subfolders",
|
||||
|
||||
Reference in New Issue
Block a user