Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Account
grabpenny:create_account
Create a new financial account in GrabPenny.
Write
Medium risk
Create Budget
grabpenny:create_budget
Create a new budget with spending limits and alerts.
Write
Medium risk
Create Transaction
grabpenny:create_transaction
Create a new transaction manually.
Write
Medium risk
Delete Budget
grabpenny:delete_budget
Delete a budget permanently. This action cannot be undone.
Write
High risk
Delete Transaction
grabpenny:delete_transaction
Delete a transaction permanently. This action cannot be undone.
Write
High risk
Get Account
grabpenny:get_account
Fetch a single account by ID with balance and account details.
Read
Low risk
Get Budget
grabpenny:get_budget
Fetch a single budget by ID with spending progress and limits.
Read
Low risk
Get Category Spending
grabpenny:get_category_spending
Get spending breakdown by category for a date range.
Read
Low risk
Get Spending Trends
grabpenny:get_spending_trends
Get spending trends over time with period grouping.
Read
Low risk
Get Transaction
grabpenny:get_transaction
Fetch a single transaction by ID with full details including categories.
Read
Low risk
List Accounts
grabpenny:list_accounts
List all accounts with optional filtering by type and status.
Read
Low risk
List Budgets
grabpenny:list_budgets
List all budgets with optional filtering and spending progress.
Read
Low risk
List Transactions
grabpenny:list_transactions
List transactions with comprehensive filtering options.
Read
Low risk
Update Account
grabpenny:update_account
Update an existing account's details.
Write
Medium risk
Update Budget
grabpenny:update_budget
Update an existing budget's limits, alerts, or status.
Write
Medium risk
Update Transaction
grabpenny:update_transaction
Update transaction details like category, merchant, or notes.
Write
Medium risk