Skip to main content
Glama

Ramp Developer MCP Server

by riker-t

get_endpoint_schema

Retrieve the precise OpenAPI schema for specific endpoints to understand request parameters, response structures, and related endpoints. Ideal for developers building on Ramp's platform.

Instructions

🎯 GET PRECISE ENDPOINT SCHEMA - Returns exact OpenAPI schema for specific endpoints.

Perfect for when you need: • Exact request parameter names and types • Response field names and structures
• Required vs optional parameters • Related endpoints for the same use case

Example queries this replaces: • "bills endpoint response schema fields amount vendor status" → Use this tool with /developer/v1/bills • "API pagination limit page_size next cursor" → Get schema for any paginated endpoint • "cards creation request parameters" → Use this tool with /developer/v1/cards

Usage: Provide an endpoint path (and optionally method) to get the complete technical specification.

Input Schema

NameRequiredDescriptionDefault
endpointYesThe endpoint path (e.g., '/developer/v1/bills', '/developer/v1/limits')
include_relatedNoInclude related endpoints for the same use case
methodNoHTTP method (GET, POST, PUT, etc.). If not specified, will show most relevant method.

Input Schema (JSON Schema)

{ "properties": { "endpoint": { "description": "The endpoint path (e.g., '/developer/v1/bills', '/developer/v1/limits')", "type": "string" }, "include_related": { "default": true, "description": "Include related endpoints for the same use case", "type": "boolean" }, "method": { "description": "HTTP method (GET, POST, PUT, etc.). If not specified, will show most relevant method.", "enum": [ "GET", "POST", "PUT", "PATCH", "DELETE" ], "type": "string" } }, "required": [ "endpoint" ], "type": "object" }
Install Server

Other Tools from Ramp Developer 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/riker-t/ramp-dev-mcp'

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