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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
logging
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sendRequestC

Send a request to a gRPC server

loadProtoB

Load a proto file and return its content

getMethodInformationC

Get information about methods in a proto file

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: sending requests, loading proto definitions, and retrieving method information. There is no overlap or ambiguity in their intended functions.

Naming Consistency5/5

All tool names follow a consistent camelCase verb-noun pattern (sendRequest, loadProto, getMethodInformation). Naming is uniform and predictable.

Tool Count4/5

Three tools is compact but sufficient for the core gRPC workflow: load definitions, inspect methods, and send requests. It is slightly minimal but not overly thin for the stated purpose.

Completeness4/5

The set covers the essential lifecycle: loading proto files, retrieving method details, and making requests. Minor gaps like service listing or advanced request features exist, but core operations are supported.

Maintenance

ActivityInactive
ResponsivenessNo issues