Skip to content

Commit 5e41a5f

Browse files
authored
feat: add list-mail-child-folders tool endpoint (#217)
1 parent d4a847d commit 5e41a5f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/endpoints.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"toolName": "list-mail-folders",
1313
"scopes": ["Mail.Read"]
1414
},
15+
{
16+
"pathPattern": "/me/mailFolders/{mailFolder-id}/childFolders",
17+
"method": "get",
18+
"toolName": "list-mail-child-folders",
19+
"scopes": ["Mail.Read"]
20+
},
1521
{
1622
"pathPattern": "/me/mailFolders/{mailFolder-id}/messages",
1723
"method": "get",

0 commit comments

Comments
 (0)