Skip to main content
Glama
AzeemWaqarRao

Splitwise MCP Server

update_expense

Modify an existing Splitwise expense by updating only the fields you specify. Adjust cost, description, date, or custom shares while preserving other details.

Instructions

Update an existing expense. Only provided fields are changed.

Note: if you pass users (custom shares), it overwrites ALL existing shares on the expense — include every participant. See create_expense for the users format and split rules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
costNo
dateNo
usersNo
detailsNo
group_idNo
expense_idYes
category_idNo
descriptionNo
currency_codeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided; description carries burden. Discloses partial update behavior and overwrite risk for 'users' parameter. Missing details on error handling or side effects, but sufficient for standard update.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two-sentence description, front-loaded with main action, followed by critical note on users parameter. No redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers key behavioral aspects of update operation; output schema presumably handles return values. Could mention error handling or idempotency, but still fairly complete for given complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%; description only explains 'users' parameter's overwrite behavior and references create_expense for format. Other parameters (cost, date, etc.) rely on name inference. Limited added value beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Update an existing expense' with a specific verb and resource. Distinct from sibling tools (create, delete, get, list) by implying modification of existing entity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly notes that only provided fields are changed, giving usage context. No explicit when-not-to-use or prerequisites (e.g., expense must exist). Implicitly for updating, but lacks exclusion of other tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/AzeemWaqarRao/splitwise-mcp'

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