Provenance
PublisherSharePoint
API basehttps://graph.microsoft.com/
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (OAuth)
Methods (43)
sharepoint_list_lists
readList SharePoint lists for a site.
Required paramssiteIdInput schema
{ "type": "object", "properties": { "siteId": { "type": "string", "description": "SharePoint site ID." } }, "required": [ "siteId" ], "additionalProperties": true }sharepoint_list_drives
readList document libraries and drives for a site.
Required paramssiteIdInput schema
{ "type": "object", "properties": { "siteId": { "type": "string", "description": "SharePoint site ID." } }, "required": [ "siteId" ], "additionalProperties": true }sharepoint_upload_by_path
writeUpload text or binary content to a path, optionally creating folders.
Required paramssiteIdpathInput schema
{ "type": "object", "properties": { "siteId": { "type": "string", "description": "SharePoint site ID." }, "path": { "type": "string", "description": "Path within the default drive." }, "contentText": { "type": "string", "description": "UTF-8 text content to upload." }, "contentBase64": { "type": "string", "description": "Base64-encoded binary content." }, "createFolders": { "type": "boolean", "description": "Create missing folders in the path." }, "conflictBehavior": { "type": "string", "description": "Conflict behavior such as fail, replace, or rename." } }, "required": [ "siteId", "path" ], "additionalProperties": true }sharepoint_download_by_path
readDownload a file by path from the default SharePoint drive.
Required paramssiteIdpathInput schema
{ "type": "object", "properties": { "siteId": { "type": "string", "description": "SharePoint site ID." }, "path": { "type": "string", "description": "Path within the default drive." } }, "required": [ "siteId", "path" ], "additionalProperties": true }sharepoint_search_sites
readsharepoint_bulk_upload
writesharepoint_bulk_download
readsharepoint_list_items
readsharepoint_get_site_by_path
readsharepoint_get_root_site
readsharepoint_get_site_by_id
readsharepoint_list_subsites
readsharepoint_get_list
readsharepoint_create_list
writesharepoint_delete_list
writesharepoint_get_item
readsharepoint_create_item
writesharepoint_update_item
writesharepoint_delete_item
writesharepoint_list_columns
readsharepoint_get_column
readsharepoint_create_column
writesharepoint_delete_column
writesharepoint_list_content_types
readsharepoint_get_content_type
readsharepoint_get_drive
readsharepoint_get_drive_item
readsharepoint_list_drive_item_children
readsharepoint_create_drive_item
writesharepoint_update_drive_item
writesharepoint_copy_drive_item
unknownsharepoint_delete_drive_item
writesharepoint_upload_file_content
writesharepoint_download_file_content
readsharepoint_search_drive_root
readsharepoint_search_site_drive_root
readsharepoint_list_drive_item_permissions
readsharepoint_invite_drive_item
unknownsharepoint_delete_drive_item_permission
writesharepoint_list_site_permissions
readsharepoint_create_site_permission
writesharepoint_delete_site_permission
writesharepoint_get_capabilities
read
