Skip to main content
Glama
chrischall

splitwise-mcp

by chrischall

sw_list_expenses

Read-only

List or search Splitwise expenses by group, friend, or date range. Get the exact records you need for reconciliation and budgeting.

Instructions

List or search Splitwise expenses. All filters are optional. Use group_id to filter by group, dated_after/dated_before for date ranges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (API default: 20)
offsetNoPagination offset
group_idNoOnly expenses in this group
friend_idNoOnly expenses with this friend
dated_afterNoISO 8601 date — only expenses on or after this date
dated_beforeNoISO 8601 date — only expenses on or before this date
updated_afterNoISO 8601 datetime
updated_beforeNoISO 8601 datetime
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the read-only nature is covered. The description adds that all filters are optional, which is helpful but does not elaborate on return format, pagination behavior, or other operational traits beyond what the schema already implies. With annotations present, a score of 3 is appropriate.

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?

The description is highly concise: two sentences that front-load the action ('List or search Splitwise expenses') and then clarify filter optionality. Every sentence earns its place with no filler or 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?

For a read-only list tool with comprehensive parameter schema and a readOnlyHint annotation, the description sufficiently covers purpose and filter usage. It does not explicitly state the return type or pagination details, but these are reasonably implied by the list operation and the presence of limit/offset parameters. Overall, it is adequately complete for the tool's complexity.

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

Parameters3/5

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

All 8 parameters have complete descriptions in the schema (100% coverage), so the description's mention of group_id and dated_after/dated_before simply echoes the schema. No additional meaning is added beyond the structured data, warranting the baseline score of 3.

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?

The description opens with 'List or search Splitwise expenses,' using a specific verb and resource that clearly distinguishes this from sibling tools like sw_get_expense (single vs. multiple) and sw_list_groups (different resource). It unambiguously identifies the tool's core function.

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?

The description provides useful context by stating all filters are optional and highlighting group_id and date-range filters. However, it does not explicitly contrast with alternatives (e.g., sw_get_expense for a single expense) nor state when to avoid this tool, leaving usage guidance incomplete relative to the high standard.

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

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