MCPcopy
hub / github.com/rowboatlabs/rowboat / add

Function add

apps/experimental/tools_webhook/function_map.py:13–15  ·  view source on GitHub ↗

Return the sum of two integers.

(a: int, b: int)

Source from the content-addressed store, hash-verified

11 return f"{message}, {name}!"
12
13def add(a: int, b: int):
14 """Return the sum of two integers."""
15 return a + b
16
17def get_account_balance(user_id: str):
18 """Return a mock account balance for the given user_id."""

Callers 4

onDropFunction · 0.85
handleChangeFunction · 0.85
onDropFunction · 0.85
handleChangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected