Skip to main content
Glama
mrzvuz

MCP All-in-One Server

by mrzvuz

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
send_to_webhookC

Send a prompt to the n8n webhook and get the response.

Args: prompt: The text prompt to process

addA

Add two numbers

subtractA

Subtract b from a

multiplyA

Multiply two numbers

divideA

Divide a by b

Prompts

Interactive templates invoked by user choice

NameDescription
webinar_to_blogConvert a webinar transcript into a blog post

Resources

Contextual data attached and managed by the client

NameDescription
get_playbookGet the customer support playbook

TDQS

B3.4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: the four arithmetic operations are unambiguous, and send_to_webhook is completely unrelated to math. There is no realistic confusion between any two tools.

Naming Consistency3/5

The arithmetic tools follow a bare verb pattern (add, subtract, multiply, divide), while send_to_webhook uses a verb_preposition_target pattern. The names are readable but mix two different naming styles.

Tool Count4/5

Five tools is a reasonable number for a small server, and none feel redundant. However, the 'All-in-One' branding makes the set feel slightly sparse given the broad implied scope.

Completeness2/5

The set only covers basic arithmetic plus a single webhook integration, which is far from complete for something called 'All-in-One.' Even within math, common operations like modulo or exponentiation are missing, and there are no other integrations or resource management tools.

Maintenance

ActivitySlowing
ResponsivenessNo issues