Skip to main content
Glama
ftaricano

mcp-onedrive-sharepoint

by ftaricano

copy_item

Copy files or folders in OneDrive or SharePoint by specifying the item ID or path and destination folder.

Instructions

Copy a file or folder in OneDrive or SharePoint

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemIdNoItem ID to copy
itemPathNoAlternative: item path to copy
destinationFolderIdNoDestination folder ID
destinationFolderPathNoAlternative: destination folder path
newNameNoNew name for the copied item (optional)
siteIdNoSharePoint site ID (optional)
siteNoKnown SharePoint site alias or canonical URL
siteUrlNoCanonical SharePoint site URL (optional alternative to siteId)
driveIdNoDrive ID for a specific document library (optional)
destinationSiteIdNoDestination SharePoint site ID (optional)
Behavior2/5

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

No annotations provided, and the description only states the basic operation. It does not disclose permissions needed, whether the operation is async, overwrite behavior, or any side effects. For a copy operation, more transparency is expected.

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

Conciseness4/5

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

Single sentence is concise with no fluff. However, it lacks structure (e.g., bullet points) and could be expanded slightly for clarity without losing conciseness.

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

Completeness2/5

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

With 10 parameters, no output schema, and no annotations, the description is insufficient. It does not explain return values, error handling, or usage patterns, making it incomplete for an AI agent to use correctly.

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 descriptions cover 100% of parameters, so the description adds no additional meaning. Baseline score is 3. However, the description does not clarify parameter relationships or precedence (e.g., itemPath vs itemId), which could be improved.

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

Purpose4/5

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

Description states 'Copy a file or folder in OneDrive or SharePoint', clearly specifying the action (copy) and resource (file/folder) with platform context. However, it does not differentiate from sibling 'move_item', but the purpose is still clear.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like 'move_item' or other file operations. The description lacks context for prerequisites, such as required parameters or scenarios.

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/ftaricano/mcp-onedrive-sharepoint'

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