Skip to main content
Glama

upload_all_images

Uploads all images from a specified local folder to ImgBB. Optionally set expiration time for uploaded images.

Instructions

Upload all images from a local folder to ImgBB.

Args: folder_path: Absolute path to the folder containing images. expiration: Optional expiration time in seconds (60-15552000) for all images.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expirationNo
folder_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It only states the basic upload action and optional expiration. It lacks details on error handling, file type validation, non-image file behavior, rate limits, or transactional guarantees, which are important for a batch operation.

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

Conciseness5/5

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

The description is very concise with a clear action sentence followed by parameter bullet points. Every sentence earns its place, and the structure is front-loaded with the tool purpose.

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

Completeness3/5

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

Given the complexity of batch operations and the absence of annotations, the description is adequate but incomplete. It defines the parameters but does not cover error scenarios, success conditions, or behavior for non-image files. An output schema exists, so return values need not be explained, but overall context could be richer.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates by explaining folder_path as an absolute path and expiration with a valid range (60-15552000 seconds). This adds meaningful guidance beyond the schema, though it could clarify accepted image formats.

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 it uploads all images from a local folder to ImgBB. This is a specific verb-resource combination that distinguishes itself from sibling tools (upload_image for single, list_images for listing).

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

Usage Guidelines3/5

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

While the description implies batch use via 'all images', it does not explicitly state when to use this tool versus the sibling upload_image tool, nor does it provide exclusion criteria or prerequisites.

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/flin-agency/flin-imgbb-mcp'

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