Skip to main content
Glama
gogouravr

FastMCP Demo

by gogouravr

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
helloC

A simple greeting tool that says hello

calculateC

Perform basic arithmetic calculations

Prompts

Interactive templates invoked by user choice

NameDescription
greet_userGenerate a greeting message
explain_mcpGet an explanation of what MCP is

Resources

Contextual data attached and managed by the client

NameDescription
Example ResourceA simple example resource
Server ConfigurationCurrent server configuration

TDQS

B3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: 'calculate' handles arithmetic operations, while 'hello' provides a greeting. There is no overlap or ambiguity between these functions, making it easy for an agent to select the correct tool.

Naming Consistency5/5

Both tool names follow a consistent pattern of using simple, descriptive verbs ('calculate', 'hello') without any mixing of conventions like camelCase or snake_case. The naming is straightforward and predictable.

Tool Count2/5

With only two tools, the server feels thin and under-scoped for a general-purpose demo. While the tools are distinct, the count is too low to meaningfully cover a domain or provide a coherent set of operations, limiting utility.

Completeness1/5

The server lacks a clear domain, making it impossible to assess coverage meaningfully. The tools are trivial and unrelated (arithmetic and greeting), offering no cohesive workflow or lifecycle, which severely limits agent functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues