Skip to main content
Glama
ViranjPatel

Construction MCP Server

by ViranjPatel

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

Tools

Functions exposed to the LLM to take actions

NameDescription
calculate_materialsC

Calculate construction materials needed for basic structures

estimate_costC

Quick cost estimation for materials

read_group_messagesA

Read recent messages from WhatsApp group

send_group_messageB

Send a message to WhatsApp group

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: calculate_materials and estimate_cost are clearly separate construction functions, while read_group_messages and send_group_message are distinct messaging operations. There is no overlap or ambiguity between any of the four tools.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (calculate_materials, estimate_cost, read_group_messages, send_group_message). The naming is uniform and predictable.

Tool Count4/5

Four tools is within the typical well-scoped range, but the mix of construction and messaging tools suggests a lack of focus. The count itself is reasonable, though the server's purpose is diluted across two unrelated domains.

Completeness2/5

For a construction server, the surface is severely incomplete—only material calculation and cost estimation are covered, with no project management, scheduling, or lifecycle operations. The messaging tools are unrelated and appear bolted on, leaving the overall domain coverage fragmented.

Maintenance

ActivityInactive
ResponsivenessNo issues