Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

NameDescription
ask-qwenB

Query Qwen AI with support for file analysis (@file syntax), codebase exploration, and large context windows. Supports various models and execution modes.

pingA

Echo a message to test the connection

HelpB

Display Qwen CLI help information

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: ask-qwen for AI queries with file/codebase support, Help for CLI documentation, and ping for connection testing. There is no overlap in functionality, making tool selection unambiguous for an agent.

Naming Consistency3/5

The naming is mixed: ask-qwen uses a verb-noun pattern, Help is a capitalized noun, and ping is a lowercase verb. While readable, this inconsistency in style (snake_case vs. no underscores, verb vs. noun forms) deviates from a predictable pattern.

Tool Count4/5

With 3 tools, the count is reasonable for a basic AI/utility server, though it feels slightly thin for broader use cases. Each tool serves a clear purpose, but the scope could support a few more complementary tools without being overwhelming.

Completeness3/5

For a Qwen AI tool server, core functions like querying (ask-qwen) and testing (ping) are covered, but there are notable gaps such as model management, session handling, or advanced configuration tools. The Help tool provides documentation, but operational coverage is limited.

Maintenance

ActivityInactive
ResponsivenessNo issues