Skip to main content
Glama
AceDataCloud

io.github.AceDataCloud/mcp-glm

Official
by AceDataCloud

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACEDATACLOUD_API_TOKENYesYour AceDataCloud API token. Get from https://platform.acedata.cloud

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
glm_chat_completionsA

Create a GLM chat completion using the AceDataCloud GLM API.

Sends messages to the specified GLM model and returns the generated response.
Supports all GLM models: glm-5.2, glm-5, glm-5-turbo, glm-5.1, glm-4.7, glm-4.6, glm-3-turbo.

Use this when:
- You need to chat with a Zhipu GLM model
- You need Chinese language understanding or generation
- You want to use GLM's reasoning capabilities

Returns:
    JSON response containing the chat completion result.
glm_list_modelsA

List all available GLM models for the GLM API.

Returns a list of supported GLM models with descriptions.

Returns:
    Formatted list of available GLM models.
glm_get_usage_guideA

Get a comprehensive guide for using the GLM tools.

Provides detailed information on how to use the GLM tools effectively,
including parameters, examples, and best practices.

Returns:
    Complete usage guide for GLM tools.

Prompts

Interactive templates invoked by user choice

NameDescription
glm_guideGuide for choosing the right GLM tool and model for chat completion tasks.
glm_workflow_examplesCommon workflow examples for GLM tasks.

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/AceDataCloud/GlmMCP'

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