MCP Server for Apache OpenDAL™

read

Extract file content from storage services like S3, Azure Blob, or Google Cloud using a provided URI. Returns file data or error details for efficient resource access.

Instructions

Read file content from OpenDAL service Args: uri: resource URI, e.g. mys3://path/to/file Returns: File content or error information

Input Schema

NameRequiredDescriptionDefault
uriYes

Input Schema (JSON Schema)

{ "properties": { "uri": { "title": "Uri", "type": "string" } }, "required": [ "uri" ], "title": "readArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Server for Apache OpenDAL™

Related Tools

ID: pwpk8kdcom