get_view_signature
Get the full input/output contract for a financial calculator.
Returns field names, types, defaults, and hints so you know exactly
what inputs to collect from the user before running a calculation.
Args:
owner_username: The view owner's username (from search results)
viewname: The view's URL slug (from search results)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| viewname | Yes | ||
| owner_username | Yes |