Skip to main content
Glama

The Dose Guy

Server Details

Read-only MCP connector for The Dose Guy source-linked peptide and compound database. Search 260+ compounds, compare vendors and prices, inspect ranking evidence, and retrieve canonical page links. No authentication required.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

4 tools
best_vendors_forBest vendors for a compoundA
Read-onlyIdempotent
Inspect

Live offers for one published compound, one best offer per vendor, sorted by price per mg ascending (blends and unpriceable products last). Prices are integer minor units plus display strings.

ParametersJSON Schema
NameRequiredDescriptionDefault
compoundSlugYesCompound slug, e.g. "retatrutide"

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteNo
offersYes
compoundYes
compoundUrlYes

TDQS

A4.2/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, openWorldHint=false, and idempotentHint=true, so the safety profile is covered. The description adds valuable behavioral context: results are 'live', sorted by price per mg ascending, with blends and unpriceable products placed last, and prices are integer minor units plus display strings. This goes well beyond the annotations and helps the agent interpret results.

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, dense sentence that packs in all essential details: live nature, one offer per vendor, sorting, placement of blends/unpriceable products, and price format. There is no fluff or repetition; every clause adds 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?

The tool is simple (one parameter, output schema exists), and the description covers the key behavioral aspects. It does not mention error cases (e.g., compound not found or not published), but the presence of an output schema likely defines return values. Given the low complexity and strong annotations, the description is nearly complete, just missing edge-case guidance.

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 input schema has 100% description coverage for the single parameter compoundSlug, providing an example. The description adds no additional parameter-specific meaning (e.g., format, constraints, or default behavior), so it meets the baseline but does not exceed it.

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 a specific verb (best_vendors_for) and resource (a compound), and clarifies the result set: live offers, one per vendor, sorted by price per mg. This clearly distinguishes it from siblings like get_compound (compound details), list_vendors (vendor list), and search_compounds (compound 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 (when you want vendor offers for a specific compound) but does not explicitly contrast with alternatives or state when not to use it. It lacks phrases like 'for compound details use get_compound' or 'for all vendors use list_vendors', leaving the agent to infer context from sibling names.

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

get_compoundGet compoundA
Read-onlyIdempotent
Inspect

Full record for one published compound by slug: aliases, category, evidence tier, routes, typical protocol, half-life, status line, canonical URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesCompound slug, e.g. "retatrutide"

Output Schema

ParametersJSON Schema
NameRequiredDescription
compoundYes

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the description does not need to repeat those. The description adds no behavioral context beyond what the schema and output schema already provide (e.g., error behavior, pagination). It is consistent with annotations, so no contradiction, but it adds little extra value.

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 front-loads the core action ('Full record for one published compound by slug') and then lists returned fields. It is efficient and easy to parse, though the field list is a bit lengthy; still, it avoids redundancy and is well-structured.

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 get-by-slug tool with an output schema and annotations covering readOnly/idempotent behavior, the description is largely complete. It tells the agent what it returns and how to identify the compound. Missing explicit usage guidance is a minor gap, but overall the tool is well-specified.

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 schema covers the single 'slug' parameter with a clear example, and the description merely repeats 'by slug' without adding further semantics. With 100% schema coverage, the baseline of 3 applies; the description does not enhance parameter understanding.

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 purpose: it gets a full record for one published compound by slug, listing the specific fields returned. This distinguishes it from siblings like search_compounds and list_vendors, making the tool's role unambiguous.

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 (when you have a slug and need a full record), but it does not explicitly mention alternatives or when not to use it. There is no comparison to siblings like search_compounds or best_vendors_for, 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.

list_vendorsList vendorsA
Read-onlyIdempotent
Inspect

Every tracked vendor that is currently alive: DOSE SCORE (when reviewed), liveness status, last-verified date, trust chips, canonical review URL.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
vendorsYes

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=false, so the safety profile is covered. The description adds value by specifying exactly what data is returned (DOSE score with condition, liveness status, last-verified date, trust chips, canonical URL) and clarifies the liveness filter, which is beyond the structured metadata. No contradiction with 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?

A single sentence with a clear subject and a colon-separated list of output fields. It is front-loaded with the core action ('Every tracked vendor that is currently alive') and wastes no words. Perfectly concise.

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?

The tool is a simple no-parameter list operation. An output schema exists, so return structure is already documented. The description explains what 'alive' means and lists the fields, which is sufficient for an agent to decide to call it. It does not mention sorting, pagination, or limits, but these are not essential for a basic listing tool and are likely covered by the output schema.

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 schema coverage is 100% (empty properties). The baseline for no parameters is 4, and the description adds no parameter info because there are none. The description's field list effectively describes the output, which is not part of parameter semantics.

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 a specific verb ('list'), a resource ('vendors'), and a precise scope ('currently alive'), distinguishing it from siblings like best_vendors_for (which implies ranking) and search_compounds (which is search-oriented). It also enumerates the returned fields, making the tool's purpose unmistakable.

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?

The description does not mention when to use this tool versus alternatives. It does not explicitly state that this is the generic listing tool for all alive vendors, nor does it exclude scenarios better served by best_vendors_for or search_compounds. Usage guidance is entirely absent.

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

search_compoundsSearch compoundsA
Read-onlyIdempotent
Inspect

Case-insensitive search over published compound names and aliases (brand names, research codes, shorthand like "reta"). Returns the top 10 matches.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesName or alias fragment, e.g. "reta" or "Mounjaro"

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultsYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already mark the operation as read-only and idempotent. The description adds valuable behavioral context beyond that: case-insensitive matching, restriction to published compounds, and a fixed top-10 result cap. No contradiction exists between the description and 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 a single sentence that front-loads the most important behavior (case-insensitive search) and packs in the resource scope, alias examples, and result limit without waste. Every element earns its place.

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 simple one-parameter search tool with an output schema and safety annotations, the description covers all necessary context: what is searched, how matching behaves, and how many results are returned. No significant gaps remain for an agent to invoke it correctly.

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 description coverage is 100%, so the query parameter is already well documented. The description adds little beyond the schema, only reinforcing the notion of aliases and case-insensitivity. This meets the baseline for high schema coverage without needing additional compensation.

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 a specific action ('search'), a clear resource ('published compound names and aliases'), and concrete result behavior ('Returns the top 10 matches'). It also distinguishes itself from sibling tools by focusing on flexible name/alias lookup rather than vendor listing or exact compound retrieval.

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 provides clear context for when to use the tool: when the agent needs to find compounds by name or alias fragment, including shorthand like 'reta'. It does not explicitly name alternatives or exclusions, but the search-oriented scope is evident enough for correct selection in most cases.

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

Frequently Asked Questions

Discussions

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: search_compounds discovers compounds, get_compound retrieves compound details, best_vendors_for fetches offers for a compound, and list_vendors lists vendors. There is no meaningful overlap or ambiguity between them.

Naming Consistency4/5

Three tools follow a clean verb_noun pattern (get_compound, list_vendors, search_compounds), but best_vendors_for breaks the pattern by using a descriptive phrase without a leading verb. Overall naming is still snake_case, readable, and mostly predictable.

Tool Count5/5

Four tools is a well-scoped size for a read-only compound and vendor lookup server. Each tool covers a necessary function without redundancy or bloat.

Completeness4/5

The core workflows are covered: find a compound, get its details, see vendor offers, and view vendor trust information. Minor gaps exist, such as no browse-all-compounds endpoint and no individual vendor detail tool, but agents can work around these with the existing tools.

Resources