SharePoint

SharePoint is a Microsoft platform for document management and intranets, enabling teams to collaborate, store, and organize content securely and effectively

95 actions Integration catalog
Request access
Connect SharePoint once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Attachment to List ItemSHARE_POINT_ADD_ATTACHMENT_TO_LIST_ITEM
Tool to add an attachment to a SharePoint list item. Use when you need to upload a binary file as an attachment to a specified list item.
Add Field Link to Content TypeSHARE_POINT_ADD_FIELD_LINK_TO_CONTENT_TYPE
This action adds an existing list field as a FieldLink on a specified content type. Requires the list and content type IDs and the field internal name.
Add Role Assignment to List ItemSHARE_POINT_ADD_ROLE_ASSIGNMENT_TO_ITEM
Tool to add a role assignment to a list item. Use when granting specific permissions to a user or group after breaking inheritance if needed. This action is externally visible and permanently alters item permissions; obtain explicit human approval for the target item and `role_definition_id` before executing.
Add Role Assignment to SharePoint ListSHARE_POINT_ADD_ROLE_ASSIGNMENT_TO_LIST
This action grants a specified permission role to a user or group on a SharePoint list. It requires the list title, principal ID, and role definition ID.
Break Role Inheritance on List ItemSHARE_POINT_BREAK_ROLE_INHERITANCE_ON_ITEM
This action breaks permission inheritance on a specified SharePoint list item. It can optionally copy existing parent assignments or clear child subscope permissions.
Break Role Inheritance on ListSHARE_POINT_BREAK_ROLE_INHERITANCE_ON_LIST
Break permission inheritance on a SharePoint list to enable unique permissions at the list level.
Check In SharePoint FileSHARE_POINT_CHECK_IN_FILE
Tool to check in a file. Use after uploading or editing a document and you're ready to finalize changes.
Create Content TypeSHARE_POINT_CREATE_CONTENT_TYPE
Tool to create a new content type in SharePoint. Use when you need to define a custom content type with specific metadata structure for lists or libraries.
Create Drive Item Sharing LinkSHARE_POINT_CREATE_DRIVE_ITEM_SHARING_LINK
Tool to create a sharing link for a drive item in SharePoint or OneDrive. Use when you need to generate a shareable link with specific permissions (view/edit/embed) and scope (anonymous/organization/users). The link can optionally include password protection and expiration date.
Create SharePoint List FieldSHARE_POINT_CREATE_LIST_FIELD
Tool to create a new field (column) in a SharePoint list. Use when you need to programmatically add a column after confirming the list GUID.
Create SharePoint List Item by GUIDSHARE_POINT_CREATE_LIST_ITEM_BY_ID
Tool to create a new item in a SharePoint list using the list's GUID. Use when you have the list GUID rather than the list title.
Create List Item in FolderSHARE_POINT_CREATE_LIST_ITEM_IN_FOLDER
Tool to create a list item in a specific folder within a SharePoint list. IMPORTANT: This action works ONLY with SharePoint lists (not document libraries). The folder_url can be either a server-relative URL (e.g., '/Lists/MyList') or an absolute URL (e.g., 'https://site.sharepoint.com/sites/sitename/Lists/MyList'). To create files in document libraries, use a different action like upload_file.
Create SharePoint SubsiteSHARE_POINT_CREATE_WEB
Tool to create a new SharePoint subsite under the current site. Use when you need to create a new subsite with specific settings for permissions, language, and template.
Delete Drive Item Version ContentSHARE_POINT_DELETE_DRIVE_ITEM_VERSION_CONTENT
Tool to delete content for a specific version of a drive item in SharePoint. Use when you need to remove the binary content associated with a particular version of a file while keeping the version metadata.
Delete SharePoint FileSHARE_POINT_DELETE_FILE_ITEM
Deletes a file from a SharePoint document library permanently. This action removes the specified file and moves it to the site's recycle bin. Use this when you need to remove files that are no longer needed. This action is irreversible — the file cannot be recovered once removed from the recycle bin. The operation is idempotent - attempting to delete a non-existent file will succeed without error. Requires the server-relative path of the file (e.g., '/Shared Documents/FileName.ext').
Delete SharePoint FolderSHARE_POINT_DELETE_FOLDER
Deletes a folder from a SharePoint document library. This action permanently removes the specified folder and moves it to the site's recycle bin. Use this when you need to remove folders that are no longer needed. The operation is idempotent - attempting to delete a non-existent folder will succeed without error. Requires the server-relative path of the folder (e.g., '/Shared Documents/FolderName').
Delete SharePoint ListSHARE_POINT_DELETE_LIST
This action deletes a SharePoint list by its GUID. Ensure you have the correct GUID before calling.
Delete SharePoint List By TitleSHARE_POINT_DELETE_LIST_BY_TITLE
Tool to delete a SharePoint list by its title. Use when you need to permanently remove a list and all its contents by specifying the list name.
Delete SharePoint List ItemSHARE_POINT_DELETE_LIST_ITEM
Deletes a specified item from a SharePoint list. Can force delete by using '*' ETag.
Delete Multiple SharePoint List ItemsSHARE_POINT_DELETE_LIST_ITEMS
Tool to delete multiple SharePoint list items in bulk. Use when you need to permanently remove multiple items by their IDs. This action is irreversible - deleted items cannot be recovered. For recoverable deletion, use the recycle action instead. Use this action when you have a list of item IDs to delete from the same list.
Delete Recycle Bin Item PermanentlySHARE_POINT_DELETE_RECYCLE_BIN_ITEM_PERMANENT
Tool to permanently delete a SharePoint Recycle Bin item. Use after confirming the item's GUID to remove it irrevocably.
Download File by Server-relative URLSHARE_POINT_DOWNLOAD_FILE_BY_SERVER_RELATIVE_URL
Tool to download a file by server-relative URL. Use when you need to fetch the raw bytes of a SharePoint file by its server-relative path.
Ensure SharePoint UserSHARE_POINT_ENSURE_USER
Ensures a user exists in a SharePoint site by their login name. If the user already exists, returns their info; if not, adds them to the site — this is a write operation with a provisioning side effect, not a read-only presence check. Use when you need to add a user or get their user ID for permissions. The login name must be in SharePoint claims format (e.g., 'i:0#.f|membership|user@domain.com'). This action only registers the user in the site collection and does not grant any permissions. To assign list-level access, pass the returned Id field as principal_id to SHARE_POINT_ADD_ROLE_ASSIGNMENT_TO_LIST.
Follow SharePoint ActorSHARE_POINT_FOLLOW
Follow a SharePoint user, document, site, or tag. Use to make the authenticated user follow a specified actor. Supports following users (actor_type=0), documents (actor_type=1), sites (actor_type=2), or tags (actor_type=3).
Get All SharePoint FoldersSHARE_POINT_GET_ALL_FOLDERS
Tool to retrieve all folders in the SharePoint web. Use when you need to discover all available folders across the site. Supports OData query parameters for filtering, selecting specific fields, sorting, and pagination.
Get SharePoint List ChangesSHARE_POINT_GET_CHANGES
Tool to retrieve changes from SharePoint list change log. Use when processing webhook notifications to get actual changes that occurred. Set boolean flags in query (Add, Item, Update, etc.) to filter change types. Store the ChangeToken from the last change and use as ChangeTokenStart in subsequent calls to track only new changes.
Get Content TypeSHARE_POINT_GET_CONTENT_TYPE
Tool to retrieve a single SharePoint content type by its ID. Use when you need detailed information about a specific content type including its fields, forms, and metadata.
Get Site Content TypesSHARE_POINT_GET_CONTENT_TYPES
Retrieves all content types from the current SharePoint site. Use this action to discover available content types on a SharePoint site. Returns metadata for each content type including Id, Name, Description, Group, and other properties. Supports OData query parameters for filtering, selecting specific fields, sorting, and pagination.
Get Content Types for ListSHARE_POINT_GET_CONTENT_TYPES_FOR_LIST
Tool to retrieve all content types for a specific SharePoint list by GUID. Use when you need the content type IDs, names, and descriptions of every content type in a list.
Get SharePoint Context InfoSHARE_POINT_GET_CONTEXT_INFO
Tool to retrieve SharePoint context information including the form digest value. Use when you need a form digest token for write operations (POST, PUT, DELETE).
Get Current SharePoint UserSHARE_POINT_GET_CURRENT_USER
Tool to retrieve the current user for the site. Use after authenticating to get the current SharePoint user. A successful response confirms authentication only; access to specific sites, lists, or libraries depends on separate scopes and item-level permissions.
Get Drive Item AnalyticsSHARE_POINT_GET_DRIVE_ITEM_ANALYTICS
Tool to get analytics for a SharePoint drive item. Use when you need to retrieve access statistics (view counts, unique viewers) for files or folders in SharePoint/OneDrive.
Get File Metadata by Server Relative URL (Deprecated)SHARE_POINT_GET_FILE_BY_SERVER_RELATIVE_URL
DEPRECATED: Use GetSiteDriveItemByPath instead. Tool to fetch SharePoint file metadata (exists/permissions/URLs/UniqueId) given a server-relative path, using the more robust ServerRelativePath API for special characters. Use after SHARE_POINT_SEARCH_QUERY returns a Path and you need to confirm the canonical working path or retrieve file properties without downloading bytes.
Get SharePoint Folder by Server Relative URL (Deprecated)SHARE_POINT_GET_FOLDER_BY_SERVER_RELATIVE_URL
DEPRECATED: Use SHARE_POINT_GET_SITE_DRIVE_ITEM_BY_PATH instead. Tool to retrieve a folder by its server-relative URL. Use when you need to fetch folder metadata by path before further operations. Returns only the immediate folder; to traverse nested structures, iterate `Folders.results` and call this tool recursively for each subfolder.
Get Group UsersSHARE_POINT_GET_GROUP_USERS
Retrieves all users who are members of a specified SharePoint group. This action returns user information including IDs, names, email addresses, login names, and permission details. Supports OData query parameters for filtering, sorting, field selection, and pagination. Use this when you need to audit group membership, check user permissions, or list members of a specific group.
Get Group Users By IDSHARE_POINT_GET_GROUP_USERS_BY_ID
Tool to retrieve all users in a specific SharePoint site group by group ID. Use when you have the numeric group ID and need to list all members of that group, including their IDs, names, email addresses, and permission details. Supports OData query parameters for filtering, sorting, field selection, and pagination.
Download List Item AttachmentSHARE_POINT_GET_ITEM_ATTACHMENT_CONTENT
Tool to download an attachment from a SharePoint list item. Use when retrieving the binary contents of a specific attachment after confirming the list title, item ID, and filename.
Get SharePoint List by GUIDSHARE_POINT_GET_LIST_BY_GUID
Tool to retrieve a SharePoint list by its GUID. Use when you need to fetch list metadata by its unique identifier. Prefer over name-based lookup tools when the GUID is known, as names may collide across similarly named lists.
Get SharePoint List By TitleSHARE_POINT_GET_LIST_BY_TITLE
Tool to retrieve a SharePoint list by its title. Use when you need to fetch list metadata by title.
Get Content Type by IDSHARE_POINT_GET_LIST_CONTENT_TYPE_BY_ID
Tool to retrieve a specific content type from a SharePoint list by its ID. Use when you need detailed information about a particular content type including its fields, schema, and metadata.
Get List Item by IDSHARE_POINT_GET_LIST_ITEM_BY_ID
Tool to retrieve a SharePoint list item by ID. Use when you need to fetch a specific item after knowing its ID.
Get SharePoint List ItemsSHARE_POINT_GET_LIST_ITEMS
Tool to retrieve items from a SharePoint list. Use when you need to fetch list entries with optional OData parameters.
Get SharePoint List Items by GUIDSHARE_POINT_GET_LIST_ITEMS_BY_GUID
Tool to retrieve items from a SharePoint list using its GUID. Use when you have the list's unique identifier and need to fetch list entries with optional OData parameters.
Get List Item VersionSHARE_POINT_GET_LIST_ITEM_VERSION
Tool to retrieve a specific version of a SharePoint list item. Use when you need to access historical versions of list items.
Get Followed EntitiesSHARE_POINT_GET_MY_FOLLOWED
Tool to get entities the current user is following. Use when you need to retrieve followed users, documents, sites, or tags after authentication.
Get My FollowersSHARE_POINT_GET_MY_FOLLOWERS
Retrieves the list of users who are following the authenticated user in SharePoint. Returns an array of SocialActor objects containing follower details like name, email, account name, and personal site URI. No parameters required - automatically retrieves followers for the current authenticated user.
Get Role DefinitionsSHARE_POINT_GET_ROLE_DEFINITIONS
Tool to list role definitions at the web level. Role definition IDs and names are scoped per web/site collection — never hard-code them, as admins can modify role sets and IDs differ across site collections. Always resolve current values dynamically via this tool.
Get SharePoint Site by HostnameSHARE_POINT_GET_SITE_BY_HOSTNAME
Retrieve SharePoint site information by hostname or URL. Returns site metadata including site ID, display name, URLs, and timestamps. Use this action when you need to discover a site's identifier or properties using only its hostname, which is essential for subsequent operations requiring siteId. Useful for validating site existence or obtaining site metadata without prior knowledge of internal IDs.
Get SharePoint Site by IDSHARE_POINT_GET_SITE_BY_ID
Tool to retrieve information about a SharePoint site (web) by its unique identifier. Use this action when you have a specific site GUID and need to fetch its metadata such as title, URL, language, or template information.
Get SharePoint Site Collection InfoSHARE_POINT_GET_SITE_COLLECTION_INFO
Tool to fetch site collection metadata (URL, ID, root web URI) only—not list item or document-level details. Use before subsequent calls to resolve correct API names. Requires SharePoint connection with site-collection-level scopes; may fail even when user-level tools succeed. Verify site_id before use—an incorrect site_id can silently return data for an unrelated site.
Get Site Drive Item by PathSHARE_POINT_GET_SITE_DRIVE_ITEM_BY_PATH
Tool to retrieve a file or folder by its server-relative path in a SharePoint site. Use when you need to get metadata for an item (file or folder) by path.
Get SharePoint Site Page ContentSHARE_POINT_GET_SITE_PAGE_CONTENT
Tool to retrieve modern SharePoint Site Pages content by reading list item fields. Use when a .aspx page result cannot be downloaded as a file or when you need the structured content (CanvasContent1, LayoutWebpartsContent) of modern pages.
Get SharePoint Root SiteSHARE_POINT_GET_SITE_ROOT
Retrieves metadata about the root web of a SharePoint site collection. Use this action when you need to get information about the root site in a site collection, such as its title, URL, language settings, or template information. This is useful for discovering the top-level site properties before navigating to subsites or performing collection-wide operations.
Get User Effective Permissions on WebSHARE_POINT_GET_USER_EFFECTIVE_PERMISSIONS_ON_WEB
Get a user's effective permissions on the current SharePoint site (Web). This action retrieves the combined permissions a user has on the site, taking into account direct permissions, group memberships, and permission inheritance. Use this when you need to verify what permissions a user or group has before performing operations. The response contains permission masks as 64-bit integers split into high and low 32-bit values. A value of "0" for both means no permissions. Returns site-level permissions only; list-level or item-level grants and restrictions are not reflected.
Get SharePoint Webhook SubscriptionSHARE_POINT_GET_WEBHOOK_SUBSCRIPTION
Tool to retrieve a specific webhook subscription by ID from a SharePoint list. Use when you need to check subscription details like expiration date or notification URL.
Get SharePoint Webhook SubscriptionsSHARE_POINT_GET_WEBHOOK_SUBSCRIPTIONS
Tool to retrieve all webhook subscriptions on a SharePoint list. Use when you need to view existing webhook configurations for a list.
Get SharePoint Web InfoSHARE_POINT_GET_WEB_INFO
Tool to retrieve information about the current SharePoint web (site) using REST API. Use when you need web metadata such as title, URL, language, or template information.
Check Follow StatusSHARE_POINT_IS_FOLLOWED
Tool to check if the current user is following a specified actor. Use when verifying follow status before performing follow or unfollow operations.
List SharePoint ListsSHARE_POINT_LIST_ALL_LISTS
Retrieves all lists in the current SharePoint web/site. Use this action to discover available lists and document libraries on a SharePoint site, or to pre-check for existing lists before creation (duplicate list names will fail). Returns metadata for each list including Title, Id, BaseType, ItemCount, and other properties. Supports OData query parameters for filtering, selecting specific fields, sorting, and pagination.
List Drive ChildrenSHARE_POINT_LIST_DRIVE_CHILDREN
Tool to list children (files and folders) in a SharePoint drive using REST API v2.0. Use when you need to enumerate items in a drive's root folder or a specific folder within the drive.
Showing the first 60 of 95 actions.