@softeria/ms-365-mcp-server 0.85.1 → 0.86.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.
@@ -640,6 +640,30 @@
640
640
  "toolName": "get-onenote-page-content",
641
641
  "scopes": ["Notes.Read"]
642
642
  },
643
+ {
644
+ "pathPattern": "/sites/{site-id}/onenote/notebooks",
645
+ "method": "get",
646
+ "toolName": "list-sharepoint-site-onenote-notebooks",
647
+ "workScopes": ["Notes.Read"]
648
+ },
649
+ {
650
+ "pathPattern": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
651
+ "method": "get",
652
+ "toolName": "list-sharepoint-site-onenote-notebook-sections",
653
+ "workScopes": ["Notes.Read"]
654
+ },
655
+ {
656
+ "pathPattern": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
657
+ "method": "get",
658
+ "toolName": "list-sharepoint-site-onenote-section-pages",
659
+ "workScopes": ["Notes.Read"]
660
+ },
661
+ {
662
+ "pathPattern": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
663
+ "method": "get",
664
+ "toolName": "get-sharepoint-site-onenote-page-content",
665
+ "workScopes": ["Notes.Read"]
666
+ },
643
667
  {
644
668
  "pathPattern": "/me/onenote/pages",
645
669
  "method": "post",
@@ -777,6 +801,39 @@
777
801
  "scopes": ["Tasks.ReadWrite"],
778
802
  "llmTip": "CRITICAL: Requires If-Match header with ETag from get-planner-task-details (use includeHeaders=true). Checklist items use GUID keys: {\"checklist\": {\"<guid>\": {\"title\": \"...\", \"isChecked\": false}}}."
779
803
  },
804
+ {
805
+ "pathPattern": "/planner/plans/{plannerPlan-id}/buckets",
806
+ "method": "get",
807
+ "toolName": "list-plan-buckets",
808
+ "scopes": ["Tasks.Read"]
809
+ },
810
+ {
811
+ "pathPattern": "/planner/buckets/{plannerBucket-id}",
812
+ "method": "get",
813
+ "toolName": "get-planner-bucket",
814
+ "scopes": ["Tasks.Read"],
815
+ "llmTip": "Response includes @odata.etag — required as If-Match for update-planner-bucket and delete-planner-bucket. Use includeHeaders=true."
816
+ },
817
+ {
818
+ "pathPattern": "/planner/buckets",
819
+ "method": "post",
820
+ "toolName": "create-planner-bucket",
821
+ "scopes": ["Tasks.ReadWrite"]
822
+ },
823
+ {
824
+ "pathPattern": "/planner/buckets/{plannerBucket-id}",
825
+ "method": "patch",
826
+ "toolName": "update-planner-bucket",
827
+ "scopes": ["Tasks.ReadWrite"],
828
+ "llmTip": "CRITICAL: Requires If-Match header with ETag from get-planner-bucket (use includeHeaders=true)."
829
+ },
830
+ {
831
+ "pathPattern": "/planner/buckets/{plannerBucket-id}",
832
+ "method": "delete",
833
+ "toolName": "delete-planner-bucket",
834
+ "scopes": ["Tasks.ReadWrite"],
835
+ "llmTip": "CRITICAL: Requires If-Match header with ETag from get-planner-bucket (use includeHeaders=true)."
836
+ },
780
837
  {
781
838
  "pathPattern": "/me/contacts",
782
839
  "method": "get",
@@ -901,6 +958,20 @@
901
958
  "workScopes": ["Group.Read.All"],
902
959
  "llmTip": "Gets a specific group's details: displayName, description, mail, visibility, groupTypes, membershipRule, createdDateTime. Use $select to limit returned properties."
903
960
  },
961
+ {
962
+ "pathPattern": "/groups/{group-id}/calendarView",
963
+ "method": "get",
964
+ "toolName": "get-group-calendar-view",
965
+ "workScopes": ["Group.Read.All"],
966
+ "supportsTimezone": true
967
+ },
968
+ {
969
+ "pathPattern": "/groups/{group-id}/events",
970
+ "method": "get",
971
+ "toolName": "list-group-events",
972
+ "workScopes": ["Group.Read.All"],
973
+ "supportsTimezone": true
974
+ },
904
975
  {
905
976
  "pathPattern": "/groups/{group-id}/members",
906
977
  "method": "get",