phenoforge
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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_conceptA | Look up a single ICD-10-CM concept by its exact billing code. Use this when the caller already has a specific code, e.g. :param concept_code: An exact ICD-10-CM code, e.g. |
| expand_hierarchyA | Expand an ICD-10-CM code to every code beneath it in the billing hierarchy. For example, expanding :param seed_code: An exact ICD-10-CM code to expand from, e.g. |
| search_conceptsA | Search ICD-10-CM concept names for a free-text clinical term or phrase. Combines lexical (BM25) and semantic (embedding) matching, fused by
reciprocal rank, so paraphrased or loosely-worded descriptions (e.g.
"sugar disease" for diabetes) are found even without shared exact
wording — always prefer this over guessing at exact terminology
yourself. Every returned concept is tagged :param query: Free-text search string, e.g. |
| find_curated_definitionA | Search the OHDSI Phenotype Library for a validated cohort definition. Use this FIRST for any population description that plausibly matches a
peer-reviewed phenotype (e.g. "type 2 diabetes", "diabetic ketoacidosis")
— a match here is :param query: Free-text population description.
:returns: The best-matching cohort's resolved ICD-10-CM concepts tagged
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/colbyw5/phenoforge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server