Skip to main content
Glama

RateSpot MCP Server

by zad0xlik

compare-csv-files

Compare two CSV files to analyze differences in rates, lenders, or structure, enabling precise evaluation of mortgage loan data for informed decision-making.

Input Schema

NameRequiredDescriptionDefault
compareByNoWhat to compare between the filesrates
file1YesName of the first CSV file to compare
file2YesName of the second CSV file to compare

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "compareBy": { "default": "rates", "description": "What to compare between the files", "enum": [ "rates", "lenders", "structure", "all" ], "type": "string" }, "file1": { "description": "Name of the first CSV file to compare", "type": "string" }, "file2": { "description": "Name of the second CSV file to compare", "type": "string" } }, "required": [ "file1", "file2" ], "type": "object" }
Install Server

Other Tools from RateSpot MCP Server

Related Tools

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