Skip to main content
Glama

Brex MCP Server

get_budgets

Retrieve and list budget information from the Brex financial platform, including active, archived, or draft budgets with pagination support.

Instructions

List budgets (read-only). Example: {"limit":10}

Input Schema

NameRequiredDescriptionDefault
cursorNo
limitNo
parent_budget_idNo
spend_budget_statusNo

Input Schema (JSON Schema)

{ "properties": { "cursor": { "type": "string" }, "limit": { "type": "number" }, "parent_budget_id": { "type": "string" }, "spend_budget_status": { "enum": [ "ACTIVE", "ARCHIVED", "DRAFT" ], "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