Skip to main content
Glama
vishutorvi

MCP Learning Project

by vishutorvi

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
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hello_worldC

A simple greeting tool to understand MCP basics

calculatorC

Perform basic math operations

counterC

Manage a counter with state persistence

data_processorC

Process arrays of data with various operations

task_managerB

Manage a list of tasks with CRUD operations

error_demoC

Demonstrate different types of error handling

Prompts

Interactive templates invoked by user choice

NameDescription
mcp-tutorialInteractive MCP learning tutorial
debug-sessionStart a debugging session for MCP development

Resources

Contextual data attached and managed by the client

NameDescription
MCP Core ConceptsFundamental concepts of Model Context Protocol
Current Server StateCurrent state of the MCP learning server
MCP Best PracticesBest practices for building MCP servers

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a distinct purpose: greeting, arithmetic, stateful counter, data array operations, task CRUD, and error demonstration. No overlap exists, making selection unambiguous.

Naming Consistency5/5

All tool names are snake_case compound nouns (hello_world, calculator, counter, data_processor, task_manager, error_demo), forming a predictable pattern consistent throughout.

Tool Count5/5

With 6 tools, the set is well-scoped for a learning project, covering a variety of fundamental concepts without being overwhelming or sparse.

Completeness5/5

The tool suite covers key MCP basics: simple output, computation, state persistence, data manipulation, CRUD operations, and error handling. No obvious gaps for an introductory demo.

Maintenance

ActivityInactive
ResponsivenessNo issues