Skip to main content
Glama

RateSpot MCP Server

by zad0xlik

list-saved-results

Retrieve and organize saved mortgage rate results by format, date, name, or size using the RateSpot MCP Server tool. Filter and sort data to efficiently manage and analyze lending information.

Input Schema

NameRequiredDescriptionDefault
formatNoFilter by file formatall
limitNoMaximum number of files to list
sortByNoSort results bydate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "default": "all", "description": "Filter by file format", "enum": [ "all", "csv", "json", "markdown" ], "type": "string" }, "limit": { "description": "Maximum number of files to list", "type": "number" }, "sortBy": { "default": "date", "description": "Sort results by", "enum": [ "date", "name", "size" ], "type": "string" } }, "type": "object" }

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/zad0xlik/ratespot-mcp'

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