Skip to main content
Glama

SavingsLast retirement calculators

List pages

list_pages
Read-onlyIdempotent

Every page on savingslast.com with its URL, title, description and section, optionally one section only. Sections: Calculators; How long will a balance last; Reference; Retirement taxes by state; Social Security; Can I retire at an age; Guides.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionNoOptional section name to filter by, or a type: calculator, guide, reference.

Schema Changelog

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

  1. First observed

TDQS

A3.8/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 covered. The description adds useful output-shape context ('URL, title, description and section') and the section vocabulary, but does not disclose additional behaviors such as pagination limits or formatting rules.

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 every sentence earning its place: the first maps the tool's output and optional filter; the second provides the closed list of valid sections. The main behavior is front-loaded before the enumeration.

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 one-parameter, read-only list tool, this is complete: it names the site, the returned fields, the filter semantics, and all section values. No output schema exists, but the description explicitly states what fields each page result will contain.

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 schema already documents the optional section parameter and mentions the type keywords, so it carries most of the semantic load. The description adds value by enumerating the exact section names (Calculators, 'How long will a balance last', Reference, etc.), which an agent would otherwise have to guess.

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 states the resource ('every page on savingslast.com') and the returned fields (URL, title, description, section), so an agent can tell this is a catalog/listing tool rather than a calculator or fetch tool. It lacks an explicit verb ('list' appears only in the title), and it doesn't name sibling tools, so it stops just short of full differentiation.

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 clearly conveys the optional section filter and enumerates valid sections, so an agent knows when to pass a section versus not. However, it gives no explicit guidance about when to choose this tool over siblings like search or fetch, leaving the choice to inference.

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