Skip to main content
Glama

Ramp MCP

get_ramp_statements

Retrieve and filter Ramp financial statements by date range with pagination support. Use to manage and access transaction details efficiently.

Instructions

Retrieve Ramp statements with optional date filtering and pagination.

Input Schema

NameRequiredDescriptionDefault
from_dateNoStart date in ISO format (YYYY-MM-DD)
page_sizeNoNumber of results per page
startNoToken for pagination
to_dateNoEnd date in ISO format (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "from_date": { "description": "Start date in ISO format (YYYY-MM-DD)", "type": "string" }, "page_size": { "description": "Number of results per page", "type": "number" }, "start": { "description": "Token for pagination", "type": "string" }, "to_date": { "description": "End date in ISO format (YYYY-MM-DD)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Ramp MCP

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/dragonkhoi/ramp-mcp'

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