Skip to main content
Glama
Goingparabolic

oak-longevity-mcp-server

Get Evidence-Based Dosing Protocol

get_dosing_protocol
Read-only

Retrieve a complete evidence-based dosing protocol for any medication: route, starting dose, titration, maintenance, maximum, evidence grade, and clinical pearls. Optionally specify an indication for a targeted protocol.

Instructions

Given a medication (and optionally an indication), returns evidence-based dosing: route, starting dose, titration schedule, maintenance range, maximum, evidence grade, and clinical pearls. When an indication is supplied, returns the best-matching protocol; otherwise returns all indications for the medication. PREMIUM tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indicationNoOptional indication to narrow the protocol (e.g. "weight management", "TRT", "longevity").
medicationYesMedication name, id, or brand/alias.
Behavior4/5

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

Annotations already declare readOnlyHint=true, so no contradiction. Description adds value by listing the specific outputs (route, starting dose, etc.), providing transparency beyond the annotation.

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?

Very concise: three sentences front-load the purpose and key outputs. No fluff, every sentence adds value.

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?

Despite no output schema, description fully explains return values (list of fields) and behavior with/without indication. Sufficient for a simple read tool with two parameters.

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 coverage is 100% with clear parameter descriptions. Description reinforces the optional nature of indication and explains the different behavior (best-matching vs all indications), adding meaning.

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?

Description clearly states the tool returns evidence-based dosing for a medication, listing specific output fields like route, dose, etc. It distinguishes from siblings such as get_medication_list or get_medication_details by focusing solely on dosing protocols.

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?

Description explains when to use the indication parameter versus not, but does not explicitly compare to alternative tools. However, sibling names are distinct enough that the tool's purpose is clear.

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

Install Server

Other Tools

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/Goingparabolic/oak-longevity-mcp-server'

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