Skip to main content
Glama

Alibaba Cloud FC MCP Server

Official
by aliyun

list-functions

Retrieve a filtered list of Alibaba Cloud Function Compute functions, including names and partial details, based on region, prefix, tags, runtime, or pagination. Use this tool for quick function overviews without full metadata.

Instructions

获取函数计算的函数列表,只返回函数名称与部分函数信息,不返回所有函数信息。如果需要获取所有函数信息,请使用get-function工具

Input Schema

NameRequiredDescriptionDefault
limitNo函数列表的返回数量上限,默认50,最大100
nextTokenNo函数列表的下一页token,用于分页查询函数列表。第一页不需要提供
prefixNo函数名称前缀,用于过滤函数列表
regionNo部署的区域,当前可选的区域是cn-hangzhou, cn-shanghai, cn-beijing, cn-shenzhen, cn-hongkong, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-5, ap-northeast-1, eu-central-1, eu-west-1, us-west-1, us-east-1, ap-south-1, me-east-1, cn-chengdu, cn-wulanchabu, cn-guangzhou,默认是cn-hangzhoucn-hangzhou
runtimeNo函数运行时,用于过滤函数列表,只返回指定运行时的函数
tagsNo函数标签,用于过滤函数列表,只返回包含所有标签的函数

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 50, "description": "函数列表的返回数量上限,默认50,最大100", "maximum": 100, "minimum": 1, "type": "number" }, "nextToken": { "description": "函数列表的下一页token,用于分页查询函数列表。第一页不需要提供", "type": "string" }, "prefix": { "description": "函数名称前缀,用于过滤函数列表", "type": "string" }, "region": { "default": "cn-hangzhou", "description": "部署的区域,当前可选的区域是cn-hangzhou, cn-shanghai, cn-beijing, cn-shenzhen, cn-hongkong, ap-southeast-1, ap-southeast-2, ap-southeast-3, ap-southeast-5, ap-northeast-1, eu-central-1, eu-west-1, us-west-1, us-east-1, ap-south-1, me-east-1, cn-chengdu, cn-wulanchabu, cn-guangzhou,默认是cn-hangzhou", "enum": [ "cn-hangzhou", "cn-shanghai", "cn-beijing", "cn-shenzhen", "cn-hongkong", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-5", "ap-northeast-1", "eu-central-1", "eu-west-1", "us-west-1", "us-east-1", "ap-south-1", "me-east-1", "cn-chengdu", "cn-wulanchabu", "cn-guangzhou" ], "type": "string" }, "runtime": { "description": "函数运行时,用于过滤函数列表,只返回指定运行时的函数", "type": "string" }, "tags": { "description": "函数标签,用于过滤函数列表,只返回包含所有标签的函数", "items": { "additionalProperties": false, "properties": { "key": { "description": "标签名称", "type": "string" }, "value": { "description": "标签值", "type": "string" } }, "required": [ "key", "value" ], "type": "object" }, "type": "array" } }, "type": "object" }
Install Server

Other Tools from Alibaba Cloud FC MCP Server

Related Tools

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/aliyun/alibabacloud-fc-mcp-server'

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