Skip to main content
Glama
asanm11611622ubca006

Patient Data MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_patient_by_idA

Look up a single patient by their unique patient ID.

Args: patient_id: The numeric ID of the patient (e.g. 1, 42, 200).

Returns: The patient record, or a "not found" message.

list_patients_above_ageA

List all patients whose age is strictly greater than the given value.

Args: age: The age threshold. Returns patients older than this number.

Returns: A formatted list of matching patients, or a message if none match.

find_patients_by_diseaseA

Find all patients diagnosed with a specific disease. The search is case-insensitive.

Args: disease: The disease name to search for (e.g. "Diabetes", "asthma").

Returns: A formatted list of matching patients.

list_all_diseasesA

List all unique diseases present in the patient dataset. Useful for discovering what diseases can be queried.

Returns: A sorted list of disease names.

search_patients_by_nameA

Search for patients whose name contains the given text. The search is case-insensitive and supports partial matches.

Args: name: Full or partial patient name to search for (e.g. "john", "Smith").

Returns: A formatted list of matching patients.

get_patient_statisticsA

Get summary statistics for the entire patient dataset. Includes total count, age statistics, gender breakdown, and disease distribution.

Returns: A formatted statistical summary.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asanm11611622ubca006/First-MCP-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server