Skip to main content
Glama
AIVA-VET

vetsorcery-mcp

Official
by AIVA-VET

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
query_problem_listC

Return active problems for a patient.

get_soap_historyB

Return SOAP notes for a patient/problem within a date range.

search_clinical_notesC

Full-text search over the flat SOAP collection.

write_soap_draftC

Create a draft SOAP note from AI-generated content.

get_patient_overviewC

Aggregated patient history and recent events.

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 5 tools

Disambiguation5/5

Each tool targets a distinct aspect of veterinary clinical data: patient overview, SOAP history, problem list, full-text search, and draft creation. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., get_patient_overview, write_soap_draft), making the set predictable and easy to navigate.

Tool Count5/5

With 5 tools, the set is well-scoped for a veterinary EHR assistant, covering key operations without being excessive or too sparse.

Completeness4/5

Core workflows like retrieving and writing SOAP notes, querying problems, and searching are covered. Missing update/delete operations for problems or notes, but the set handles primary clinical tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues