MCP Gdrive
未认领Model Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
工具(13 个)
fileId
(string): ID of the file to read.
gdrive_read_file
gdrive_search
gsheets_read
gsheets_update_cell
pageSize
(number, optional): Number of results per page (max 100).
pageToken
(string, optional): Token for the next page of results.
query
(string): Search query.
range
(string): Cell range in A1 notation (e.g., 'Sheet1!A1').
ranges
(array of strings, optional): Optional array of A1 notation ranges (e.g., ['Sheet1!A1:B10']). If not provided, reads the entire sheet.
sheetId
(number, optional): Specific sheet ID to read. If not provided with ranges, reads the first sheet.
spreadsheetId
(string): The ID of the spreadsheet to read.
value
(string): New cell value.