Skip to main content
Glama

drive_share_status

Read-onlyIdempotent

Check the current sharing status of a Proton Drive path to avoid duplicate invitations and confirm member details before modifying sharing.

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 '/').
Behavior4/5

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

Annotations already provide readOnlyHint and idempotentHint, but the description adds beyond that: 'Requires authentication' and specifies the exact return shape ('Returns {isShared: boolean, members: [{email, role, addedAt?}], shareUrl?}'). No contradiction with annotations.

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?

Multiple sentences but each serves a purpose: first sentence states purpose, second notes auth requirement and return structure, third gives usage guidelines, fourth is a final reminder. Front-loaded with key info, no wasted words.

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?

Despite no output schema, the description provides sufficient return structure details. For a simple read-only tool with one parameter, it covers purpose, usage, prerequisites, return type, and constraints. The agent has everything needed to use this tool 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 has 100% coverage with a clear description for the single parameter 'path'. The description does not add any additional meaning beyond the schema's 'Absolute remote Drive path to inspect (must start with "/")'. Baseline 3 is appropriate.

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?

Description starts with 'Return the current sharing state of a Proton Drive path' – a specific verb ('Return') and resource ('sharing state of a Proton Drive path'). It clearly distinguishes from sibling tools like drive_share_invite and drive_share_revoke by stating it is read-only.

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?

Explicitly states 'Always call this before drive_share_invite ... and before drive_share_revoke', providing clear when-to-use guidance. Also says 'Do not call this to modify sharing – it is read-only', which tells when not to use. This is comprehensive and helpful for an AI agent.

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