Skip to main content
Glama
HorizunGroup

Horizun PBI MCP

Official
by HorizunGroup

pbi_sharepoint_download_folder

Downloads a SharePoint folder to local outputs as a complete, validated batch. Enforces file count, size, and extension limits, then verifies SHA-256 hashes before publishing—any failure leaves no partial folder.

Instructions

Descarga una carpeta de SharePoint a outputs/ de forma todo-o-nada.

Primero inventaria el lote y valida max_files, max_total_mb y el filtro opcional extensions (por ejemplo ['xlsx','csv']). Luego usa URLs temporales emitidas por Graph, verifica tamano y SHA-256 y publica el directorio completo bajo outputs/sharepoint/. Un fallo elimina el staging y no deja una carpeta final parcial.

Es una descarga de solo lectura remota: no sube, mueve ni elimina nada en SharePoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
libraryNoDocuments
site_urlYes
max_filesNo
recursiveNo
extensionsNo
folder_pathNo
max_total_mbNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description richly discloses behavior: it validates max_files, max_total_mb, and extensions, uses temporary Graph URLs, verifies size and SHA-256, and publishes to outputs/sharepoint/. It also explains failure atomicity (removes staging, no partial folder). The read-only claim refers to remote SharePoint, not contradicting readOnlyHint:false which may reflect local writes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured, with clear front-loaded purpose, a step-by-step process, failure behavior, and remote safety statement. Every sentence adds value with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's core workflow, validation, atomicity, and remote read-only nature, which is substantial for a complex download operation. The presence of an output schema reduces the need to explain returns. However, it omits guidance on recursive behavior and lacks explicit usage alternatives, making it nearly complete but not fully comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It explicitly explains the semantics and validation for max_files, max_total_mb, and extensions, with an example for extensions. However, it does not describe site_url, folder_path, library, or recursive, leaving significant gaps in parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool downloads a SharePoint folder to outputs/ in an all-or-nothing manner. It uses a specific verb ('Descarga') and identifies the resource, distinguishing it from sibling tools like pbi_sharepoint_list_folder.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context on what the tool does but does not explicitly state when to use it versus alternatives or exclude other tools. It mentions it is a remote read-only download, which implies safe usage, but does not name alternative tools or conditions for non-use.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HorizunGroup/horizun-pbi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server