Prediction-Examples-in-the-Alink-Tutorial
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XBY_APIKEY | Yes | 你的实际apikey (Your actual API key) |
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 |
|---|---|
| pred_gmvC | Alink教程第1章5.4节的Pipeline预测。输入年份,预测GMV。 |
| calcC | Alink教程第23章4节的情感预测。输入一段评论,分析其情感色彩(褒义贬义/正向负向)。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have completely distinct purposes: one analyzes sentiment of text reviews, while the other predicts GMV based on year input. There is no overlap in functionality or potential for confusion between these unrelated domains.
The naming is inconsistent with 'calc' using a generic abbreviation and 'pred_gmv' using a more descriptive verb_noun pattern. While both are short, they follow different conventions without a clear unified naming strategy.
With only two tools, this server feels extremely thin for a tutorial prediction examples server. The tools cover completely unrelated domains (sentiment analysis and GMV prediction), suggesting either an incomplete implementation or a poorly scoped server that should likely be split into separate specialized servers.
For a tutorial examples server, there are significant gaps - each tool represents a single isolated example without supporting operations. There's no way to train models, evaluate predictions, or handle related tasks. The server feels like a collection of disconnected demonstration snippets rather than a coherent tool surface.