Skip to main content
Glama

drive_share_status

Read-onlyIdempotent

Check the sharing status of a Proton Drive path. Returns whether it is shared, a list of members with roles, and the share URL. Use before inviting or revoking access to avoid errors.

Instructions

Return the current sharing state of a Proton Drive path. Requires authentication. Returns {isShared: boolean, members: [{email, role, addedAt?}], shareUrl?}. Always call this before drive_share_invite (to avoid duplicate invitations) and before drive_share_revoke (to confirm the member email). Do not call this to modify sharing — it is read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesAbsolute remote Drive path to inspect (must start with '/'). E.g. /my-files/project or /my-files/report.pdf. Must be an existing file or folder on Proton Drive.
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering safety. The description adds value by specifying authentication requirement ('Requires authentication'), detailing the return structure ('Returns {isShared: boolean, members: [{email, role, addedAt?}], shareUrl?}'), and reiterating the read-only nature. This context complements the annotations well without contradiction.

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?

The description is five sentences, each adding meaningful information: purpose, authentication, return format, usage guidance, and a prohibition. It is front-loaded with the core purpose. While it could be slightly more compact, it remains efficient and well-structured.

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

Completeness5/5

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

Given the tool's low complexity (single parameter, no nested objects, no output schema), the description covers all necessary aspects: what it does, when to use it, its read-only nature, and the return format. No gaps are present.

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?

The input schema has full coverage for the single 'path' parameter with a detailed description. The tool description does not add new semantic meaning beyond what the schema already provides. Following the baseline for high schema coverage, this is adequate.

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 'Return the current sharing state of a Proton Drive path.' This is a specific verb+resource. Among sibling tools like drive_share_invite and drive_share_revoke, it uniquely identifies itself as the read-only status checker, providing clear differentiation.

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

Usage Guidelines5/5

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

The description explicitly instructs when to use this tool: 'Always call this before drive_share_invite (to avoid duplicate invitations) and before drive_share_revoke (to confirm the member email).' It also states what not to do: 'Do not call this to modify sharing — it is read-only.' This provides comprehensive usage guidelines.

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/googlarz/proton-drive-mcp'

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