Unstructured API MCP Server

Official

update_gdrive_source

Update a Google Drive source connector in the Unstructured API MCP Server by specifying the source ID, remote URL, and recursive access for subfolders, returning the updated connector details.

Instructions

Update an gdrive source connector.

Args: source_id: ID of the source connector to update remote_url: The gdrive URI to the bucket or folder recursive: Whether to access subfolders within the bucket Returns: String containing the updated source connector information

Input Schema

NameRequiredDescriptionDefault
drive_idNo
extensionsNo
recursiveNo
source_idYes

Input Schema (JSON Schema)

{ "properties": { "drive_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Drive Id" }, "extensions": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Extensions" }, "recursive": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Recursive" }, "source_id": { "title": "Source Id", "type": "string" } }, "required": [ "source_id" ], "title": "update_gdrive_sourceArguments", "type": "object" }
ID: 56f7310rbq