MCP Agent with DashScope
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DASHSCOPE_API_KEY | Yes | API Key for Alibaba Cloud's DashScope platform, used by the ai_chat tool. |
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
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ai_chatC | 使用阿里百炼 DashScope 大模型进行对话(支持多轮对话) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| 文件系统 | 访问本地文件系统 |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as using DashScope for chat conversations, so an agent cannot misselect between non-existent alternatives.
The single tool name 'ai_chat' follows a clear and consistent pattern (snake_case with descriptive verb_noun structure). Since there is only one tool, there is no inconsistency to evaluate, and the naming is appropriate and readable.
The server has only one tool, which feels thin and limited for a general-purpose 'MCP Agent with DashScope'. A single chat tool lacks the breadth expected for an agent interface, such as tools for different model types, configurations, or related AI tasks, making it under-scoped for its apparent purpose.
The tool surface is severely incomplete for an AI agent domain. While 'ai_chat' covers basic conversation, there are obvious gaps: no tools for model selection, parameter tuning, batch processing, or other common AI operations. This limits agents to only chat interactions, missing core functionalities expected from such a server.