LuckyCola MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_FILE_PATH | Yes | The directory path for file/image operations, e.g., /Users/yourname/Desktop/testDir | |
| LUCKYCOLA_OPEN_KEY | Yes | Your APPKey from LuckyCola platform | |
| LUCKYCOLA_OPEN_UID | Yes | Your 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
| Name | Description |
|---|---|
| checkImageC | 检查在线图片内容是否合规 |
| getFoodMenuC | 获取菜品的菜谱(制作方法) |
| fileOperationC | 对FILE_PATH目录下的文件进行删除、重命名、读取和写入操作,以及图片压缩 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
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.
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.
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.
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.