Skip to main content
Glama
dhinojosac

TypeScript MCP Server Template

by dhinojosac

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
sayHelloB

Says hello to a person by name

calculateB

Performs basic arithmetic calculations (add, subtract, multiply, divide)

getWeatherForecastB

Get weather forecast for a specific location using coordinates

getWeatherAlertsB

Get active weather alerts for a US state

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
server-infoInformation about this MCP server
hello-messageA simple hello message resource

TDQS

B3.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: arithmetic calculations, weather alerts, weather forecasts, and a greeting function. An agent can easily tell them apart based on their domains (math, weather data, and social interaction).

Naming Consistency2/5

The naming is inconsistent with mixed conventions: 'calculate' uses a verb-only style, 'getWeatherAlerts' and 'getWeatherForecast' use camelCase with a 'get' prefix, and 'sayHello' uses a verb-object style. There is no predictable pattern across the set.

Tool Count2/5

With only 4 tools, the set feels thin and poorly scoped for a 'TypeScript MCP Server Template', which implies a broader utility or domain coverage. The tools are unrelated (math, weather, greeting), suggesting a lack of cohesive purpose rather than a focused minimal set.

Completeness2/5

The server lacks a coherent domain, making completeness hard to assess, but there are obvious gaps: for weather, tools cover alerts and forecasts but not current conditions or historical data, and the arithmetic tool is basic without advanced functions. The greeting tool adds no functional value, indicating an incomplete surface.

Maintenance

ActivityInactive
ResponsivenessNo issues