Skip to main content
Glama

Google Images Search MCP

by srigi

persist_image

Save images from URLs to specified folders within your workspace, automatically creating directories as needed for organized storage.

Instructions

Store image at URL to folder relative to current workspace. If targetPath does not exist, the tool will create it automatically.

Input Schema

NameRequiredDescriptionDefault
targetPathYesFolder where to save the image (relative to the current workspace)
urlYesURL of the image
workspacePathYesThe current workspace absolute path

Input Schema (JSON Schema)

{ "properties": { "targetPath": { "description": "Folder where to save the image (relative to the current workspace)", "type": "string" }, "url": { "description": "URL of the image", "format": "uri", "type": "string" }, "workspacePath": { "description": "The current workspace absolute path", "type": "string" } }, "required": [ "url", "targetPath", "workspacePath" ], "type": "object" }

Other Tools from Google Images Search MCP

Related Tools

    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/srigi/mcp-google-images-search'

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