Sharepoint
Comparte y gestiona contenido, conocimiento y aplicaciones para potenciar el trabajo en equipo, encontrar rápidamente la información y colaborar sin problemas en toda la organización.
Empieza gratisCategoría
Compatible con
IA Compatible
Herramientas
Crear carpeta
Crear una nueva carpeta en SharePoint. Ver la documentación
Crear Ítem
Crea un nuevo elemento en Microsoft Sharepoint. Ver la documentación Devuelve únicamente el texto traducido sin explicaciones.
Crear Enlace
Crea un enlace para compartir un DriveItem. Ver la documentación
Crear Lista
Crear una nueva lista en Microsoft SharePoint. Ver la documentación Devuelve solo el texto traducido sin explicaciones.
Descargar Archivo
Descargar un archivo de Microsoft SharePoint al directorio /tmp. Ver la documentación
Download Files
Browse and select files from SharePoint and get their metadata along with pre-authenticated download URLs (valid ~1 hour). See the documentation
Buscar Archivo por Nombre
Buscar un archivo o una carpeta por nombre. Ver la documentación
Find Files in List with Metadata
Search and filter items in a SharePoint list based on metadata and custom columns. See docs here
Get Current User
Returns the authenticated Microsoft user's ID, display name, email, and principal name via Microsoft Graph. Call this first when the user says 'my files', 'my documents', or needs identity context. Use the returned id to identify file ownership in **List Files in Folder** or **Find File by Name** results. See the documentation.
Obtener tabla de Excel
Recuperar una tabla de una hoja de cálculo de Excel almacenada en SharePoint Consulte la documentación Devuelva solo el texto traducido sin explicaciones.
Obtener archivo por ID
Obtiene un archivo por ID. Ver la documentación
Get File Contents
Retrieves a Microsoft SharePoint file and returns its contents as extracted plain text or markdown. Supports plain text formats, HTML, DOCX, PDF, and other Office documents convertible to PDF (xlsx, pptx, etc.). See the documentation
Get Site
Retrieve a site by its identifier. This is a direct path/ID lookup, so it's immediately consistent and returns newly created sites without indexing delay. Use this when you know the site path; for discovery, use **Search Sites** or **List Sites**. See the documentation
List Drives
List the drives available within a Microsoft Sharepoint site. See the documentation
Listar archivos en la carpeta
Obtiene una lista de los archivos y/o carpetas que se encuentran directamente dentro de una carpeta. Ver la documentación
List Sites
List sites across the tenant. Backed by the SharePoint Search index and **eventually consistent** — newly created sites may not appear until indexing catches up. To resolve a known site by path, prefer **Get Site** for an immediate lookup. See the documentation
Retrieve File Metadata
Browse and select files from SharePoint to retrieve their metadata (name, size, dates, etc.) without download URLs. See the documentation
Search and Filter Files
Search and filter SharePoint files based on metadata and custom columns. This action allows you to query files using SharePoint's custom properties, managed metadata, and other column values. See the documentation
Search Files
Search for files across the tenant. Supports KQL via the optional query template.
Backed by the Microsoft Search index and **eventually consistent** — newly created or modified files may not appear until indexing catches up.
**For immediate, deterministic results, prefer:**
- **Get File by ID** when the ID is known
- **List Files in Folder** for path-based listing
- **Search and Filter Files** for OData $filter against a document library
See the documentation
Search Sites
Search for sites across the tenant. This is a free-text search across multiple site properties — *not* an exact slug match. Backed by the SharePoint Search index and **eventually consistent**, so newly created or renamed sites may not appear until indexing catches up. To resolve a known site by path, prefer **Get Site** for an immediate, exact lookup. See the documentation
Select Files
A file picker action that allows browsing and selecting one or more files from SharePoint. Returns the selected files' metadata including pre-authenticated download URLs. See the documentation
Actualizar artículo
Actualiza un elemento existente en Microsoft SharePoint. Ver la documentación
Subir Archivo
Sube un archivo a OneDrive. Consulta la documentación