We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
zh.json•7.98 KiB
{
"Build generative AI applications with foundation models": "Build generative AI applications with foundation models",
"Access Key ID": "Access Key ID",
"Secret Access Key": "Secret Access Key",
"Region": "Region",
"US East (N. Virginia) [us-east-1]": "US East (N. Virginia) [us-east-1]",
"US East (Ohio) [us-east-2]": "US East (Ohio) [us-east-2]",
"US West (Oregon) [us-west-2]": "US West (Oregon) [us-west-2]",
"Asia Pacific (Hyderabad) [ap-south-2]": "Asia Pacific (Hyderabad) [ap-south-2]",
"Asia Pacific (Mumbai) [ap-south-1]": "Asia Pacific (Mumbai) [ap-south-1]",
"Asia Pacific (Osaka) [ap-northeast-3]": "Asia Pacific (Osaka) [ap-northeast-3]",
"Asia Pacific (Seoul) [ap-northeast-2]": "Asia Pacific (Seoul) [ap-northeast-2]",
"Asia Pacific (Singapore) [ap-southeast-1]": "Asia Pacific (Singapore) [ap-southeast-1]",
"Asia Pacific (Sydney) [ap-southeast-2]": "Asia Pacific (Sydney) [ap-southeast-2]",
"Asia Pacific (Tokyo) [ap-northeast-1]": "Asia Pacific (Tokyo) [ap-northeast-1]",
"Canada (Central) [ca-central-1]": "Canada (Central) [ca-central-1]",
"Europe (Frankfurt) [eu-central-1]": "Europe (Frankfurt) [eu-central-1]",
"Europe (Ireland) [eu-west-1]": "Europe (Ireland) [eu-west-1]",
"Europe (London) [eu-west-2]": "Europe (London) [eu-west-2]",
"Europe (Milan) [eu-south-1]": "Europe (Milan) [eu-south-1]",
"Europe (Paris) [eu-west-3]": "Europe (Paris) [eu-west-3]",
"Europe (Spain) [eu-south-2]": "Europe (Spain) [eu-south-2]",
"Europe (Stockholm) [eu-north-1]": "Europe (Stockholm) [eu-north-1]",
"Europe (Zurich) [eu-central-2]": "Europe (Zurich) [eu-central-2]",
"South America (São Paulo) [sa-east-1]": "South America (São Paulo) [sa-east-1]",
"AWS Bedrock authentication using Access Key and Secret Key.": "AWS Bedrock authentication using Access Key and Secret Key.",
"Ask Bedrock": "Ask Bedrock",
"Generate Content from Image": "Generate Content from Image",
"Generate Image": "Generate Image",
"Generate Embeddings": "Generate Embeddings",
"Custom API Call": "自定义 API 呼叫",
"Send a text prompt to an Amazon Bedrock model.": "Send a text prompt to an Amazon Bedrock model.",
"Ask a Bedrock model a question about an image.": "Ask a Bedrock model a question about an image.",
"Generate an image from a text prompt using Amazon Titan Image Generator or Stability AI models.": "Generate an image from a text prompt using Amazon Titan Image Generator or Stability AI models.",
"Generate vector embeddings from text using Amazon Titan Embed, Cohere Embed, or Amazon Nova Multimodal Embeddings models.": "Generate vector embeddings from text using Amazon Titan Embed, Cohere Embed, or Amazon Nova Multimodal Embeddings models.",
"Make a custom API call to any AWS Bedrock endpoint. Requests are automatically signed with AWS Signature V4.": "Make a custom API call to any AWS Bedrock endpoint. Requests are automatically signed with AWS Signature V4.",
"Model": "Model",
"Prompt": "Prompt",
"System Prompt": "System Prompt",
"Temperature": "Temperature",
"Maximum Tokens": "Maximum Tokens",
"Top P": "Top P",
"Stop Sequences": "Stop Sequences",
"Memory Key": "内存键",
"Image": "Image",
"Negative Prompt": "Negative Prompt",
"Width": "Width",
"Height": "Height",
"Seed": "Seed",
"Input Text": "Input Text",
"Embedding Purpose": "Embedding Purpose",
"Dimensions": "Dimensions",
"Normalize": "Normalize",
"Service": "Service",
"Method": "方法",
"Path": "Path",
"Headers": "信头",
"Query Parameters": "查询参数",
"Body": "正文内容",
"No Error on Failure": "失败时没有错误",
"Timeout (in seconds)": "超时(秒)",
"The foundation model to use for generation.": "The foundation model to use for generation.",
"Instructions that guide the model behavior.": "Instructions that guide the model behavior.",
"Controls randomness. Lower values produce more deterministic output.": "Controls randomness. Lower values produce more deterministic output.",
"The maximum number of tokens to generate.": "The maximum number of tokens to generate.",
"Nucleus sampling: the model considers tokens with top_p probability mass.": "Nucleus sampling: the model considers tokens with top_p probability mass.",
"Sequences that will cause the model to stop generating. Up to 4 sequences.": "Sequences that will cause the model to stop generating. Up to 4 sequences.",
"A memory key that will keep the chat history shared across runs and flows. Keep it empty to leave the model without memory of previous messages.": "A memory key that will keep the chat history shared across runs and flows. Keep it empty to leave the model without memory of previous messages.",
"The foundation model to use. Must support image input.": "The foundation model to use. Must support image input.",
"The image to analyze (PNG, JPEG, GIF, or WebP).": "The image to analyze (PNG, JPEG, GIF, or WebP).",
"What do you want the model to tell you about the image?": "What do you want the model to tell you about the image?",
"The image generation model to use.": "The image generation model to use.",
"A text description of the image you want to generate.": "A text description of the image you want to generate.",
"Describe what you do NOT want in the image. Helps refine the output.": "Describe what you do NOT want in the image. Helps refine the output.",
"Image width in pixels. Must be supported by the model.": "Image width in pixels. Must be supported by the model.",
"Image height in pixels. Must be supported by the model.": "Image height in pixels. Must be supported by the model.",
"A seed for reproducible results. Use the same seed and prompt to get the same image.": "A seed for reproducible results. Use the same seed and prompt to get the same image.",
"The embedding model to use.": "The embedding model to use.",
"The text to generate embeddings for.": "The text to generate embeddings for.",
"Optimize embeddings for your use case. Only used by Nova Multimodal Embeddings.": "Optimize embeddings for your use case. Only used by Nova Multimodal Embeddings.",
"The number of dimensions for the output embedding vector. Titan Embed v2: 256, 512, 1024. Nova Multimodal: 256, 384, 1024, 3072.": "The number of dimensions for the output embedding vector. Titan Embed v2: 256, 512, 1024. Nova Multimodal: 256, 384, 1024, 3072.",
"Whether to normalize the output embedding vector. Supported by Titan Embed v2.": "Whether to normalize the output embedding vector. Supported by Titan Embed v2.",
"Select the AWS Bedrock service endpoint to call. Use \"Bedrock\" for control plane operations (e.g., ListFoundationModels) and \"Bedrock Runtime\" for inference operations (e.g., InvokeModel).": "Select the AWS Bedrock service endpoint to call. Use \"Bedrock\" for control plane operations (e.g., ListFoundationModels) and \"Bedrock Runtime\" for inference operations (e.g., InvokeModel).",
"The API path (e.g., /foundation-models, /model/{modelId}/invoke). See the AWS Bedrock API Reference for available endpoints.": "The API path (e.g., /foundation-models, /model/{modelId}/invoke). See the AWS Bedrock API Reference for available endpoints.",
"Additional headers to include. Authorization headers are automatically added via AWS Signature V4.": "Additional headers to include. Authorization headers are automatically added via AWS Signature V4.",
"Query parameters to include in the request URL.": "Query parameters to include in the request URL.",
"JSON body for POST/PUT requests.": "JSON body for POST/PUT requests.",
"Generic Index": "Generic Index",
"Generic Retrieval": "Generic Retrieval",
"Text Retrieval": "Text Retrieval",
"Classification": "Classification",
"Clustering": "Clustering",
"Bedrock (Control Plane)": "Bedrock (Control Plane)",
"Bedrock Runtime (Inference)": "Bedrock Runtime (Inference)",
"Bedrock Agent (Control Plane)": "Bedrock Agent (Control Plane)",
"Bedrock Agent Runtime (Data Plane)": "Bedrock Agent Runtime (Data Plane)",
"GET": "获取",
"POST": "帖子",
"PATCH": "PATCH",
"PUT": "弹出",
"DELETE": "删除",
"HEAD": "黑色"
}