@softeria/ms-365-mcp-server 0.48.1 → 0.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/endpoints.json +35 -0
- package/dist/generated/client.js +159 -0
- package/logs/mcp-server.log +10 -10
- package/package.json +1 -1
- package/src/endpoints.json +35 -0
package/dist/endpoints.json
CHANGED
|
@@ -236,6 +236,27 @@
|
|
|
236
236
|
"scopes": ["Calendars.ReadWrite"],
|
|
237
237
|
"llmTip": "Deleting a seriesMaster deletes ALL occurrences of the recurring event. To cancel a single occurrence, delete that specific instance ID from list-calendar-event-instances."
|
|
238
238
|
},
|
|
239
|
+
{
|
|
240
|
+
"pathPattern": "/me/events/{event-id}/accept",
|
|
241
|
+
"method": "post",
|
|
242
|
+
"toolName": "accept-calendar-event",
|
|
243
|
+
"scopes": ["Calendars.ReadWrite"],
|
|
244
|
+
"llmTip": "Accepts a meeting invitation. Optional body: { sendResponse: true, comment: 'I will attend.' }. Set sendResponse to false to accept silently without notifying the organizer."
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"pathPattern": "/me/events/{event-id}/decline",
|
|
248
|
+
"method": "post",
|
|
249
|
+
"toolName": "decline-calendar-event",
|
|
250
|
+
"scopes": ["Calendars.ReadWrite"],
|
|
251
|
+
"llmTip": "Declines a meeting invitation. Optional body: { sendResponse: true, comment: 'Cannot attend, conflict.' }. The event remains in the calendar as declined unless the user deletes it."
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"pathPattern": "/me/events/{event-id}/tentativelyAccept",
|
|
255
|
+
"method": "post",
|
|
256
|
+
"toolName": "tentatively-accept-calendar-event",
|
|
257
|
+
"scopes": ["Calendars.ReadWrite"],
|
|
258
|
+
"llmTip": "Tentatively accepts a meeting invitation. Optional body: { sendResponse: true, comment: 'I might be able to attend.' }. Use proposedNewTime to suggest an alternative: { proposedNewTime: { start: { dateTime, timeZone }, end: { dateTime, timeZone } } }."
|
|
259
|
+
},
|
|
239
260
|
{
|
|
240
261
|
"pathPattern": "/me/calendars/{calendar-id}/events",
|
|
241
262
|
"method": "get",
|
|
@@ -565,6 +586,20 @@
|
|
|
565
586
|
"toolName": "get-current-user",
|
|
566
587
|
"scopes": ["User.Read"]
|
|
567
588
|
},
|
|
589
|
+
{
|
|
590
|
+
"pathPattern": "/me/mailboxSettings",
|
|
591
|
+
"method": "get",
|
|
592
|
+
"toolName": "get-mailbox-settings",
|
|
593
|
+
"scopes": ["MailboxSettings.Read"],
|
|
594
|
+
"llmTip": "Gets the current user's mailbox settings including automaticRepliesSetting (out-of-office status, message, scheduledStartDateTime/EndDateTime, externalAudience), language, timeZone, dateFormat, timeFormat, delegateMeetingMessageDeliveryOptions, and userPurpose."
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"pathPattern": "/me/mailboxSettings",
|
|
598
|
+
"method": "patch",
|
|
599
|
+
"toolName": "update-mailbox-settings",
|
|
600
|
+
"scopes": ["MailboxSettings.ReadWrite"],
|
|
601
|
+
"llmTip": "Updates mailbox settings. Common use: configure Out-of-Office (automatic replies). Body example: { automaticRepliesSetting: { status: 'scheduled', scheduledStartDateTime: { dateTime: '2026-03-28T17:00:00', timeZone: 'Eastern Standard Time' }, scheduledEndDateTime: { dateTime: '2026-04-01T08:00:00', timeZone: 'Eastern Standard Time' }, internalReplyMessage: 'I am OOO.', externalReplyMessage: 'I am out of office.' } }. Status values: disabled, alwaysEnabled, scheduled."
|
|
602
|
+
},
|
|
568
603
|
{
|
|
569
604
|
"pathPattern": "/me/chats",
|
|
570
605
|
"method": "get",
|
package/dist/generated/client.js
CHANGED
|
@@ -2103,6 +2103,12 @@ const microsoft_graph_driveCollectionResponse = z.object({
|
|
|
2103
2103
|
"@odata.nextLink": z.string().nullable(),
|
|
2104
2104
|
value: z.array(microsoft_graph_drive)
|
|
2105
2105
|
}).partial().passthrough();
|
|
2106
|
+
const accept_calendar_event_Body = z.object({ SendResponse: z.boolean().nullable().default(false), Comment: z.string().nullable() }).partial().passthrough();
|
|
2107
|
+
const decline_calendar_event_Body = z.object({
|
|
2108
|
+
ProposedNewTime: z.union([microsoft_graph_timeSlot, z.object({}).partial().passthrough()]),
|
|
2109
|
+
SendResponse: z.boolean().nullable().default(false),
|
|
2110
|
+
Comment: z.string().nullable()
|
|
2111
|
+
}).partial().passthrough();
|
|
2106
2112
|
const microsoft_graph_giphyRatingType = z.enum(["strict", "moderate", "unknownFutureValue"]);
|
|
2107
2113
|
const microsoft_graph_teamFunSettings = z.object({
|
|
2108
2114
|
allowCustomMemes: z.boolean().describe("If set to true, enables users to include custom memes.").nullish(),
|
|
@@ -2378,6 +2384,64 @@ const microsoft_graph_teamCollectionResponse = z.object({
|
|
|
2378
2384
|
"@odata.nextLink": z.string().nullable(),
|
|
2379
2385
|
value: z.array(microsoft_graph_team)
|
|
2380
2386
|
}).partial().passthrough();
|
|
2387
|
+
const microsoft_graph_externalAudienceScope = z.enum(["none", "contactsOnly", "all"]);
|
|
2388
|
+
const microsoft_graph_automaticRepliesStatus = z.enum(["disabled", "alwaysEnabled", "scheduled"]);
|
|
2389
|
+
const microsoft_graph_automaticRepliesSetting = z.object({
|
|
2390
|
+
externalAudience: microsoft_graph_externalAudienceScope.optional(),
|
|
2391
|
+
externalReplyMessage: z.string().describe(
|
|
2392
|
+
"The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled."
|
|
2393
|
+
).nullish(),
|
|
2394
|
+
internalReplyMessage: z.string().describe(
|
|
2395
|
+
"The automatic reply to send to the audience internal to the signed-in user's organization, if Status is AlwaysEnabled or Scheduled."
|
|
2396
|
+
).nullish(),
|
|
2397
|
+
scheduledEndDateTime: microsoft_graph_dateTimeTimeZone.optional(),
|
|
2398
|
+
scheduledStartDateTime: microsoft_graph_dateTimeTimeZone.optional(),
|
|
2399
|
+
status: microsoft_graph_automaticRepliesStatus.optional()
|
|
2400
|
+
}).passthrough();
|
|
2401
|
+
const microsoft_graph_delegateMeetingMessageDeliveryOptions = z.enum([
|
|
2402
|
+
"sendToDelegateAndInformationToPrincipal",
|
|
2403
|
+
"sendToDelegateAndPrincipal",
|
|
2404
|
+
"sendToDelegateOnly"
|
|
2405
|
+
]);
|
|
2406
|
+
const microsoft_graph_localeInfo = z.object({
|
|
2407
|
+
displayName: z.string().describe(
|
|
2408
|
+
"A name representing the user's locale in natural language, for example, 'English (United States)'."
|
|
2409
|
+
).nullish(),
|
|
2410
|
+
locale: z.string().describe(
|
|
2411
|
+
"A locale representation for the user, which includes the user's preferred language and country/region. For example, 'en-us'. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2."
|
|
2412
|
+
).nullish()
|
|
2413
|
+
}).passthrough();
|
|
2414
|
+
const microsoft_graph_userPurpose = z.enum([
|
|
2415
|
+
"user",
|
|
2416
|
+
"linked",
|
|
2417
|
+
"shared",
|
|
2418
|
+
"room",
|
|
2419
|
+
"equipment",
|
|
2420
|
+
"others",
|
|
2421
|
+
"unknownFutureValue"
|
|
2422
|
+
]);
|
|
2423
|
+
const microsoft_graph_timeZoneBase = z.object({
|
|
2424
|
+
name: z.string().describe(
|
|
2425
|
+
"The name of a time zone. It can be a standard time zone name such as 'Hawaii-Aleutian Standard Time', or 'Customized Time Zone' for a custom time zone."
|
|
2426
|
+
).nullish()
|
|
2427
|
+
}).passthrough();
|
|
2428
|
+
const microsoft_graph_workingHours = z.object({
|
|
2429
|
+
daysOfWeek: z.array(z.union([microsoft_graph_dayOfWeek, z.object({}).partial().passthrough()])).describe("The days of the week on which the user works.").optional(),
|
|
2430
|
+
endTime: z.string().regex(/^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$/).describe("The time of the day that the user stops working.").nullish(),
|
|
2431
|
+
startTime: z.string().regex(/^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$/).describe("The time of the day that the user starts working.").nullish(),
|
|
2432
|
+
timeZone: microsoft_graph_timeZoneBase.optional()
|
|
2433
|
+
}).passthrough();
|
|
2434
|
+
const microsoft_graph_mailboxSettings = z.object({
|
|
2435
|
+
archiveFolder: z.string().describe("Folder ID of an archive folder for the user.").nullish(),
|
|
2436
|
+
automaticRepliesSetting: microsoft_graph_automaticRepliesSetting.optional(),
|
|
2437
|
+
dateFormat: z.string().describe("The date format for the user's mailbox.").nullish(),
|
|
2438
|
+
delegateMeetingMessageDeliveryOptions: microsoft_graph_delegateMeetingMessageDeliveryOptions.optional(),
|
|
2439
|
+
language: microsoft_graph_localeInfo.optional(),
|
|
2440
|
+
timeFormat: z.string().describe("The time format for the user's mailbox.").nullish(),
|
|
2441
|
+
timeZone: z.string().describe("The default time zone for the user's mailbox.").nullish(),
|
|
2442
|
+
userPurpose: microsoft_graph_userPurpose.optional(),
|
|
2443
|
+
workingHours: microsoft_graph_workingHours.optional()
|
|
2444
|
+
}).passthrough();
|
|
2381
2445
|
const microsoft_graph_messageRuleActions = z.object({
|
|
2382
2446
|
assignCategories: z.array(z.string().nullable()).describe("A list of categories to be assigned to a message.").optional(),
|
|
2383
2447
|
copyToFolder: z.string().describe("The ID of a folder that a message is to be copied to.").nullish(),
|
|
@@ -3776,6 +3840,8 @@ const schemas = {
|
|
|
3776
3840
|
microsoft_graph_list,
|
|
3777
3841
|
microsoft_graph_drive,
|
|
3778
3842
|
microsoft_graph_driveCollectionResponse,
|
|
3843
|
+
accept_calendar_event_Body,
|
|
3844
|
+
decline_calendar_event_Body,
|
|
3779
3845
|
microsoft_graph_giphyRatingType,
|
|
3780
3846
|
microsoft_graph_teamFunSettings,
|
|
3781
3847
|
microsoft_graph_teamGuestSettings,
|
|
@@ -3797,6 +3863,15 @@ const schemas = {
|
|
|
3797
3863
|
microsoft_graph_teamsAsyncOperation,
|
|
3798
3864
|
microsoft_graph_team,
|
|
3799
3865
|
microsoft_graph_teamCollectionResponse,
|
|
3866
|
+
microsoft_graph_externalAudienceScope,
|
|
3867
|
+
microsoft_graph_automaticRepliesStatus,
|
|
3868
|
+
microsoft_graph_automaticRepliesSetting,
|
|
3869
|
+
microsoft_graph_delegateMeetingMessageDeliveryOptions,
|
|
3870
|
+
microsoft_graph_localeInfo,
|
|
3871
|
+
microsoft_graph_userPurpose,
|
|
3872
|
+
microsoft_graph_timeZoneBase,
|
|
3873
|
+
microsoft_graph_workingHours,
|
|
3874
|
+
microsoft_graph_mailboxSettings,
|
|
3800
3875
|
microsoft_graph_messageRuleActions,
|
|
3801
3876
|
microsoft_graph_messageActionFlag,
|
|
3802
3877
|
microsoft_graph_messageRulePredicates,
|
|
@@ -5508,6 +5583,54 @@ open extensions or extended properties, and how to specify extended properties.`
|
|
|
5508
5583
|
],
|
|
5509
5584
|
response: z.void()
|
|
5510
5585
|
},
|
|
5586
|
+
{
|
|
5587
|
+
method: "post",
|
|
5588
|
+
path: "/me/events/:eventId/accept",
|
|
5589
|
+
alias: "accept-calendar-event",
|
|
5590
|
+
description: `Accept the specified event in a user calendar.`,
|
|
5591
|
+
requestFormat: "json",
|
|
5592
|
+
parameters: [
|
|
5593
|
+
{
|
|
5594
|
+
name: "body",
|
|
5595
|
+
description: `Action parameters`,
|
|
5596
|
+
type: "Body",
|
|
5597
|
+
schema: accept_calendar_event_Body
|
|
5598
|
+
}
|
|
5599
|
+
],
|
|
5600
|
+
response: z.void()
|
|
5601
|
+
},
|
|
5602
|
+
{
|
|
5603
|
+
method: "post",
|
|
5604
|
+
path: "/me/events/:eventId/decline",
|
|
5605
|
+
alias: "decline-calendar-event",
|
|
5606
|
+
description: `Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.`,
|
|
5607
|
+
requestFormat: "json",
|
|
5608
|
+
parameters: [
|
|
5609
|
+
{
|
|
5610
|
+
name: "body",
|
|
5611
|
+
description: `Action parameters`,
|
|
5612
|
+
type: "Body",
|
|
5613
|
+
schema: decline_calendar_event_Body
|
|
5614
|
+
}
|
|
5615
|
+
],
|
|
5616
|
+
response: z.void()
|
|
5617
|
+
},
|
|
5618
|
+
{
|
|
5619
|
+
method: "post",
|
|
5620
|
+
path: "/me/events/:eventId/tentativelyAccept",
|
|
5621
|
+
alias: "tentatively-accept-calendar-event",
|
|
5622
|
+
description: `Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.`,
|
|
5623
|
+
requestFormat: "json",
|
|
5624
|
+
parameters: [
|
|
5625
|
+
{
|
|
5626
|
+
name: "body",
|
|
5627
|
+
description: `Action parameters`,
|
|
5628
|
+
type: "Body",
|
|
5629
|
+
schema: decline_calendar_event_Body
|
|
5630
|
+
}
|
|
5631
|
+
],
|
|
5632
|
+
response: z.void()
|
|
5633
|
+
},
|
|
5511
5634
|
{
|
|
5512
5635
|
method: "post",
|
|
5513
5636
|
path: "/me/findMeetingTimes",
|
|
@@ -5575,6 +5698,42 @@ Based on this value, you can better adjust the parameters and call findMeetingTi
|
|
|
5575
5698
|
],
|
|
5576
5699
|
response: z.void()
|
|
5577
5700
|
},
|
|
5701
|
+
{
|
|
5702
|
+
method: "get",
|
|
5703
|
+
path: "/me/mailboxSettings",
|
|
5704
|
+
alias: "get-mailbox-settings",
|
|
5705
|
+
description: `Get the user's mailboxSettings. You can view all mailbox settings, or get specific settings. Users can set the following settings for their mailboxes through an Outlook client: Users can set their preferred date and time formats using Outlook on the web. Users can choose one of the supported short date or short time formats. This GET operation returns the format the user has chosen. Users can set the time zone they prefer on any Outlook client, by choosing from the supported time zones that their administrator has set up for their mailbox server. The administrator can set up time zones in the Windows time zone format or Internet Assigned Numbers Authority (IANA) time zone (also known as Olson time zone) format. The Windows format is the default. This GET operation returns the user's preferred time zone in the format that the administrator has set up. If you want that time zone to be in a specific format (Windows or IANA), you can first update the preferred time zone in that format as a mailbox setting. Subsequently you will be able to get the time zone in that format. Alternatively, you can manage the format conversion separately in your app.`,
|
|
5706
|
+
requestFormat: "json",
|
|
5707
|
+
parameters: [
|
|
5708
|
+
{
|
|
5709
|
+
name: "$select",
|
|
5710
|
+
type: "Query",
|
|
5711
|
+
schema: z.array(z.string()).describe("Select properties to be returned").optional()
|
|
5712
|
+
},
|
|
5713
|
+
{
|
|
5714
|
+
name: "$expand",
|
|
5715
|
+
type: "Query",
|
|
5716
|
+
schema: z.array(z.string()).describe("Expand related entities").optional()
|
|
5717
|
+
}
|
|
5718
|
+
],
|
|
5719
|
+
response: z.void()
|
|
5720
|
+
},
|
|
5721
|
+
{
|
|
5722
|
+
method: "patch",
|
|
5723
|
+
path: "/me/mailboxSettings",
|
|
5724
|
+
alias: "update-mailbox-settings",
|
|
5725
|
+
description: `Enable, configure, or disable one or more of the following settings as part of a user's mailboxSettings: When updating the preferred date or time format for a user, specify it in respectively, the short date or short time format. When updating the preferred time zone for a user, specify it in the Windows or Internet Assigned Numbers Authority (IANA) time zone (also known as Olson time zone) format. You can also further customize the time zone as shown in example 2 below.`,
|
|
5726
|
+
requestFormat: "json",
|
|
5727
|
+
parameters: [
|
|
5728
|
+
{
|
|
5729
|
+
name: "body",
|
|
5730
|
+
description: `New property values`,
|
|
5731
|
+
type: "Body",
|
|
5732
|
+
schema: microsoft_graph_mailboxSettings
|
|
5733
|
+
}
|
|
5734
|
+
],
|
|
5735
|
+
response: z.void()
|
|
5736
|
+
},
|
|
5578
5737
|
{
|
|
5579
5738
|
method: "get",
|
|
5580
5739
|
path: "/me/mailFolders",
|
package/logs/mcp-server.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
2026-03-31
|
|
2
|
-
2026-03-31
|
|
3
|
-
2026-03-31
|
|
4
|
-
2026-03-31
|
|
5
|
-
2026-03-31
|
|
6
|
-
2026-03-31
|
|
7
|
-
2026-03-31
|
|
8
|
-
2026-03-31
|
|
9
|
-
2026-03-31
|
|
10
|
-
2026-03-31
|
|
1
|
+
2026-03-31 08:31:31 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
|
|
2
|
+
2026-03-31 08:31:31 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
|
|
3
|
+
2026-03-31 08:31:31 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me
|
|
4
|
+
2026-03-31 08:31:31 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/messages
|
|
5
|
+
2026-03-31 08:31:31 INFO: [GRAPH CLIENT] Final URL being sent to Microsoft: https://graph.microsoft.com/v1.0/me/calendar
|
|
6
|
+
2026-03-31 08:31:33 INFO: Using environment variables for secrets
|
|
7
|
+
2026-03-31 08:31:33 INFO: Using environment variables for secrets
|
|
8
|
+
2026-03-31 08:31:33 INFO: Using environment variables for secrets
|
|
9
|
+
2026-03-31 08:31:33 INFO: Using environment variables for secrets
|
|
10
|
+
2026-03-31 08:31:33 INFO: Using environment variables for secrets
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softeria/ms-365-mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.50.0",
|
|
4
4
|
"description": " A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
package/src/endpoints.json
CHANGED
|
@@ -236,6 +236,27 @@
|
|
|
236
236
|
"scopes": ["Calendars.ReadWrite"],
|
|
237
237
|
"llmTip": "Deleting a seriesMaster deletes ALL occurrences of the recurring event. To cancel a single occurrence, delete that specific instance ID from list-calendar-event-instances."
|
|
238
238
|
},
|
|
239
|
+
{
|
|
240
|
+
"pathPattern": "/me/events/{event-id}/accept",
|
|
241
|
+
"method": "post",
|
|
242
|
+
"toolName": "accept-calendar-event",
|
|
243
|
+
"scopes": ["Calendars.ReadWrite"],
|
|
244
|
+
"llmTip": "Accepts a meeting invitation. Optional body: { sendResponse: true, comment: 'I will attend.' }. Set sendResponse to false to accept silently without notifying the organizer."
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"pathPattern": "/me/events/{event-id}/decline",
|
|
248
|
+
"method": "post",
|
|
249
|
+
"toolName": "decline-calendar-event",
|
|
250
|
+
"scopes": ["Calendars.ReadWrite"],
|
|
251
|
+
"llmTip": "Declines a meeting invitation. Optional body: { sendResponse: true, comment: 'Cannot attend, conflict.' }. The event remains in the calendar as declined unless the user deletes it."
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"pathPattern": "/me/events/{event-id}/tentativelyAccept",
|
|
255
|
+
"method": "post",
|
|
256
|
+
"toolName": "tentatively-accept-calendar-event",
|
|
257
|
+
"scopes": ["Calendars.ReadWrite"],
|
|
258
|
+
"llmTip": "Tentatively accepts a meeting invitation. Optional body: { sendResponse: true, comment: 'I might be able to attend.' }. Use proposedNewTime to suggest an alternative: { proposedNewTime: { start: { dateTime, timeZone }, end: { dateTime, timeZone } } }."
|
|
259
|
+
},
|
|
239
260
|
{
|
|
240
261
|
"pathPattern": "/me/calendars/{calendar-id}/events",
|
|
241
262
|
"method": "get",
|
|
@@ -565,6 +586,20 @@
|
|
|
565
586
|
"toolName": "get-current-user",
|
|
566
587
|
"scopes": ["User.Read"]
|
|
567
588
|
},
|
|
589
|
+
{
|
|
590
|
+
"pathPattern": "/me/mailboxSettings",
|
|
591
|
+
"method": "get",
|
|
592
|
+
"toolName": "get-mailbox-settings",
|
|
593
|
+
"scopes": ["MailboxSettings.Read"],
|
|
594
|
+
"llmTip": "Gets the current user's mailbox settings including automaticRepliesSetting (out-of-office status, message, scheduledStartDateTime/EndDateTime, externalAudience), language, timeZone, dateFormat, timeFormat, delegateMeetingMessageDeliveryOptions, and userPurpose."
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"pathPattern": "/me/mailboxSettings",
|
|
598
|
+
"method": "patch",
|
|
599
|
+
"toolName": "update-mailbox-settings",
|
|
600
|
+
"scopes": ["MailboxSettings.ReadWrite"],
|
|
601
|
+
"llmTip": "Updates mailbox settings. Common use: configure Out-of-Office (automatic replies). Body example: { automaticRepliesSetting: { status: 'scheduled', scheduledStartDateTime: { dateTime: '2026-03-28T17:00:00', timeZone: 'Eastern Standard Time' }, scheduledEndDateTime: { dateTime: '2026-04-01T08:00:00', timeZone: 'Eastern Standard Time' }, internalReplyMessage: 'I am OOO.', externalReplyMessage: 'I am out of office.' } }. Status values: disabled, alwaysEnabled, scheduled."
|
|
602
|
+
},
|
|
568
603
|
{
|
|
569
604
|
"pathPattern": "/me/chats",
|
|
570
605
|
"method": "get",
|