Skip to main content
Glama

Server Details

Appendix turns any AI health conversation into a board-certified physician's opinion — with a real prescription when clinically appropriate. Search medical literature and submit a clinical encounter for review, all from your agent.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

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 3.8/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool serves a distinct purpose: listing conditions, searching knowledge, and submitting encounters. No functional overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, making them predictable and easy to use.

Tool Count5/5

Three tools cover the core workflow (browse, research, submit) without being too few or excessive for a focused medical encounter service.

Completeness4/5

The tool set covers the main functionality, but lacks a tool to retrieve or check the status of submitted encounters, which is a minor gap.

Available Tools

3 tools
list_conditionsList conditions & medicationsB
Read-only
Inspect

List all conditions and medications available through Appendix

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter by category name (case-insensitive, e.g. 'respiratory')
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, covering safety. The description adds the source 'through Appendix' but doesn't elaborate on behavioral traits like pagination or data freshness. This is adequate but adds minimal value beyond annotations.

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 extremely concise: one sentence with no extraneous words. Every word earns its place.

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?

For a simple list API with one optional parameter and good annotations, the description is mostly complete. It could mention whether the list is exhaustive or paginated, but given the lack of output schema, this is acceptable.

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

Parameters3/5

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

The parameter 'category' has a description in the schema, achieving 100% coverage. The description does not add further semantics, so baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool lists conditions and medications from the Appendix, which is specific and distinguishes it from sibling tools like search_knowledge_base that operate on different knowledge. The verb 'List' and resource are explicit.

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

Usage Guidelines2/5

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

No usage guidelines are provided. The description does not indicate when to use this tool versus alternatives like search_knowledge_base or submit_encounter, leaving the agent without contextual guidance.

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

search_knowledge_baseSearch medical literatureA
Read-only
Inspect

Search Appendix's medical knowledge base for clinical literature, treatment guidelines, and reference material to help the user describe their medical issue

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return (1-10, default 5)
queryYesSearch query (clinical topic or question)
Behavior3/5

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

Annotations already provide readOnlyHint and openWorldHint, so the description's main addition is specifying the type of content searched. It adds some value but does not disclose further behavioral traits like pagination or result handling, which are not critical but could be helpful.

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

Conciseness4/5

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

The description is a single sentence that is direct and front-loaded with the action. It is appropriately sized and efficient, with no wasted words. Slightly more structure could improve readability.

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?

For a simple search tool with two parameters and good annotations, the description covers the essential context: what is searched and why. It does not explain return values, but no output schema exists, so this is acceptable. The description is sufficient for its complexity.

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

Parameters3/5

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

Schema coverage is 100%, with both parameters already described in the input schema. The description adds no additional parameter-specific meaning beyond what is in the schema, falling at the baseline of 3.

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 searches 'Appendix's medical knowledge base' for clinical literature, treatment guidelines, and reference material, with a specific purpose to help describe medical issues. It uses a specific verb and resource, and distinguishes well from sibling tools like list_conditions and submit_encounter.

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 implies use when the user needs to describe their medical issue, providing clear context. However, it does not explicitly state when not to use this tool or mention alternatives like list_conditions for listing conditions.

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

submit_encounterSubmit clinical encounterAInspect

Submit a clinical encounter letter to the Appendix physician team for review. The letter should be in Markdown format following the Appendix letter structure. Returns feedback on completeness or a checkout URL when ready. One of our board-certified physicians will personally review the submission and provide clinical guidance and a prescription if appropriate.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesClinical letter in Markdown format (500-10,000 characters)
imagesNoUp to 3 images to attach
session_tokenNoToken from a previous response to continue the same encounter
Behavior4/5

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

Annotations indicate it's not read-only, not destructive, and open world. The description adds valuable context: human review by board-certified physicians, possible prescription, and return of feedback or checkout URL. This goes beyond annotations, though it doesn't detail all side effects (e.g., wait time).

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?

Three sentences, front-loaded with the core action, no filler. Every sentence adds necessary information.

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?

No output schema, but description mentions return types (feedback/checkout URL). It explains the outcome (human review, guidance, prescription). Lacks error handling details but is adequate for a submission tool.

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?

Schema has 100% coverage, so baseline is 3. Description adds extra guidance on the query parameter ('following the Appendix letter structure'), which provides formatting context beyond the schema's character limit.

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 action ('Submit a clinical encounter letter'), the target ('Appendix physician team for review'), and the format ('Markdown format following the Appendix letter structure'). It is distinct from sibling tools which are list/search.

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 context (submitting for review) but does not explicitly state when not to use or mention alternatives. It provides no exclusions or contrasts with sibling tools.

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!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources