Skip to main content
Glama

Server Details

ACA health insurance eligibility, subsidy checker, and enrollment dates for 2026.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
hillsidecoastal-glitch/healthcovered-mcp
GitHub Stars
0
Server Listing
HealthCovered ACA MCP

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: checking eligibility, getting enrollment dates, and obtaining contact info. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: check_aca_eligibility, get_enrollment_dates, get_healthcovered_contact. The 'get_' prefix is used consistently for two of them, and 'check_' for the third, which is a clear action verb.

Tool Count5/5

Three tools is a well-scoped size for this server's purpose of providing ACA information and contact. Each tool addresses a core need: eligibility, timing, and human assistance.

Completeness4/5

The server covers the key questions users would have: eligibility, enrollment timing, and how to get help. A minor gap is the lack of a plan comparison tool, but the contact tool fills that need by directing users to human assistance.

Available Tools

3 tools
check_aca_eligibilityAInspect

Check if someone qualifies for ACA Marketplace health insurance subsidies in 2026. Provide household size (number of people) and estimated annual household income in dollars.

ParametersJSON Schema
NameRequiredDescriptionDefault
annual_incomeYes
household_sizeYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must carry the full burden. It only states the check action without disclosing side effects, whether it accesses external data, or whether the result is a final determination or estimate. This lack of behavioral detail is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two clear, front-loaded sentences with no filler. It states the purpose and immediately gives input instructions.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the low complexity and the presence of an output schema, the description covers the tool's purpose and both required inputs well. Minor gap: it doesn't mention that actual ACA eligibility may depend on additional factors such as Medicaid eligibility or minimum essential coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema only provides integer types and titles, while the description adds key meaning: household size is 'number of people' and annual income is 'estimated... in dollars.' This compensates well for the schema's 0% description coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Check if someone qualifies for ACA Marketplace health insurance subsidies in 2026,' providing a specific verb and resource with a clear time frame. This distinguishes it from sibling tools about enrollment dates and contact information.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It instructs the user to 'Provide household size (number of people) and estimated annual household income in dollars,' establishing clear inputs and an eligibility-check context. However, it does not explicitly name alternatives or exclusions relative to sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_enrollment_datesAInspect

Get ACA Open Enrollment dates and Special Enrollment Period triggers for 2026. Use when a user asks when they can sign up or if they missed enrollment.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the burden of behavioral disclosure. It is a read-only getter, implied by the verb 'Get', but the description does not explicitly state that it makes no changes, nor does it elaborate on the nature of the output (e.g., date ranges or trigger conditions). The 'Special Enrollment Period triggers' phrase hints at behavior but lacks depth.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long, front-loaded with the core purpose, followed by a concise usage note. Every word earns its place; no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter tool with an output schema, the description fully covers purpose and usage context. It specifies the year (2026) and the two key data types (dates and SEP triggers), making it complete for the agent's decision-making. No additional return-value explanation is needed since an output schema exists.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so the default baseline is 4. The description adds no parameter-specific meaning, but none is needed; the schema is empty and the tool's operation is self-contained.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the specific action ('Get') and resource ('ACA Open Enrollment dates and Special Enrollment Period triggers for 2026'), clearly distinguishing it from siblings like 'check_aca_eligibility' and 'get_healthcovered_contact'. The addition of the year and SEP triggers makes the purpose precise and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit usage context: 'Use when a user asks when they can sign up or if they missed enrollment.' This tells the agent when to invoke the tool, but it does not explicitly mention when not to use it or name alternative tools, so it falls short of a full 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_healthcovered_contactAInspect

Get contact information for HealthCovered.org, a free service helping people find and enroll in ACA health insurance plans with maximum subsidies.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'Get', implying a read operation, but does not explain what contact information is returned, any authentication requirements, or potential side effects. The added context about the organization does not address tool behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that states the core action immediately ('Get contact information') and then adds relevant context about HealthCovered.org. Every word earns its place, with no redundancy or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (no parameters, output schema exists), the description is adequately complete. It communicates the primary purpose and provides organizational context. However, it does not elaborate on usage scenarios beyond the basic 'get contact info', leaving a slight gap in contextual guidance relative to its siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, and the input schema is empty. The baseline for 0 parameters is 4, and the description does not need to compensate for parameter documentation. It adds no parameter-related details, but none are needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's action ('Get contact information') and its specific resource ('HealthCovered.org'). It distinguishes itself from sibling tools (check_aca_eligibility, get_enrollment_dates) by focusing on contact details rather than eligibility or enrollment dates.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage by indicating this tool is for contacting HealthCovered.org, but it does not explicitly state when to use it versus alternatives. There is no mention of exclusions or named alternative tools, so guidance is only implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides unified access to drug formulary data from US ACA marketplace health insurance plans, enabling drug search, coverage details, restriction info, and plan comparison across thousands of plans.
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables healthcare benefits management by providing member eligibility verification, coverage details for medical/dental/vision/pharmacy services, and service coverage verification through natural language queries.
  • A
    license
    A
    quality
    C
    maintenance
    Disability insurance quote intake and coverage guidance for high-income professionals. Provides a quote_request action that files a lead with a licensed brokerage, plus read-only tools for specialty guidance, carrier comparison, benefit-cap math, and rider definitions.
    6
    3
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.