Drive MCP server mirroring the Gmail connector pattern. Five read-only tools (list files, search, get file, get folder contents, get permissions) — each call routed through the six-rule shield. Code complete in inherence-python; OAuth onboarding to mcp.inherencelabs.com/v1/drive pending.
drive.list_files — paginated file listing under a folderdrive.search_files — full-text + metadata searchdrive.get_file — content retrieval with redaction policy applieddrive.get_folder_contents — recursive folder enumerationdrive.get_permissions — sharing state for a given fileSame classify → evaluate → sign → branch → call API → return-receipt flow as Gmail. Same cryptographic audit trail.