Skip to main content
Glama
NoBanks

ezyVet MCP Server

by NoBanks

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_animalsB

Inventory animals on the operator's ezyVet account. Standard read path for triaging cases.

get_animalA

Get full metadata for a single animal by id.

list_contactsC

Inventory contacts (pet owners + suppliers + staff).

list_appointmentsC

List appointments with optional date range filter.

create_appointmentA

Create a new appointment on the operator's ezyVet account. Gated by EZYVET_ALLOW_WRITE=true because every created appointment shows up on a real vet's calendar.

list_consultsC

Inventory clinical consultation records.

list_invoicesD

Inventory invoices.

list_productsC

Inventory the product / service catalog billable on invoices.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct entity (appointments, animals, consults, contacts, invoices, products) with clear read/write boundaries, so no ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case (e.g., create_appointment, list_animals), making the set predictable.

Tool Count5/5

With 8 tools covering core entities in a veterinary practice system, the count is well-scoped and neither sparse nor excessive.

Completeness2/5

The tool set is read-heavy and lacks update/delete operations for most entities, and only appointments have a create function, leaving significant lifecycle gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues