@tpmjs/official-tax-deduction-scan
Scans expense data for potential tax deductions by category
Test @tpmjs/official-tax-deduction-scan (taxDeductionScanTool) with AI-powered execution
0/2000 characters
Install this tool and use it with the AI SDK
npm install @tpmjs/official-tax-deduction-scanpnpm add @tpmjs/official-tax-deduction-scanyarn add @tpmjs/official-tax-deduction-scanbun add @tpmjs/official-tax-deduction-scandeno add npm:@tpmjs/official-tax-deduction-scanimport { taxDeductionScanTool } from '@tpmjs/official-tax-deduction-scan';import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { taxDeductionScanTool } from '@tpmjs/official-tax-deduction-scan';
const result = await generateText({
model: openai('gpt-4o'),
tools: { taxDeductionScanTool },
prompt: 'Your prompt here...',
});
console.log(result.text);(expenses: { date: string; amount: number; vendor: string; category: string; description: string }[], entityType: string, taxYear?: number) => Promise<unknown>Available configuration options
expensesarrayExpense records to scan for deductions
entityTypestringBusiness entity type for tax treatment
taxYearnumberTax year
Schema extracted: 3/1/2026, 4:27:46 AM
ERROR: No README data found!
Downloads/month
136
GitHub Stars
0
Quality Score