S
schedule-iii
/save_statement_settings
Save statement settings
Save statement settings (rounding unit, signatory details, company information used on the statement face).
liveunknown~5s typical
mcpschedule-iii
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-datavrn-schedule-iii /save_statement_settings for me.
Input
| Field | Type | Description |
|---|---|---|
| client_id* | string | The entity (client) id — from list_clients. |
| template_id* | string | |
| period_id* | string | |
| entity_name_override* | string | |
| cin* | string | |
| registered_office* | string | |
| unit_label* | string | |
| unit_divisor* | number (1 | 1000 | 100000 | 10000000) | |
| weighted_equity_shares* | string | |
| weighted_potential_equity_shares* | string | |
| weighted_equity_shares_py* | string | |
| weighted_potential_equity_shares_py* | string | |
| equity_face_value* | string | |
| font_name | string (Calibri | Arial | Times New Roman) | default "Calibri" |
| entity_class | string | |
| include_cfs | boolean | |
| suppress_nil_lines | boolean | default false |
| rounding_off | boolean | Whole-rupee value rounding. When true (the default), every figure is rounded to the neares |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-datavrn-schedule-iii","endpoint":"/save_statement_settings","input":{"client_id":"...","template_id":"...","period_id":"...","entity_name_override":"...","cin":"...","registered_office":"...","unit_label":"...","unit_divisor":1,"weighted_equity_shares":"...","weighted_potential_equity_shares":"...","weighted_equity_shares_py":"...","weighted_potential_equity_shares_py":"...","equity_face_value":"...","font_name":"Calibri","suppress_nil_lines":false}}'cli
npx cracked-ai run -p mcp-com-datavrn-schedule-iii -e /save_statement_settings -i '{"client_id":"...","template_id":"...","period_id":"...","entity_name_override":"...","cin":"...","registered_office":"...","unit_label":"...","unit_divisor":1,"weighted_equity_shares":"...","weighted_potential_equity_shares":"...","weighted_equity_shares_py":"...","weighted_potential_equity_shares_py":"...","equity_face_value":"...","font_name":"Calibri","suppress_nil_lines":false}'mcp
run_tool({ provider: "mcp-com-datavrn-schedule-iii", endpoint: "/save_statement_settings", input: {"client_id":"...","template_id":"...","period_id":"...","entity_name_override":"...","cin":"...","registered_office":"...","unit_label":"...","unit_divisor":1,"weighted_equity_shares":"...","weighted_potential_equity_shares":"...","weighted_equity_shares_py":"...","weighted_potential_equity_shares_py":"...","equity_face_value":"...","font_name":"Calibri","suppress_nil_lines":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.