法国个人所得税计算服务

version : 1.0.0

get_tax_info_from_web

Get tax information from official French government websites like impots.gouv.fr, service-public.fr, or legifrance.gouv.fr

*tax_topic(string)

year(null)

结果(Result)

get_tax_brackets

Get income tax brackets (tranches d'imposition) for a specific year

year(null)

结果(Result)

get_form_details

Get detailed information about a specific tax form including fields and instructions

*form_number(string)

year(null)

结果(Result)

get_cached_tax_info

Get cached tax information when web scraping fails

*tax_topic(string)

year(null)

结果(Result)

calculate_income_tax

Calculate French income tax based on net taxable income and household composition

*net_taxable_income(number)

household_parts(number)

year(null)

结果(Result)

get_tax_procedure

Get information about a tax procedure from service-public.fr

*procedure_name(string)

结果(Result)

get_tax_deadlines

Get tax deadlines from service-public.fr

year(null)

结果(Result)

health_check

Simple health check to verify the server is responsive

结果(Result)

get_tax_article

Get information about a tax law article from legifrance.gouv.fr

*article_id(string)

结果(Result)

search_tax_law

Search for tax law articles on legifrance.gouv.fr

*query(string)

结果(Result)

generate_tax_report

Generate a detailed report about a specific tax topic

*tax_data(object)

*topic_name(string)

output_file(null)

format(string)

结果(Result)