Delete Annotation
delete_annotationFull Description
Delete a previously saved annotation by its ID.
Parameters (1 required)
annotation_idstringUUID of the annotation to delete.
Pane connects your bank accounts, credit cards, and investments to ChatGPT so you can ask real questions about your money.
Check balances, analyze spending by category, track recurring subscriptions, and monitor your full financial picture — all through conversation.
Link your accounts once and get instant, read-only access to your financial data whenever you need it. Your data stays encrypted and you control exactly what's shared.
delete_annotationDelete a previously saved annotation by its ID.
annotation_idstringUUID of the annotation to delete.
get_accountsGet linked financial accounts with balance metadata. Filter by type (checking, savings, credit, investment, loan, crypto).
typestringFilter by account type. Defaults to 'all' to return every linked account.
checkingsavingscreditinvestmentloancryptoallallget_balancesGet latest account balances and net worth summary. Filter by type (checking, savings, credit, investment, loan, crypto).
typestringFilter by account type. Defaults to 'all' to return every linked account.
checkingsavingscreditinvestmentloancryptoallallget_investmentsGet investment holdings and portfolio value. Optionally filter by account.
account_idstringFilter to a single investment account by its UUID. Omit for all accounts.
get_liabilitiesGet liabilities grouped by credit, student, and mortgage. Filter by type (credit, student, mortgage).
typestringFilter by liability type: credit, student, mortgage, or all. Defaults to 'all'.
creditstudentmortgageallallget_recurringGet recurring subscriptions, bills, and income streams. Filter by type (subscriptions, bills, income).
typestringFilter by recurring type: subscriptions, bills, income, or all. Defaults to 'all'.
subscriptionsbillsincomeallallget_spending_summaryGet spending summary grouped by category, merchant, week, or month. Supports period shortcuts (last_7d, this_month, etc.) or explicit start_date/end_date.
account_idstringFilter to a single account by its UUID. Omit for all accounts.
end_datestringEnd of date range (inclusive) in YYYY-MM-DD format. Required if period is not set.
group_bystringHow to group spending: by category, merchant, week, or month. Defaults to 'category'.
categoryperiodstringShortcut for common date ranges: last_7d, last_30d, this_week, last_week, this_month, last_month, this_year. Use this instead of start_date/end_date for convenience.
start_datestringStart of date range (inclusive) in YYYY-MM-DD format. Required if period is not set.
get_transactionsGet transactions with optional date range, category, amount range, free-text search, and per-account filtering.
account_idstringFilter to a single account by its UUID. Omit for all accounts.
categorystring/nullFilter by Plaid personal-finance category (e.g. 'FOOD_AND_DRINK', 'TRANSPORTATION').
end_datestringLatest transaction date (inclusive) in YYYY-MM-DD format.
limitintegerMaximum number of transactions to return (1–500). Defaults to 50.
50max_amountnumber/nullMaximum transaction amount (inclusive).
min_amountnumber/nullMinimum transaction amount (inclusive). Positive = debits.
offsetintegerNumber of transactions to skip for pagination. Defaults to 0.
0searchstringFree-text search across merchant name and transaction description.
start_datestringEarliest transaction date (inclusive) in YYYY-MM-DD format.
list_annotationsList saved annotations, optionally filtered by scope and target.
limitintegerMaximum annotations to return (1–100). Defaults to 50.
50offsetintegerNumber of annotations to skip for pagination. Defaults to 0.
0scopestringFilter by scope. Omit to return annotations across all scopes.
target_idstringFilter by target ID (e.g. a merchant name or account UUID).
write_annotationSave a freeform annotation on a transaction, merchant, account, or profile. Annotations are surfaced automatically in future responses so knowledge persists across conversations.
contentstringThe annotation text (1–2000 characters).
scopestringWhat the annotation is attached to.
transactionmerchantaccountprofiletarget_idstringID of the target (transaction ID, merchant name, or account UUID). Omit for profile scope.