Skip to main content
Glama

Brex MCP Server

get_spend_limits

Retrieve spend limit details from Brex financial platform to monitor budget constraints and track active or archived spending policies.

Instructions

List spend limits (read-only). Example: {"limit":10,"status":"ACTIVE"}

Input Schema

NameRequiredDescriptionDefault
cursorNo
limitNo
member_user_idNo
parent_budget_idNo
statusNo

Input Schema (JSON Schema)

{ "properties": { "cursor": { "type": "string" }, "limit": { "type": "number" }, "member_user_id": { "type": "string" }, "parent_budget_id": { "type": "string" }, "status": { "enum": [ "ACTIVE", "ARCHIVED" ], "type": "string" } }, "type": "object" }

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/crazyrabbitLTC/mcp-brex-server'

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