Skip to main content
Glama
Rootly-AI-Labs

oncallhealth-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ONCALLHEALTH_API_KEYYesAPI key from oncallhealth.ai
ONCALLHEALTH_API_URLNoAPI endpoint URL (default: https://api.oncallhealth.ai)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchB

Search for available tools by query.

Returns matching tools ranked by relevance.

get_schemaA

Get parameter schemas for specific tools.

Use after searching to get the detail needed to call a tool.

executeA

Chain await call_tool(...) calls in one Python block; prefer returning the final answer from a single block. Use return to produce output. Only call_tool(tool_name: str, params: dict) -> Any is available in scope.

Prompts

Interactive templates invoked by user choice

NameDescription
weekly_briefPrompt template for a weekly on-call health brief.

Resources

Contextual data attached and managed by the client

NameDescription
methodology_resourceProvide a short methodology description.

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/Rootly-AI-Labs/mcp-on-call-health'

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