Skip to main content
Glama

Brex MCP Server

update_expense

Modify an existing card expense by updating its memo, category, budget, department, location, or custom fields to maintain accurate financial records.

Instructions

Update an existing card expense

Input Schema

NameRequiredDescriptionDefault
budget_idNoID of the budget to associate with the expense (optional)
categoryNoCategory of the expense (optional)
custom_fieldsNoCustom fields to update (optional)
department_idNoID of the department to associate with the expense (optional)
expense_idYesID of the expense to update
location_idNoID of the location to associate with the expense (optional)
memoNoMemo text to attach to the expense (optional)

Input Schema (JSON Schema)

{ "properties": { "budget_id": { "description": "ID of the budget to associate with the expense (optional)", "type": "string" }, "category": { "description": "Category of the expense (optional)", "type": "string" }, "custom_fields": { "description": "Custom fields to update (optional)", "items": { "properties": { "key": { "description": "Key of the custom field", "type": "string" }, "value": { "description": "Value of the custom field", "type": "object" } }, "type": "object" }, "type": "array" }, "department_id": { "description": "ID of the department to associate with the expense (optional)", "type": "string" }, "expense_id": { "description": "ID of the expense to update", "type": "string" }, "location_id": { "description": "ID of the location to associate with the expense (optional)", "type": "string" }, "memo": { "description": "Memo text to attach to the expense (optional)", "type": "string" } }, "required": [ "expense_id" ], "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