Skip to main content
Glama

RateSpot MCP Server

by zad0xlik

read-csv-file

Extract and manage CSV file data within the RateSpot MCP Server. Read specified files, retrieve metadata, and limit row output for efficient data handling in mortgage rate API integrations.

Input Schema

NameRequiredDescriptionDefault
fileNameNoName of the CSV file to read (leave empty to list available files)
includeMetadataNoInclude file metadata and search parameters
maxRowsNoMaximum number of rows to return (default: 1000)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileName": { "description": "Name of the CSV file to read (leave empty to list available files)", "type": "string" }, "includeMetadata": { "default": true, "description": "Include file metadata and search parameters", "type": "boolean" }, "maxRows": { "default": 1000, "description": "Maximum number of rows to return (default: 1000)", "type": "number" } }, "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