Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TEND_EMAILYesYour Tend account email
TEND_PASSWORDYesYour Tend account password

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
list_appointmentsA

List the authenticated patient's upcoming Tend appointments.

book_appointmentA

Book an available appointment slot. Requires a slotId — look one up via a slot-search tool once one exists (not yet implemented).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one lists appointments and the other books them. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (list_appointments, book_appointment). This is a clean, predictable naming convention.

Tool Count3/5

With only two tools, the server feels minimal for an appointment management context. However, it is not extremely over or under-scoped, so it lands in the borderline category.

Completeness1/5

The server is severely incomplete: booking requires a slot-search tool that does not exist, and there are no cancel, get, or update operations. This will cause agent failures.

Maintenance

ActivitySlowing
ResponsivenessNo issues