Get SharePoint List Item
sharepoint_get_list_itemRead a single SharePoint list item and its fields. Specify site, list, and item IDs to retrieve full details or selected columns.
Instructions
Read one SharePoint list item and its fields. Requires delegated Sites.Read.All. Chinese intents / 中文意图: 查看SharePoint列表项详情, 读取一条清单记录, 查看列表字段.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | SharePoint list item ID. | |
| listId | Yes | SharePoint list ID. | |
| siteId | Yes | SharePoint site ID. | |
| fieldNames | No | Optional SharePoint internal column names to return. |