Logo MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Name | Description |
|---|---|
| get_best_logo_urlB | 从网站提取并返回最佳Logo的URL地址,适用于只需要获取最佳Logo URL的场景 |
| analyze_logoB | 分析Logo的基本信息(尺寸、格式、质量等),支持onlyBestUrl参数只返回最佳Logo的URL |
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 2 tools
The two tools have significant functional overlap, as both can return the best logo URL. The analyze_logo tool provides broader analysis but includes the best URL functionality, while get_best_logo_url is specifically for that purpose, creating ambiguity about when to use each tool.
Both tools follow a clear verb_noun naming pattern (analyze_logo, get_best_logo_url), which is consistent and readable. The minor deviation is that one uses 'analyze' while the other uses 'get', but this reflects their different primary purposes.
With only 2 tools, the server feels under-scoped for a logo analysis domain. This minimal set lacks operations for common needs like logo validation, format conversion, or batch processing, making it too thin for robust functionality.
The toolset is severely incomplete for logo analysis. It misses essential operations such as logo validation, format conversion (e.g., to PNG/SVG), resizing, color extraction, or batch processing, leaving significant gaps that will limit agent effectiveness.