Skip to main content
Glama
svarun115

Splitwise MCP Server

by svarun115

splitwise_get_expenses

Retrieve your Splitwise expenses with filters for group, friend, or date range. Get paginated results to manage shared costs efficiently.

Instructions

List expenses with optional filters. Can filter by group, friend, date range, or update time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of expenses to return (default: 20)
offsetNoOffset for pagination (default: 0)
group_idNoFilter by group ID
friend_idNoFilter by friend user ID
dated_afterNoFilter expenses dated after this date (ISO 8601 format)
dated_beforeNoFilter expenses dated before this date (ISO 8601 format)
updated_afterNoFilter expenses updated after this time (ISO 8601 format)
updated_beforeNoFilter expenses updated before this time (ISO 8601 format)
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It only mentions list and filter options, but omits key details like pagination behavior, sorting order, data freshness, or read-only nature. Significant gaps remain.

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

Conciseness4/5

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

The description is concise with two front-loaded sentences. Every word earns its place, though it could be more informative without significant added length.

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

Completeness2/5

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

Given 8 optional parameters, no required params, no output schema, and no annotations, the description is incomplete. An agent needs more context on pagination defaults, result ordering, and data scope to use the tool effectively.

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?

Schema coverage is 100%, so the baseline is 3. The description summarizes filter types (group, friend, date range) but adds no new meaning beyond the schema's parameter descriptions, which already include ISO 8601 format hints.

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

Purpose4/5

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

The description clearly states it lists expenses with optional filters, which distinguishes it from sibling tools like get_expense (singular) or create_expense. The verb 'list' and plural 'expenses' imply multiple results, but it could explicitly contrast with get_expense.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like get_expense for a single expense, or when not to use it. The description lacks context for selecting this tool among siblings.

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

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