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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ps_create_documentA

在 Photoshop 中新建指定像素尺寸的文档。当用户说“新建一个 800x800 的 Photoshop 文档”“建一个 1920x1080 的画布”时使用。width 宽度像素,height 高度像素(默认等于 width),name 文档名可选。

ps_get_active_infoA

获取 Photoshop 当前活动文档信息:名称、像素尺寸、分辨率、颜色模式、图层数、活动图层名。

ps_list_documentsA

列出 Photoshop 当前打开的所有文档名称。

ps_close_documentA

关闭 Photoshop 当前活动文档(不保存)。

ps_open_documentA

在 Photoshop 中打开一个本地图片/PSD 文件。传入文件完整路径。

ps_save_as_psdB

将当前 Photoshop 文档另存为 PSD 格式。path 为保存路径,可选。

ps_save_as_pngB

将当前 Photoshop 文档导出为 PNG 图片。path 为保存路径,可选。

ps_save_as_jpgB

将当前 Photoshop 文档导出为 JPG 图片。quality 范围 1-12,默认 8。

ps_resize_documentA

调整当前 Photoshop 文档的像素尺寸。给 width 或 height 中任意一个,另一个按比例自动算。

ps_add_layerB

在当前 Photoshop 文档中新建一个空白图层。name 可选。

ps_duplicate_layerA

复制当前活动图层,生成副本。

ps_delete_layerA

删除当前活动图层。

ps_set_layer_opacityA

设置当前活动图层的不透明度(0-100)。

ps_add_text_layerB

在当前 Photoshop 文档中添加文字图层。text 为文字内容,size 字号(像素),x/y 为左上角位置(像素),r/g/b 为文字颜色 RGB。

ps_set_foreground_colorB

设置 Photoshop 前景色(RGB)。r/g/b 取值 0-255。

ps_fill_layerA

用指定颜色填充当前活动图层(全画布填充)。r/g/b 为 RGB 值。

ps_apply_gaussian_blurB

对当前活动图层应用高斯模糊滤镜。radius 为模糊半径(像素),默认 5。

ps_apply_unsharp_maskA

对当前活动图层应用 USM 锐化(非锐化蒙版)。amount 数量 1-500,radius 半径,threshold 阈值。

ps_do_actionC

在 Photoshop 中执行一个已安装的动作(Action)。action 为动作名,from 为动作集名(可选)。

ai_create_documentB

在 Illustrator 中新建一个文档,单位为点(pt,72pt = 1 英寸)。width/height 为尺寸。

ai_get_active_infoA

获取 Illustrator 当前活动文档信息:名称、尺寸、路径数、文字框数、打开文档数。

ai_list_documentsA

列出 Illustrator 当前打开的所有文档名称。

ai_close_documentA

关闭 Illustrator 当前活动文档(不保存)。

ai_add_rectangleA

在当前 Illustrator 文档中画一个矩形。x/y 为左下角坐标(点),w/h 宽高,fr/fg/fb 为填充色 RGB(可选,不填则无填充)。

ai_add_ellipseA

在当前 Illustrator 文档中画一个椭圆。x/y 为左上角坐标(点),w/h 宽高,fr/fg/fb 填充色。

ai_add_polygonA

在当前 Illustrator 文档中画一个正多边形。x/y 为中心点,radius 半径,sides 边数(默认 6)。fr/fg/fb 填充色可选。

ai_add_textA

在当前 Illustrator 文档中添加文字。text 为文字内容,size 字号(点),x/y 为位置,fr/fg/fb 为颜色。

ai_save_as_aiB

将当前 Illustrator 文档保存为 .ai 格式。path 可选。

ai_export_svgA

将当前 Illustrator 文档导出为 SVG 矢量图。path 可选。

ai_export_pngB

将当前 Illustrator 文档导出为 PNG 位图(透明背景)。path 可选。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freakyglorian-create/adobe-com-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server