Skip to main content
Glama

Server Details

Dollar-cost-averaging backtests on real historical data for crypto, stocks and commodities.

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

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: get_method provides an explanation, list_assets enumerates available assets, and run_dca_backtest executes a simulation. There is no overlap or ambiguity.

Naming Consistency5/5

All tools follow the same verb_noun snake_case pattern (get_, list_, run_), making the naming perfectly consistent and predictable.

Tool Count5/5

With only 3 tools, the server is tightly scoped to DCA backtesting. Each tool serves a necessary function (info, assets, backtest) without unnecessary bloat.

Completeness4/5

The tool surface covers the core workflow: learning the method, checking available assets, and running a backtest. Missing advanced features like portfolio comparison or parameter customization, but it's reasonable for a focused server.

Available Tools

3 tools
get_methodGet the DCA Method summary and key linksAInspect

Returns a concise explanation of the dollar-cost-averaging method plus links to the methodology, calculators and blog.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

With no annotations, the description carries the burden. It discloses the return content (explanation and links), which is sufficient for a simple read-only tool. No hidden side effects or auth needs are apparent, so it is adequately transparent.

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?

Single sentence that immediately states the tool's purpose and what it returns. No extraneous words, well front-loaded. 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?

Given no parameters and no output schema, the description is mostly complete—it specifies the content of the response. However, omitting details like format or how the links are structured leaves minor ambiguity for an agent, but not critical.

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 baseline score is 4. The description adds no parameter info, but none is needed since schema coverage is 100% with no params.

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 returns a concise explanation of dollar-cost-averaging plus links to methodology, calculators, and blog. It distinguishes itself from siblings like list_assets and run_dca_backtest by focusing on static documentation retrieval.

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 needing a DCA summary, but does not explicitly specify when not to use it or mention alternatives. No exclusions or context provided.

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

list_assetsList assets supported by the DCA calculatorsAInspect

Returns every asset dcamethod.com can backtest, with category, calculator URL and whether historical data is available. Optional category filter: crypto, stocks, commodities.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional category filter
Behavior3/5

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

With no annotations, the description adequately conveys the basic behavior (listing assets) but lacks disclosure of any side effects, rate limits, or other behavioral traits beyond the listed functionality.

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, front-loaded with the main purpose, and adds the filter detail without any wasted words.

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 tool with one optional parameter, the description is nearly complete. It mentions the return fields (category, URL, historical data) but could note that it is read-only and has no side effects.

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 coverage is 100% and the description essentially repeats the parameter info from the schema, adding no new meaning beyond what the optional category filter and its enum values provide.

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 returns assets with specific fields (category, URL, historical data availability), distinguishing it from sibling tools like run_dca_backtest which performs backtests.

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 provide explicit when-to-use guidance or differentiate from alternatives. It only states what it does, leaving it to the agent to infer usage context.

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

run_dca_backtestRun a real DCA backtest on historical dataAInspect

Simulates dollar-cost averaging into one asset using dcamethod.com's own engine and historical price data. Returns total invested, final value, profit, CAGR, average buy price, best/worst month and purchase count. Dates outside the available range are clamped to it.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesUSD invested per purchase, e.g. 100
symbolYesAsset symbol or name, e.g. 'BTC', 'AAPL', 'gold'
end_dateNoOptional ISO date (YYYY-MM-DD); defaults to latest available
frequencyYesPurchase schedule
start_dateNoOptional ISO date (YYYY-MM-DD); defaults to earliest available
Behavior3/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 mentions that dates outside the available range are clamped, which is a useful behavioral trait. However, it does not disclose whether the operation is read-only, what authentication is required, or any rate limits. For a simulation tool, the behavioral disclosure is adequate but not exhaustive.

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 brief (3 sentences), well-structured, and front-loaded with the core action. Every sentence adds value: what it does, what it returns, and a key behavioral note. No unnecessary words.

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 description lists the return fields (total invested, final value, profit, CAGR, etc.), which is helpful given no output schema. It covers the main behavior and caveat (date clamping). However, it does not mention error states or edge cases beyond date clamping, which could be improved.

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%, so baseline is 3. The description adds context by mentioning date clamping behavior for start_date and end_date, but otherwise does not add significant meaning beyond the schema descriptions. The description as a whole gives context but not parameter-level details.

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 it simulates dollar-cost averaging into one asset using a specific engine. The verb 'simulates' and the resource 'backtest' align with the tool name. It distinguishes from siblings (get_method, list_assets) which are about retrieving methods or asset lists, not backtesting.

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 clearly explains the tool's purpose and what it returns, but does not explicitly state when to use it versus alternatives. Given the siblings, it's implied this is the backtesting tool, but no explicit 'when not to use' guidance is provided.

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