Meadow Vet Care MCP Server
Server 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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search-servicesA | Search Meadow Vet Care services by species, category, keyword, or price range. All params are optional — omit to return all services. |
| get-summaryA | Get a summary overview of Meadow Vet Care: total services, categories, species served, and current offers. |
| get-available-slotsB | Find services that currently have available appointment slots this week. |
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 3 tools
Each tool has a clearly distinct purpose: searching services, getting an overview, and checking availability. There is no overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case, making them predictable and easy to understand.
With three tools, the server is well-scoped for its purpose of providing veterinary service information. Each tool adds value without redundancy.
The tools cover the main information needs: service search, summary, and availability. A minor gap is the lack of a direct booking tool, but availability checking supports that workflow.