Skip to main content
Glama
mdwsk88

MS 365-21V MCP Server

by mdwsk88

Invite People To OneDrive Item

drive_invite_item

Share a OneDrive file or folder by granting read or write access to specific people, with optional email invitation.

Instructions

Grant selected people read or write access to a OneDrive item and optionally send an invitation. Chinese intents / 中文意图: 共享OneDrive文件给指定人员, 邀请同事访问文件, 授予文件权限.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rolesYesGranted roles.
itemIdYesFile or folder item ID.
messageNoOptional invitation message.
recipientsYesPeople to invite.
requireSignInNoRequire sign-in. Defaults to true.
sendInvitationNoSend invitation email. Defaults to true.
Behavior3/5

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

With no annotations, the description must carry the transparency burden. It clearly states the core side effect (granting read/write access) and the optional invitation. However, it does not disclose whether existing permissions are replaced, whether the caller needs special ownership rights, or what happens if recipients already have access. This is acceptable but not rich.

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 two sentences long, front-loaded with the core English action, and the Chinese intent mapping adds useful multilingual coverage without unnecessary verbosity. Every sentence earns its place.

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?

Given the tool's moderate complexity, the 100% schema coverage, and the absence of an output schema, the description provides enough context for an agent to understand the action and its optional invitation behavior. It could be improved by noting how this relates to permission replacement or invite vs. share-link flows, but it is not incomplete for selection purposes.

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 100%, so the baseline is 3. The description adds semantic context by mentioning 'selected people' (recipients), 'read or write access' (roles), and 'optionally send an invitation' (sendInvitation), but it does not add detail beyond what the schema already provides for message, itemId, or requireSignIn.

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 action: 'Grant selected people read or write access to a OneDrive item and optionally send an invitation.' This uses a specific verb and resource, and the mention of OneDrive plus 'selected people' distinguishes it from sibling tools like drive_create_share_link (link-based sharing) and sharepoint_invite_drive_item (SharePoint-specific).

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?

The description does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions. For example, it does not clarify whether to prefer this over drive_create_share_link for link-based sharing or sharepoint_invite_drive_item for SharePoint items. Usage context is only implied by the action itself.

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/mdwsk88/ms-365-21v-mcp-server'

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