SharePoint integration
SharePoint Online via Microsoft Graph — read and create list items on any site list. Collection reads follow @odata.nextLink (absolute Graph URLs); item fields live under the `fields` facet.
List Items
- List Items — Enumerate items in a list (pages via absolute @odata.nextLink; add ?expand=fields to inline column values)
- Create List Item — Create a list item (column values inside the `fields` facet)
Sites
- Get Site — Resolve a site by id or hostname:/site-path