Skip to main content
Glama

RateSpot MCP Server

by zad0xlik

copy-csv-to-desktop

Copy a CSV file to your desktop, optionally renaming it, using the RateSpot MCP Server. This tool simplifies file management for mortgage rate data and related workflows.

Input Schema

NameRequiredDescriptionDefault
fileNameYesName of the CSV file to copy to Desktop
newNameNoOptional new name for the copied file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileName": { "description": "Name of the CSV file to copy to Desktop", "type": "string" }, "newName": { "description": "Optional new name for the copied file", "type": "string" } }, "required": [ "fileName" ], "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