Skip to main content
Glama
vipankumar87

MCP Multi-Tool Server

by vipankumar87

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
addB

Add two numbers together.

subtractB

Subtract the second number from the first number.

multiplyC

Multiply two numbers together.

divideB

Divide the first number by the second number.

powerC

Raise a number to a power.

square_rootC

Calculate the square root of a number.

factorialB

Calculate the factorial of a non-negative integer.

calculate_percentageC

Calculate a percentage of a value.

Prompts

Interactive templates invoked by user choice

NameDescription
meeting_summary A prompt template for generating executive meeting summaries. Args: meeting_date: The date of the meeting meeting_title: The title or purpose of the meeting transcript: The meeting transcript or notes Returns: A structured meeting summary with key points, decisions, and action items.

Resources

Contextual data attached and managed by the client

NameDescription
get_typesdk_resource Provides access to the TypeScript SDK MCP documentation. This resource contains information about the TypeScript SDK for MCP.

TDQS

B3.4/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a clearly distinct mathematical operation with no overlap in purpose. For example, 'add' and 'subtract' are complementary but not ambiguous, and 'factorial' and 'power' serve unique functions. An agent can easily differentiate between them based on their specific descriptions.

Naming Consistency4/5

The tool names are mostly consistent, using clear verb-based or descriptive terms like 'add', 'multiply', and 'square_root'. However, there is a minor deviation with 'calculate_percentage' which is more verbose compared to others like 'divide' or 'power', slightly breaking the pattern but still maintaining readability.

Tool Count5/5

With 8 tools, this server is well-scoped for a basic mathematical operations toolkit. Each tool earns its place by covering fundamental arithmetic and mathematical functions, such as addition, subtraction, multiplication, division, and specialized operations like factorial and square root, without being overly complex or sparse.

Completeness5/5

The tool set provides complete coverage for basic mathematical operations, including all core arithmetic (add, subtract, multiply, divide) and common functions (percentage, factorial, power, square root). There are no obvious gaps for this domain, as it supports a wide range of calculations an agent might need without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues