Skip to main content
Glama
mingle98

LuckyCola MCP Server

by mingle98

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_FILE_PATHYesThe directory path for file/image operations, e.g., /Users/yourname/Desktop/testDir
LUCKYCOLA_OPEN_KEYYesYour APPKey from LuckyCola platform
LUCKYCOLA_OPEN_UIDYesYour UID from LuckyCola platform

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
checkImageC

检查在线图片内容是否合规

getFoodMenuC

获取菜品的菜谱(制作方法)

fileOperationC

对FILE_PATH目录下的文件进行删除、重命名、读取和写入操作,以及图片压缩

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: checkImage handles image content compliance, fileOperation manages file system operations, and getFoodMenu retrieves recipe information. The domains (image moderation, file management, cooking) are completely separate, eliminating any risk of tool misselection.

Naming Consistency4/5

The naming follows a consistent verb_noun pattern (checkImage, getFoodMenu, fileOperation), with all tools using camelCase. The only minor deviation is that fileOperation uses 'Operation' as a noun rather than a specific resource, but this is still readable and maintains overall consistency.

Tool Count3/5

With only 3 tools, the count feels thin for a server that appears to cover multiple unrelated domains (image moderation, file operations, and cooking). While each tool is distinct, the set lacks cohesion and might suggest an overly broad or poorly scoped server purpose, making it borderline appropriate.

Completeness2/5

There are significant gaps in coverage for each implied domain. For image moderation, there's no tool to upload or modify images. For file operations, basic CRUD is covered but lacks listing or searching. For cooking, there's no way to create or update recipes. The surface is incomplete, likely causing agent failures in extended workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues