Skip to main content
Glama

upload_photos_from_paths

Upload photos and videos from local file paths to a FindMe event. Supports directories and globs, with automatic resizing and chunking for large batches.

Instructions

Upload photos or videos from local file paths on the photographer's computer to a FindMe event. Each path can be a file, a directory (all supported files inside are uploaded), or a glob (basic). Supported formats: .jpg .jpeg .png .webp .mp4 .mov .webm. Max 50 files per call; auto-chunks if more are found. Max size per file: 50 MB for photos, 500 MB for videos. Photos are automatically resized to the album's storage quality before upload (full-size albums keep originals). This is the primary upload tool — prefer it when the photographer says things like "upload all photos in ~/Pictures/Sarah" or "add these files to the Johnson event". On success the response includes rich stats (duration, size, photo/video counts, faces indexing). FindMe has a playful, confident voice — present completions with a specific, upbeat one-liner that cites real numbers. Do not use the same phrasing twice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathsYesFile paths or directory paths. `~` expansion supported. Directories upload all supported files inside (non-recursive by default).
event_idYesUUID of the target event.
recursiveNoIf true, recurse into subdirectories (max depth 10). Default false.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It discloses auto-chunking (max 50 files), file size limits, photo resizing behavior, supported formats, and response stats. It does not mention error handling or prerequisites, but the coverage is strong.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured and front-loaded with essential info. Some sentences (e.g., the voice instruction) could be moved to a system prompt, but overall each sentence contributes value. Slightly longer than minimal but not wasteful.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex upload tool, it covers formats, limits, recursion, resizing, auto-chunking, and response stats. Missing error behavior and explicit permission requirements, but overall comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds significant value: explains that paths can be files, directories, or globs, mentions recursion (though `recursive` param is in schema), and adds context about file limits and supported formats beyond the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Upload photos or videos from local file paths') and the target resource ('to a FindMe event'). It distinguishes from siblings by explicitly mentioning it is the 'primary upload tool' and contrasting with upload_photos_from_urls and upload_photos_from_drive_folder.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit guidance on when to prefer this tool: 'prefer it when the photographer says things like...'. It does not specify when not to use it, but the context of sibling tools implies alternatives for non-local uploads.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/findmephoto/findme-mcp'

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