Skip to main content
Glama

Unstructured API MCP Server

Official

create_gdrive_source

Generate a Google Drive source connector for the Unstructured API MCP Server by specifying a unique name, drive ID, and optional recursive access to subfolders.

Instructions

Create an gdrive source connector.

Args: name: A unique name for this connector remote_url: The gdrive URI to the bucket or folder (e.g., gdrive://my-bucket/) recursive: Whether to access subfolders within the bucket Returns: String containing the created source connector information

Input Schema

NameRequiredDescriptionDefault
drive_idYes
extensionsNo
nameYes
recursiveNo

Input Schema (JSON Schema)

{ "properties": { "drive_id": { "title": "Drive Id", "type": "string" }, "extensions": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Extensions" }, "name": { "title": "Name", "type": "string" }, "recursive": { "default": false, "title": "Recursive", "type": "boolean" } }, "required": [ "name", "drive_id" ], "title": "create_gdrive_sourceArguments", "type": "object" }

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/Unstructured-IO/UNS-MCP'

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