Skip to main content
Glama
JulianThorpe

mcp-availability-server

by JulianThorpe

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_availabilityB

Return available appointment slots for a given date (YYYY-MM-DD). Weekends return no slots.

format_call_summaryA

Format a concise SMS-style summary of an inbound call from caller, intent and next action.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve entirely different purposes—one for checking appointment availability and one for formatting call summaries—so there is no ambiguity between them.

Naming Consistency5/5

Both tools use a clear verb_noun pattern with underscores (check_availability and format_call_summary), maintaining consistency.

Tool Count2/5

With only two tools covering disparate domains (availability and call summaries), the tool count is too low for coherent scope; each domain would benefit from additional related tools.

Completeness2/5

The tool surface is severely incomplete for both implied domains: for availability, CRUD operations are missing; for call summaries, creation and editing are absent, leaving significant gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues