Skip to main content
Glama
sarathfrancis90

splitwise-mcp

add_comment

Post a comment on a Splitwise expense by providing its ID and the comment text.

Instructions

Post a comment on an expense.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesComment text to post.
expense_idYesId of the expense to comment on.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSplitwise's numeric id for this comment.
authorNoUser who posted the comment, if known.
contentYesText content of the comment.
created_atNoTimestamp the comment was posted.
relation_idNoId of the object (usually an expense) this comment is attached to.
comment_typeNoSplitwise's type tag for the comment, e.g. 'User'.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already indicate a write operation (readOnlyHint=false) and non-destructive intent (destructiveHint=false). The description adds no behavioral detail beyond what annotations state, such as side effects or error cases. It does not contradict annotations.

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?

A single sentence with zero wasted words. The verb is front-loaded, and the resource is immediately clear. It is appropriately concise for a simple tool.

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

Completeness3/5

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

For a simple tool with annotations covering safety and schema covering parameters, the description is minimally adequate. However, it omits any mention of return behavior (despite an output schema existing) and does not clarify that the expense must already exist, which could be inferred from the parameter but is not explicit.

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% with clear descriptions for both parameters ('Comment text to post.' and 'Id of the expense to comment on.'). The description adds no additional meaning; this is the baseline for full schema coverage.

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 states a clear verb ('Post') and resource ('comment on an expense'), distinguishing it from siblings like delete_comment. It is specific but lacks any additional nuance (e.g., whether it appends or replaces).

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. It does not mention prerequisites (e.g., expense must exist) or exclusions, leaving the agent to infer context from the parameter schema.

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

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

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