Skip to main content
Glama

SavingsLast retirement calculators

Fetch a page

fetch
Read-onlyIdempotent

The full text of one savingslast.com page as markdown, by id from search, by slug, or by URL. Every calculator page carries its explanation, worked figures and FAQ; guides carry the article.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesPage id from search, a slug like 72t-distribution-calculator, or a savingslast.com URL.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds useful context about the markdown output and the expected content of calculator pages versus guides, but it does not disclose failure modes, rate limits, or other behavioral traits. This is acceptable given the annotation coverage.

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 with no filler. The first sentence front-loads the core behavior and accepted identifiers; the second economically explains what different page types contain. Every clause adds useful information.

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 single-parameter read-only tool with full schema coverage and complete annotations, the description is sufficient. It covers what is returned (markdown), how to identify the page (id, slug, URL), and what content to expect on each page type. No additional context is necessary for correct invocation.

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% and the property description already explains that id can be a page id, slug, or URL. The tool description essentially repeats this information without adding syntax details, normalization rules, or edge cases, so it provides no value beyond the schema.

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 ('fetch'), a specific resource ('one savingslast.com page'), and the output format ('full text ... as markdown'). It distinguishes itself from sibling list/search tools by specifying it retrieves full page content rather than metadata or search results.

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 indicates this tool is for retrieving one page's complete content, and provides the accepted input forms: 'by id from search, by slug, or by URL.' The phrase 'by id from search' implies a search-first workflow, giving context even though it does not explicitly name alternatives or exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources