Skip to main content
Glama
yashrbankar

Demo Server

by yashrbankar

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
addA
Add two numbers together.

:param a: First number.
:param b: Second number.
:return: Sum of the numbers.

Prompts

Interactive templates invoked by user choice

NameDescription
review_code Provide a template for reviewing code. :param code: The code to review. :return: A prompt that asks the LLM to review the code.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap with other tools. The tool 'add' has a clear, singular purpose that cannot be confused with any other functionality.

Naming Consistency5/5

A single tool inherently has perfect naming consistency, as there are no other tools to compare against. The name 'add' follows a simple verb pattern that is appropriate for its function.

Tool Count2/5

A single tool for a 'Demo Server' is too minimal and feels thin for any meaningful scope, as it lacks the breadth to demonstrate typical server capabilities. This is borderline for a demo purpose, but it severely limits functionality and interaction possibilities.

Completeness1/5

The tool set is severely incomplete for a demo server, as it only provides a basic arithmetic operation without covering any domain or lifecycle. There are obvious gaps, such as missing operations for subtraction, multiplication, or other demo functionalities, making it inadequate for most agent tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues