Skip to main content
Glama
adithyx-0

CodeWeaver

by adithyx-0

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
code_clinical_noteA

CODING ASSISTANCE TOOL (not a diagnostic tool). Accepts a clinical note and returns ranked ICD-10-CM diagnosis code candidates with constraint validation. Scope: cardiac (I20-I25), diabetes (E08-E13), respiratory (J00-J99), musculoskeletal (curated: M15-M19 arthritis, M25 joint disorders, M54 dorsalgia, M70-M81 soft tissue/osteoporosis). Data: CMS ICD-10-CM FY2026 (icd10cm-tabular-2026.xml), scoped to 4 categories, with supplemented inclusion terms for matchability. When no local match clears the confidence threshold, live-queries the NLM Clinical Tables ICD-10-CM API (full code set, U.S. National Library of Medicine) as an unvalidated fallback, returned under externalSuggestions.

lookup_icd10_codeA

Returns full detail for a single ICD-10-CM code including inclusion terms and Excludes1/2 relationships. Data: CMS FY2026, scoped to cardiac/diabetes/respiratory/musculoskeletal (curated).

Prompts

Interactive templates invoked by user choice

NameDescription
explain_decisionGenerates a coding rationale prompt explaining why each ICD-10 code was suggested, flagged, or blocked. Pass the JSON output of code_clinical_note as the "pipeline_result" argument. Intended for coder review, not clinical use.

Resources

Contextual data attached and managed by the client

NameDescription
ICD-10 Code ListICD-10-CM code reference sourced from CMS FY2026 data — all codes across cardiac (I20-I25), diabetes (E08-E13), respiratory (J00-J99), and musculoskeletal (curated: M15-M19 arthritis, M25 joint disorders, M54 dorsalgia, M70-M81 soft tissue/osteoporosis) categories. Scoped to these categories only, not full ICD-10-CM coverage.
ICD-10 Cardiac CodesCardiac ICD-10-CM codes (I20-I25) sourced from CMS FY2026 data.
ICD-10 Diabetes CodesDiabetes ICD-10-CM codes (E08-E13) sourced from CMS FY2026 data.
ICD-10 Respiratory CodesRespiratory ICD-10-CM codes (J00-J99) sourced from CMS FY2026 data.
ICD-10 Musculoskeletal CodesMusculoskeletal ICD-10-CM codes sourced from CMS FY2026 data. Curated slice — M15-M19 (arthritis/osteoarthritis), M25 (joint disorders), M54 (dorsalgia), M70-M81 (soft tissue disorders, osteoporosis) — not the full M00-M99 chapter.
Health ChecksCurrent health status of all registered health checks
Widget ExamplesProvides metadata and examples for all registered UI widgets

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/adithyx-0/codeweaver'

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