Skip to main content
Glama

Emergency Medicare Planner MCP Server

by manolaz

get_emergency_contacts

Retrieve emergency contact details for a specific location, including hospitals and clinics, based on required service types using the Emergency Medicare Planner MCP Server.

Instructions

Retrieves emergency contact information for a specific location

Input Schema

NameRequiredDescriptionDefault
locationYesLocation to get emergency contacts for
serviceTypeNoTypes of emergency services needed

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "location": { "description": "Location to get emergency contacts for", "type": "string" }, "serviceType": { "description": "Types of emergency services needed", "items": { "type": "string" }, "type": "array" } }, "required": [ "location" ], "type": "object" }

You must be authenticated.

Other Tools from Emergency Medicare Planner MCP Server

Related Tools

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/manolaz/emergency-medicare-planner-mcp-server'

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