LC
Lovie Company Formation
/accounting_create_schedule
Create Schedule
Create an accrual schedule that spreads a total amount across N monthly periods as accrual-only adjusting entries (e.g. amortize a prepaid, defer revenue, depre
liveunknown~5s typical
mcploviecompanyformation
$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-co-lovie-company-formation /accounting_create_schedule for me.
Input
| Field | Type | Description |
|---|---|---|
| companyId* | object | UUID value wrapper. |
| creditGlAccountId* | object | UUID value wrapper. |
| currencyCode | string | |
| debitGlAccountId* | object | UUID value wrapper. |
| kind | string (SCHEDULE_KIND_UNSPECIFIED | SCHEDULE_KIND_PREPAID_AMORTIZATION | SCHEDULE_KIND_DEFERRED_REVENUE | SCHEDULE_KIND_DEPRECIATION | SCHEDULE_KIND_ACCRUAL_SPREAD) | |
| periodCount | integer | |
| sourceTransactionId | object | UUID value wrapper. |
| startDate | string | |
| totalAmount | string |
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-co-lovie-company-formation","endpoint":"/accounting_create_schedule","input":{"companyId":{},"creditGlAccountId":{},"debitGlAccountId":{}}}'cli
npx cracked-ai run -p mcp-co-lovie-company-formation -e /accounting_create_schedule -i '{"companyId":{},"creditGlAccountId":{},"debitGlAccountId":{}}'mcp
run_tool({ provider: "mcp-co-lovie-company-formation", endpoint: "/accounting_create_schedule", input: {"companyId":{},"creditGlAccountId":{},"debitGlAccountId":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.