Microsoft Apps86 toolsBrowser login (OAuth), no API keys
SharePoint integration for AI agents
Browse sites, lists, and files in SharePoint
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect SharePoint once and call the same tools from all of them.
Setup
Connect sharepoint through ClawLink's hosted setup.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Account: Needs a work or school account. Personal accounts are not supported by the provider.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
SharePoint exposes 86 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
share_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. | Read |
share_point_add_field_link_to_content_type | Tool to add a field link to a list content type. Use when you want to associate an existing list field with a content type. | Read |
share_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. | Read |
share_point_add_role_assignment_to_list | Tool to add a role assignment to a SharePoint list. | Read |
share_point_break_role_inheritance_on_item | Tool to break permission inheritance on a list item. | Read |
share_point_break_role_inheritance_on_list | Breaks permission inheritance on a SharePoint list, allowing you to set unique permissions. | Read |
share_point_check_in_file | Tool to check in a file. Use after uploading or editing a document and you're ready to finalize changes. | Read |
share_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. | Read |
share_point_create_drive_item_sharing_link | Tool to create a sharing link for a drive item in SharePoint or OneDrive. | Read |
share_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. | Read |
share_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. | Read |
share_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). | Read |
share_point_download_file_by_server_relative_url | Download a file by server-relative URL | Read |
share_point_get_all_folders | Retrieve all folders in the SharePoint web | Read |
share_point_get_changes | Retrieve changes from SharePoint list change log | Read |
share_point_get_content_type | Retrieve a single SharePoint content type by its ID | Read |
share_point_get_content_types | Retrieves all content types from the current SharePoint site | Read |
share_point_get_content_types_for_list | Retrieve all content types for a specific SharePoint list by GUID | Read |
share_point_get_context_info | Retrieve SharePoint context information including the form digest value | Read |
share_point_get_current_user | Retrieve the current user for the site | Read |
share_point_get_drive_item_analytics | Get analytics for a SharePoint drive item | Read |
share_point_get_group_users | Retrieves all users who are members of a specified SharePoint group | Read |
share_point_get_group_users_by_id | Retrieve all users in a specific SharePoint site group by group ID | Read |
share_point_get_item_attachment_content | Download an attachment from a SharePoint list item | Read |
share_point_get_list_by_guid | Retrieve a SharePoint list by its GUID | Read |
share_point_get_list_by_title | Retrieve a SharePoint list by its title | Read |
share_point_get_list_content_type_by_id | Retrieve a specific content type from a SharePoint list by its ID | Read |
share_point_get_list_item_by_id | Retrieve a SharePoint list item by ID | Read |
share_point_get_list_item_version | Retrieve a specific version of a SharePoint list item | Read |
share_point_get_list_items | Retrieve items from a SharePoint list | Read |