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
proxy_tool_callC

代理工具,根据工具名动态调用其他服务端的工具,输入格式为字典:{'tool': 'tool_name', 'args': {...}}

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool has a clearly defined and distinct purpose as a proxy for dynamic tool calls.

Naming Consistency5/5

There is only one tool name, so naming consistency is inherently perfect. The tool follows a clear snake_case pattern (proxy_tool_call), which is appropriate for its function.

Tool Count2/5

A single tool is generally too few for most server purposes, as it limits functionality and forces all operations through a proxy. This feels thin and may not provide a complete or intuitive interface for agents.

Completeness1/5

The server's purpose is unclear from the single tool, but as a proxy server, it lacks any direct operations or domain coverage. There are significant gaps, as it relies entirely on external tools without providing its own functionality, making it severely incomplete for any defined domain.

Maintenance

ActivityInactive
ResponsivenessUnresponsive