Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
convert_imageC

将图片转换为指定格式

batch_convert_imagesC

批量转换多个图片文件

get_image_infoC

获取图片文件信息

list_supported_formatsB

列出支持的图片格式

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: batch_convert_images handles multiple files, convert_image handles single files, get_image_info retrieves metadata, and list_supported_formats provides format information. There is no overlap or ambiguity between these functions.

Naming Consistency5/5

All tools follow a consistent snake_case naming pattern with clear verb_noun combinations (batch_convert_images, convert_image, get_image_info, list_supported_formats). The naming is predictable and follows the same convention throughout.

Tool Count5/5

With 4 tools, this server is well-scoped for image conversion tasks. Each tool serves a specific, necessary function without redundancy, making the count appropriate for the domain.

Completeness5/5

The toolset provides complete coverage for basic image conversion workflows: listing formats, getting image info, converting single images, and batch converting images. There are no obvious gaps for the server's stated purpose.

Maintenance

ActivityInactive
ResponsivenessNo issues