vetsorcery-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
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.
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.
With 5 tools, the set is well-scoped for a veterinary EHR assistant, covering key operations without being excessive or too sparse.
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.