Skip to main content
Glama
caresolace

ai-care-agent-mcp

by caresolace

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CAREMATCH_BASE_URLYesBase URL for the Carematch API.

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_providersC

Run a pathway provider search using case_ref, search_criteria, or both.

get_case_search_contextC

Resolve a case_ref to search criteria without executing search.

list_search_pathwaysA

Return supported search pathways and required field hints.

health_checkA

Report agent health and upstream carematch /health status.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct and well-defined purpose: resolving case references, checking health, listing pathways, and searching providers. No two tools overlap in functionality.

Naming Consistency4/5

All tool names use snake_case and are mostly verb_noun (get_, list_, search_), with the exception of health_check which is a noun phrase, but still follows the same style.

Tool Count4/5

Four tools is a reasonable count for a focused care agent server. It covers the essential operations without being sparse or excessive.

Completeness4/5

The tool set covers the core workflow of obtaining search context, listing pathways, and searching providers. A health check is included. Minor gaps exist (e.g., no direct CRUD for cases), but the surface is adequate for its stated purpose.

Maintenance

ActivitySlowing
ResponsivenessSyncing