Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IMGBB_API_KEYYesYour ImgBB API key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
upload_imageA

Upload a single image file to ImgBB and return its public URL.

Args: file_path: Absolute or relative path to the image file. name: Optional name for the image on ImgBB. expiration: Optional expiration time in seconds (60-15552000). After this time the image is automatically deleted.

list_imagesC

List all image files in a local folder (png, jpg, jpeg, gif, webp, bmp).

Args: folder_path: Absolute path to the folder containing images.

upload_all_imagesA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: one lists local images, one uploads all, one uploads a single. No overlap or ambiguity.

Naming Consistency5/5

All tools use consistent snake_case verb_noun naming: list_images, upload_all_images, upload_image. Pattern is predictable.

Tool Count5/5

With 3 tools, the server is well-scoped for its purpose of listing and uploading images to ImgBB. No unnecessary tools.

Completeness3/5

Core upload and list functionality is present, but there are notable gaps: no tool to delete images or retrieve info about previously uploaded images beyond the upload response.

Maintenance

ActivityInactive
ResponsivenessNo issues