We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a847d commit 5e41a5fCopy full SHA for 5e41a5f
1 file changed
src/endpoints.json
@@ -12,6 +12,12 @@
12
"toolName": "list-mail-folders",
13
"scopes": ["Mail.Read"]
14
},
15
+ {
16
+ "pathPattern": "/me/mailFolders/{mailFolder-id}/childFolders",
17
+ "method": "get",
18
+ "toolName": "list-mail-child-folders",
19
+ "scopes": ["Mail.Read"]
20
+ },
21
{
22
"pathPattern": "/me/mailFolders/{mailFolder-id}/messages",
23
"method": "get",
0 commit comments