Alibaba Cloud FC MCP Server
OfficialServer 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 |
|---|---|
| put-custom-runtime-functionB | 将构建完成的匹配阿里云自定义运行时的工程,部署到函数计算。代码工程不需要手动打包,会自动处理。如果函数已存在,则尝试覆盖并更新目标函数。建议使用该方法前先确认函数是否存在 |
| update-custom-runtime-functionB | 更新并部署custom runtime函数。如果需要修改代码,必须先完成构建。如果需要更新函数配置,需要提供更新的参数,未提供的参数将保持不变 |
| get-functionB | 获取创建的函数计算的函数信息 |
| list-functionsA | 获取函数计算的函数列表,只返回函数名称与部分函数信息,不返回所有函数信息。如果需要获取所有函数信息,请使用get-function工具 |
| delete-functionC | 删除函数计算的函数 |
| get-custom-domain-configC | 查询函数计算的域名路由配置 |
| update-custom-domain-configC | 更新函数计算的域名路由配置,修改域名路由配置 |
| create-custom-domain-configB | 创建函数计算的域名路由配置,域名必须已经CNAME到函数计算的公网域名(格式为${uid}.${regionId}.fc.aliyuncs.com,例如14**49.cn-hangzhou.fc.aliyuncs.com)上,否则会创建失败。 |
| delete-custom-domain-configA | 删除函数计算的域名路由配置,CNAME记录不会被删除,需要手动删除CNAME记录 |
| publish-function-versionC | 将函数的最新代码发布为新版本 |
| list-function-versionsC | 获取函数计算的函数版本列表 |
| delete-function-versionC | 删除函数计算的函数版本 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| deploy-custom-runtime-function |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool has a clearly distinct purpose with no ambiguity. Tools are organized around specific resources (custom-domain-config, function, function-version) and actions (create, delete, get, list, publish, put, update), ensuring agents can easily differentiate between them. For example, list-functions and get-function serve complementary but non-overlapping purposes as described.
Tool names follow a consistent verb-noun pattern throughout, using kebab-case (e.g., create-custom-domain-config, delete-function, get-function). This predictable naming scheme enhances readability and usability for agents, with no deviations or mixed conventions observed.
With 12 tools, the count is well-scoped for managing Alibaba Cloud Function Compute resources. It covers core operations like CRUD for functions, versions, and custom domains, plus publishing and updating, without being overly sparse or bloated. Each tool earns its place in the workflow.
The tool set provides complete CRUD/lifecycle coverage for the domain of Alibaba Cloud Function Compute. It includes creation, retrieval, listing, updating, and deletion for functions, versions, and custom domains, along with publishing and deployment tools, ensuring no obvious gaps for agent operations.