AgentSkillsCN

integration-microsoft-sharepoint

通过 AgenCo 可用的 Microsoft SharePoint 操作

SKILL.md
--- frontmatter
name: integration-microsoft-sharepoint
description: "Microsoft SharePoint actions available through AgenCo"
user-invocable: false
disable-model-invocation: false

Microsoft SharePoint

Actions available through AgenCo secure gateway. All credentials are stored in the cloud vault — never exposed locally.

Actions

ActionDescription
list_sitesRetrieves SharePoint sites the user can access
get_siteFetches site details and document libraries
list_itemsGets items from SharePoint lists
create_itemAdds new items to SharePoint lists
update_itemModifies list item properties
upload_fileUploads files to document libraries
download_fileDownloads files from document libraries
list_listsGets SharePoint lists in a site
create_listCreates new SharePoint lists
get_permissionsRetrieves sharing permissions on items

How to Use

Always search first to discover exact tool names and their input schemas, then call the tool.

Step 1: Search for the tool

bash
agenco search-tools '{"queries":["microsoft sharepoint list sites"]}'

The response includes toolName (exact name) and inputSchema (required/optional parameters).

Step 2: Call the tool

Use the exact toolName and match the inputSchema from the search results:

bash
agenco call-tool '{"toolName":"<toolName from search>","input":{...}}'

Example

bash
# Find the right tool
agenco search-tools '{"queries":["microsoft sharepoint list sites"]}'

# Call it (use the exact toolName and schema from the search result)
agenco call-tool '{"toolName":"microsoft-sharepoint_list_sites","input":{...}}'

If Microsoft SharePoint is not connected, run agenco list-connected-integrations to check, then connect it via the Shield UI.